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
/
psycopg
/
connection_int.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Autocommit shouldn't change deferrable on servers not supporting it
Daniele Varrazzo
2018-02-08
1
-2
/
+2
*
Fixed idempotence check changing connection characteristics
Daniele Varrazzo
2018-01-11
1
-9
/
+22
*
Revert default_transaction_* to default only if set
session-attributes
Daniele Varrazzo
2017-02-16
1
-9
/
+13
*
Check for deferrable unsupported applied to attribute too
Daniele Varrazzo
2017-02-16
1
-1
/
+8
*
Added readonly and deferrable attributes
Daniele Varrazzo
2017-02-16
1
-13
/
+3
*
Set default_transaction_* GUC if session state is changed in autocomit
Daniele Varrazzo
2017-02-04
1
-3
/
+72
*
Reuse set_session to implement autocommit, set_isolation_level
Daniele Varrazzo
2017-02-04
1
-49
/
+17
*
Better separation between interface and state change code
Daniele Varrazzo
2017-02-04
1
-82
/
+12
*
Don't use default_transaction_* for session characteristics
Daniele Varrazzo
2017-02-04
1
-162
/
+118
*
Use the proper API functions to look up codec functions
Daniele Varrazzo
2016-12-29
1
-10
/
+5
*
Don't look up for Python encoding
Daniele Varrazzo
2016-12-29
1
-89
/
+121
*
Store python encoding and decoding functions in the connection
Daniele Varrazzo
2016-12-27
1
-4
/
+66
*
Setting connection encoding refactored
Daniele Varrazzo
2016-12-26
1
-51
/
+56
*
conn->codec rename to pyenc
Daniele Varrazzo
2016-12-26
1
-45
/
+45
*
Merge branch 'master' into fast-codecs
Daniele Varrazzo
2016-12-26
1
-8
/
+36
|
\
|
*
Avoid deadlock on close if set datestyle failed
Daniele Varrazzo
2016-12-25
1
-5
/
+11
|
*
Dropped testing print
Daniele Varrazzo
2016-12-25
1
-1
/
+0
|
*
do not "SET datestyle" on replication connections
Christoph Moench-Tegeder
2016-10-21
1
-3
/
+26
*
|
Optimize UTF8 and Latin1 decoding
Daniele Varrazzo
2016-10-12
1
-0
/
+29
|
/
*
Allow connection.notices and notifies to be replaced.
Daniele Varrazzo
2015-06-02
1
-18
/
+51
*
Pending notice list converted into a forward list
Daniele Varrazzo
2015-06-02
1
-7
/
+11
*
Dropped unneeded constness on the notice message
Daniele Varrazzo
2015-06-02
1
-1
/
+1
*
Fixed dsn and closed attributes in failing connection subclasses.
Daniele Varrazzo
2014-04-03
1
-3
/
+12
*
Set the connection async before polling for connection
Daniele Varrazzo
2014-02-24
1
-5
/
+5
*
Set the connection async earlier in green mode
Daniele Varrazzo
2014-02-24
1
-4
/
+3
*
Meaningful connection errors report a meaningful message
Daniele Varrazzo
2013-10-16
1
-1
/
+6
*
Fix multiple misspellings
Piotr Kasprzyk
2013-04-26
1
-2
/
+2
*
Fixed leak of cancel key on connection.reset()
Daniele Varrazzo
2013-03-20
1
-14
/
+18
*
Dropped IFCLEARPGRES macro
Daniele Varrazzo
2013-03-20
1
-1
/
+1
*
Notify and Xid objects and types renamed for consistency
Daniele Varrazzo
2013-03-20
1
-3
/
+3
*
Properly cleanup memory of broken connections
Daniele Varrazzo
2013-03-16
1
-2
/
+5
*
Discard any result produced by cursor.executemany()
Daniele Varrazzo
2012-10-11
1
-1
/
+1
*
Added function conn_close_locked()
Daniele Varrazzo
2012-10-06
1
-7
/
+17
*
Merge branch 'gcc-python-plugin' into devel
Daniele Varrazzo
2012-03-05
1
-35
/
+47
|
\
|
*
More functions annotated for static analysis
Daniele Varrazzo
2012-03-01
1
-7
/
+7
|
*
Use more compact macros to annotate functions for the static checker
Daniele Varrazzo
2012-03-01
1
-18
/
+9
|
*
Functions setting exception return a negative value on error
Daniele Varrazzo
2012-03-01
1
-18
/
+24
|
*
Use the newly provided attributes to validate exceptions raising
Daniele Varrazzo
2012-03-01
1
-1
/
+8
|
*
Fixed possible NULL dereferencing in notice process
Daniele Varrazzo
2012-02-24
1
-2
/
+10
*
|
close() methods don't raise errors if called on closed objects
Daniele Varrazzo
2012-03-04
1
-4
/
+7
|
/
*
Put back a distinct ISOLATION_LEVEL_READ_UNCOMMITTED value
Daniele Varrazzo
2011-12-15
1
-10
/
+13
*
Reverted isolation level values to backward compatible values
Federico Di Gregorio
2011-12-15
1
-7
/
+6
*
Method set_transaction() renamed to set_session()
Daniele Varrazzo
2011-06-08
1
-5
/
+5
*
Merge branch 'guc-cleanup' into devel
Daniele Varrazzo
2011-06-05
1
-74
/
+94
|
\
|
*
Use the pqpath functions to get/set GUC parameters
Daniele Varrazzo
2011-06-05
1
-74
/
+94
*
|
Avoid a deadlock using concurrent green threads on the same connection
Daniele Varrazzo
2011-06-05
1
-1
/
+1
|
/
*
Cleanup of notice processing
Daniele Varrazzo
2011-06-04
1
-14
/
+5
*
Process notifies when data is received, not when the result is parsed
Daniele Varrazzo
2011-06-04
1
-2
/
+0
*
Use only the isolation levels available on old PG versions
Daniele Varrazzo
2011-06-03
1
-0
/
+7
*
Dropped isolation level from the connection object
Daniele Varrazzo
2011-06-03
1
-50
/
+113
[next]