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
/
extensions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed SQL_IN when getquoted() is called without prepare()
Daniele Varrazzo
2012-09-24
1
-5
/
+6
*
Put back a distinct ISOLATION_LEVEL_READ_UNCOMMITTED value
Daniele Varrazzo
2011-12-15
1
-3
/
+1
*
Reverted isolation level values to backward compatible values
Federico Di Gregorio
2011-12-15
1
-4
/
+6
*
Added new_array_type() function
Daniele Varrazzo
2011-09-22
1
-1
/
+1
*
Don't leak private variables into the psycopg2.extensions interface
Daniele Varrazzo
2011-09-22
1
-0
/
+1
*
Merge branch 'neg-escape' into devel
Daniele Varrazzo
2011-05-30
1
-1
/
+1
|
\
|
*
Fixed escape for negative numbers prefixed by minus operator
Daniele Varrazzo
2011-05-30
1
-1
/
+1
*
|
Use all the isolation levels accepted by PostgreSQL
Daniele Varrazzo
2011-05-11
1
-7
/
+5
|
/
*
Only use absolute imports in the package
Daniele Varrazzo
2011-01-08
1
-23
/
+23
*
None/IN adaptation ported to Python 3.
Daniele Varrazzo
2011-01-02
1
-5
/
+6
*
Merge branch 'python2' into python3
Daniele Varrazzo
2011-01-01
1
-0
/
+14
|
\
|
*
Fixed adaptation of None in composite types (ticket #26).
Daniele Varrazzo
2011-01-01
1
-0
/
+13
*
|
Added b() function to return bytes in both Py2 and Py3.
Daniele Varrazzo
2010-12-31
1
-0
/
+10
*
|
Fixed PG -> Py encodings mapping with non-alnum chars.
Daniele Varrazzo
2010-12-21
1
-0
/
+8
|
/
*
Expose the Xid object in the extension module.
Daniele Varrazzo
2010-11-05
1
-1
/
+1
*
Added tpc_prepare and CONN_STATUS_PREPARED.
Daniele Varrazzo
2010-11-05
1
-2
/
+3
*
Notify object exposed in the extensions module.
Daniele Varrazzo
2010-11-05
1
-1
/
+1
*
Added typecasters for arrays of specific MX/Py time-related types.
Daniele Varrazzo
2010-05-15
1
-0
/
+2
*
Added 'get_wait_callback()' function.
Daniele Varrazzo
2010-04-21
1
-1
/
+1
*
Added wait callback and functions to deal with it.
Daniele Varrazzo
2010-04-21
1
-0
/
+6
*
PY* and MX* typecasters imported into the extensions module.
Daniele Varrazzo
2010-04-14
1
-0
/
+3
*
DECIMAL typecaster imported into the extensions module.
Daniele Varrazzo
2010-04-14
1
-1
/
+1
*
NOTIFYs fix and poll status changes
Federico Di Gregorio
2010-04-05
1
-2
/
+2
*
Support asynchronous connection building
Federico Di Gregorio
2010-04-05
1
-0
/
+5
*
Stop the loop variable used to create __all__ leaking in the module.
Daniele Varrazzo
2010-02-14
1
-1
/
+1
*
Binary was not imported from _psycopg; now it is
Federico Di Gregorio
2010-02-13
1
-1
/
+1
*
SQL_IN adapter is now automatically registered
Federico Di Gregorio
2010-02-13
1
-2
/
+0
*
Changes license to LGPL3 + OpenSSL exception on all source files
Federico Di Gregorio
2010-02-12
1
-9
/
+17
*
Added adapter to handle float('inf') and float('nan')
Federico Di Gregorio
2009-01-23
1
-1
/
+1
*
Added XXXARRAY imports to psycopg2.extenions
Federico Di Gregorio
2008-05-30
1
-0
/
+4
*
Merge changes from psycopg2/trunk via psycopg2.r243.
James Henstridge
2008-05-05
1
-1
/
+2
|
\
|
*
Added some file-like attributes to lobject.
Federico Di Gregorio
2006-09-02
1
-1
/
+2
|
*
Large objects landing..
Federico Di Gregorio
2006-09-02
1
-8
/
+0
|
*
Work on large objects continue.
Federico Di Gregorio
2006-09-01
1
-0
/
+8
|
*
Merge from 2_0_x branch up to r814.
Federico Di Gregorio
2006-09-01
1
-2
/
+12
*
|
* tests/test_transaction.py (DeadlockSerializationTestCase): port
James Henstridge
2008-01-16
1
-0
/
+2
*
|
.get_transaction_status() implementation.
Federico Di Gregorio
2007-04-25
1
-2
/
+8
*
|
Moved SQL_IN to extensions and away from extras.
Federico Di Gregorio
2007-01-16
1
-0
/
+26
*
|
Exposed connection status.
Federico Di Gregorio
2006-09-01
1
-2
/
+12
|
/
*
* Docstrings added/fixed
Daniele Varrazzo
2006-01-12
1
-0
/
+2
*
* libpq.dll not used anymore. win32 setup uses pg_config too.
Daniele Varrazzo
2006-01-05
1
-1
/
+1
*
* psycopg/psycopgmodule.c: fixed exceptions refcount.
Daniele Varrazzo
2005-11-26
1
-4
/
+6
*
In extensions.py: COMMITED -> COMMITTED. (Closes: #73)
Federico Di Gregorio
2005-11-19
1
-3
/
+3
*
Epydoc clean. :D
Federico Di Gregorio
2005-10-18
1
-4
/
+4
*
Better docstrings for lib/ modules.
Federico Di Gregorio
2005-10-18
1
-4
/
+3
*
Fixed typo in psycopg2.extensions.
Federico Di Gregorio
2005-10-08
1
-1
/
+1
*
Isolation level changes.
Federico Di Gregorio
2005-10-08
1
-0
/
+9
*
Array tokenization seems working.
Federico Di Gregorio
2005-03-23
1
-1
/
+1
*
License changes. Fixes. Added register_adapter().
Federico Di Gregorio
2005-01-20
1
-0
/
+16
*
Initial psycopg 2 import after SVN crash.
Federico Di Gregorio
2004-10-19
1
-0
/
+31