index
:
delta/python-packages/psycopg2.git
2_7_3_2
appveyor-py
async-keyword
bug-550
bug-557
bug-558
cockroachdb-tests
code-cleanup
column-slice
connection-info
cpychecker
decorators-fun
description-extra-attrs
diag-schema-name-nonloc
dont_set_datestyle_in_replication_mode
drop-display-size
encrypt-password-fix-tests
errors-module
errors-module-c
execute-locks
expand-version
fast-codecs
fast-executemany
fast-namedtuple
fast-test
fix-1019
fix-1073
fix-1248
fix-211
fix-443
fix-453
fix-512
fix-517
fix-518
fix-528
fix-562
fix-570
fix-578
fix-604
fix-679
fix-707
fix-707-27
fix-716
fix-716-27
fix-746
fix-788
fix-790
fix-794
fix-808
fix-856
fix-886
fix-887
fix-901
fix-948
fix-961
fix-binaries-2.7.6
fix-bsd-version
fix-iter-warning
fix-wheel-libresolv
goodbye-initd
goodbye-psycopg1
identifier-sequence
info-dsn-params
issue-template
libpq-10
libpq-10.1
libpq-ptrs
lo64
maint_2_4
maint_2_5
maint_2_6
maint_2_7
maint_2_8
manylinux
manylinux-dist
master
module-init-cleanup
mogrify-on-closed-cursor
musllinux
named-callproc
namedtuple-invalid-identifiers
naming
nested-array-nulls
new-release-procedure
no-set-default-session
no-unittest2
obscure-password-before-connect
openssl-1.0.2n
openssl-1.1-windows
pg10
pg12
pull-507
py310
py36-warnings
py37
py38
py38-win
py39-appveyor
qstring-writable-encoding
qualified
register-bytes
separate-binary
session-attributes
sql-compose
sql-copy
strip-macos
strip-wheel
test-dinosaurs
test-pg-11
test-postgres-10beta1
test-windows
test_i686
test_libpq91
testmr
travis
travis-db-matrix
travis-deadlock
github.com: psycopg/psycopg2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
extras.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed interaction between RealDictCursor and named cursors
Daniele Varrazzo
2011-09-12
1
-0
/
+4
*
Fixed NamedTupleCursor.executemany() (ticket #65)
Daniele Varrazzo
2011-08-09
1
-1
/
+1
*
lazy import for uuid module
Marko Kreen
2011-06-28
1
-52
/
+43
*
Don't fetch all the records iterating a NamedTuple cursor on a named cursor
Daniele Varrazzo
2011-04-26
1
-1
/
+8
*
Fixed interaction between NamedTuple and named cursor
Daniele Varrazzo
2011-04-26
1
-2
/
+2
*
Dropped unused import
Daniele Varrazzo
2011-04-26
1
-1
/
+0
*
Fixed use of the new return value of HstoreAdapter.get_oids()
Daniele Varrazzo
2011-02-25
1
-3
/
+1
*
Don't limit the hstore search to the public schema only
Daniele Varrazzo
2011-02-25
1
-7
/
+16
*
Added oid parameter to register_hstore()
Daniele Varrazzo
2011-02-21
1
-18
/
+32
*
Documentation cleanup
Daniele Varrazzo
2011-02-19
1
-15
/
+12
*
Fixed mapping for composite types defined in a schema
Daniele Varrazzo
2011-02-09
1
-3
/
+10
*
Fields order enforced in composite types adapter
Daniele Varrazzo
2011-02-09
1
-1
/
+2
*
Merge branch 'python2' into python3
Daniele Varrazzo
2011-01-03
1
-4
/
+6
|
\
|
*
Fixed TYPE adaptation to basic tuples
Daniele Varrazzo
2011-01-03
1
-4
/
+6
*
|
Merge branch 'python2' into python3
Daniele Varrazzo
2011-01-02
1
-0
/
+142
|
\
\
|
|
/
|
*
Added PostgreSQL composite types typecaster to Python tuples.
Daniele Varrazzo
2011-01-02
1
-0
/
+142
*
|
Inet adapter compatible with Python 3.
Daniele Varrazzo
2010-12-31
1
-1
/
+1
*
|
Hstore adapter compatible with Python 3.
Daniele Varrazzo
2010-12-31
1
-25
/
+20
*
|
Deal with slices passed to __*item__ in Python 3.
Daniele Varrazzo
2010-12-23
1
-2
/
+2
*
|
Some light cleanup for Py3 conversion.
Daniele Varrazzo
2010-12-21
1
-12
/
+21
|
/
*
DictRow items can be updated. Patch by Alex Aster.
Daniele Varrazzo
2010-12-01
1
-0
/
+5
*
hstore registration doesn't fail if typarray column not available.
Daniele Varrazzo
2010-11-19
1
-4
/
+6
*
NamedTupleCursor doesn't change exception when fetching with no result.
Daniele Varrazzo
2010-11-11
1
-1
/
+1
*
Build the namedtuple only once per execution, not once per fetch.
Daniele Varrazzo
2010-11-11
1
-3
/
+23
*
Avoid pointless string manipulation in NamedTupleCursor.
Daniele Varrazzo
2010-11-09
1
-2
/
+1
*
Added NamedTupleCursor.
Daniele Varrazzo
2010-11-06
1
-0
/
+55
*
Hstore documentation improved.
Daniele Varrazzo
2010-11-05
1
-13
/
+17
*
Added some documentation for the hstore adaptation.
Daniele Varrazzo
2010-11-05
1
-6
/
+6
*
The hstore typecast can be registered globally.
Daniele Varrazzo
2010-11-05
1
-27
/
+40
*
Favour the PG9 implementation of the hstore adapter.
Daniele Varrazzo
2010-11-05
1
-5
/
+5
*
Hstore can return unicode keys and values.
Daniele Varrazzo
2010-11-05
1
-5
/
+26
*
Correctly parse escaped quotes from hstore.
Daniele Varrazzo
2010-11-05
1
-9
/
+4
*
Added special cases to store empty dicts.
Daniele Varrazzo
2010-11-05
1
-0
/
+6
*
Added hstore typecaster registration.
Daniele Varrazzo
2010-11-05
1
-0
/
+43
*
parse_hstore converted in class method.
Daniele Varrazzo
2010-11-05
1
-50
/
+52
*
Added function to parse an hstore into a dict.
Daniele Varrazzo
2010-11-05
1
-1
/
+51
*
Added implementation of python dict adapter to hstore.
Daniele Varrazzo
2010-11-05
1
-0
/
+43
*
The Inet type knows how to adapt itself.
Daniele Varrazzo
2010-09-25
1
-1
/
+4
*
Added deprecation warning to register_tstz_w_secs
Federico Di Gregorio
2010-07-13
1
-1
/
+2
*
Dropped register_tstz_w_secs() implementation.
Daniele Varrazzo
2010-05-20
1
-45
/
+7
*
Changed 'psyco_wait()' to only take the connection.
Daniele Varrazzo
2010-04-21
1
-3
/
+2
*
Added wait callback and functions to deal with it.
Daniele Varrazzo
2010-04-21
1
-0
/
+24
*
Make asynchronous connections produce asynchronous cursors by default
Jan UrbaĆski
2010-04-05
1
-8
/
+8
*
Use the default role for cross referencing Python objects.
Daniele Varrazzo
2010-02-26
1
-7
/
+7
*
Typo fixed in DictRow doc.
Daniele Varrazzo
2010-02-16
1
-1
/
+1
*
Inet adapter fixed.
Daniele Varrazzo
2010-02-14
1
-1
/
+5
*
Added documentation for the extras module.
Daniele Varrazzo
2010-02-14
1
-20
/
+29
*
Fixed Inet constructor.
Daniele Varrazzo
2010-02-14
1
-1
/
+1
*
Stop the loop variable used to create __all__ leaking in the module.
Daniele Varrazzo
2010-02-14
1
-1
/
+1
*
Changes license to LGPL3 + OpenSSL exception on all source files
Federico Di Gregorio
2010-02-12
1
-9
/
+17
[next]