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
...
*
Added autocommit property on connection
Daniele Varrazzo
2011-06-02
1
-1
/
+2
*
Added partial implementation for set_transaction
Daniele Varrazzo
2011-06-01
1
-0
/
+40
*
Store a normalized version of the PG encoding in the connection
Daniele Varrazzo
2011-04-08
1
-19
/
+18
*
Normalize the encoding name at connection
Daniele Varrazzo
2011-04-08
1
-9
/
+42
*
Check for failed allocation in the notice callback
Daniele Varrazzo
2011-02-24
1
-0
/
+8
*
More careful memory management
Daniele Varrazzo
2011-02-23
1
-2
/
+10
*
Merge branch 'python2' into python3
Daniele Varrazzo
2011-01-03
1
-3
/
+12
|
\
|
*
Broken circular reference in async execution
Daniele Varrazzo
2011-01-03
1
-3
/
+12
*
|
Merge branch 'python2' into python3
Daniele Varrazzo
2011-01-01
1
-0
/
+4
|
\
\
|
|
/
|
*
Don't segfault when PQparameterStatus(DateStyle) returns NULL
Marti Raudsepp
2010-12-18
1
-0
/
+4
*
|
Fixed 2-phase commit support in Python 3.
Daniele Varrazzo
2010-12-31
1
-1
/
+1
*
|
Function psycopg_ensure_bytes converted in a "filter" stealing a ref.
Daniele Varrazzo
2010-12-31
1
-5
/
+4
*
|
Added utility method to return a string in the connection encoding.
Daniele Varrazzo
2010-12-31
1
-6
/
+20
*
|
Use psycopg_ensure_bytes() to unify Py2/3 code paths.
Daniele Varrazzo
2010-12-31
1
-14
/
+2
*
|
The library can be compiled with Python 3.
Daniele Varrazzo
2010-12-21
1
-6
/
+29
*
|
Added Python codec name to the connection.
Daniele Varrazzo
2010-12-21
1
-32
/
+94
*
|
Internal imports simplified.
Daniele Varrazzo
2010-12-12
1
-5
/
+4
|
/
*
Support query cancellation.
Jan UrbaĆski
2010-11-28
1
-0
/
+19
*
Dropped notices hack to get COPY errors from V2 protocol.
Daniele Varrazzo
2010-11-22
1
-15
/
+6
*
Added enum with possilbe isolation level states.
Daniele Varrazzo
2010-11-18
1
-15
/
+16
*
Don't inconditionately run a query at connection to set datestyle to ISO.
Daniele Varrazzo
2010-11-16
1
-23
/
+51
*
Don't run a query at connection to detect client encoding.
Daniele Varrazzo
2010-11-16
1
-65
/
+33
*
Dropped support for protocol 2.
Daniele Varrazzo
2010-11-16
1
-6
/
+0
*
Refuse connection with server with protocol version 2.
Daniele Varrazzo
2010-11-16
1
-0
/
+8
*
Fixed notices order (ticket #9).
Daniele Varrazzo
2010-11-11
1
-10
/
+19
*
Fixed handling of commit/rollback prepared in green mode
Daniele Varrazzo
2010-11-05
1
-0
/
+1
*
xid_get_tid returns a Python string, not a buffer.
Daniele Varrazzo
2010-11-05
1
-3
/
+5
*
Keep the GIL while converting the xid into the PostgreSQL transaction id.
Daniele Varrazzo
2010-11-05
1
-5
/
+14
*
Added tpc_recover method.
Daniele Varrazzo
2010-11-05
1
-0
/
+33
*
Added tpc_prepare and CONN_STATUS_PREPARED.
Daniele Varrazzo
2010-11-05
1
-0
/
+29
*
Added tpc_begin() and current xid on connection.
Daniele Varrazzo
2010-11-05
1
-0
/
+38
*
Adding Notify object with payload.
Daniele Varrazzo
2010-11-05
1
-8
/
+35
*
Dropped PSYCOPG_OWN_QUOTING.
Daniele Varrazzo
2010-10-08
1
-6
/
+0
*
Fixed access to freed memory in conn_get_isolation_level().
Daniele Varrazzo
2010-10-08
1
-4
/
+8
*
Don't execute a ROLLBACK on close()/GC.
Daniele Varrazzo
2010-09-23
1
-14
/
+11
*
Micrsoft Visual C Compile Fix
Jason Erickson
2010-05-17
1
-1
/
+2
*
Keep the connection in blocking mode unless it is not async.
Daniele Varrazzo
2010-05-09
1
-4
/
+6
*
Simplified psyco_wait() function interface.
Daniele Varrazzo
2010-04-25
1
-5
/
+1
*
poll implementation for async, sync and green connection unified.
Daniele Varrazzo
2010-04-23
1
-350
/
+153
*
Added function to advance the state after flush attempt.
Daniele Varrazzo
2010-04-23
1
-15
/
+30
*
Added a function to advance the state after a read attempt.
Daniele Varrazzo
2010-04-23
1
-23
/
+36
*
Dropped curs_get_last_result function.
Daniele Varrazzo
2010-04-23
1
-4
/
+18
*
Reusable parts of the green polling refactored out.
Daniele Varrazzo
2010-04-23
1
-75
/
+104
*
Making sync and async connection setup somewhat more consistent.
Daniele Varrazzo
2010-04-23
1
-29
/
+21
*
Functions to poll in ready state moved on the connection.
Daniele Varrazzo
2010-04-23
1
-2
/
+82
*
Functions conn_poll_* renamed to conn_poll_connect_*.
Daniele Varrazzo
2010-04-23
1
-14
/
+16
*
Set the async_status to ASYNC_DONE after a query with wait callback.
Daniele Varrazzo
2010-04-21
1
-1
/
+7
*
Read the server version only after connection established.
Daniele Varrazzo
2010-04-21
1
-2
/
+2
*
Read notifications when polling an idle sync connection.
Daniele Varrazzo
2010-04-21
1
-0
/
+18
*
Use the wait callback in the connection setup queries.
Daniele Varrazzo
2010-04-21
1
-11
/
+23
[prev]
[next]