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
*
Changes license to LGPL3 + OpenSSL exception on all source files
Federico Di Gregorio
2010-02-12
1
-12
/
+16
*
Rearranged code to fix recent MSVC errors
2_0_13
Jason Erickson
2009-10-04
1
-5
/
+7
*
Moved declarations of varaibles/pointers to the beginning of functions
Jason Erickson
2009-10-04
1
-4
/
+6
*
Fixed a deadlock when using the same connection from multiple threads
Federico Di Gregorio
2009-10-04
1
-14
/
+42
*
Implemented connection.reset()
Federico Di Gregorio
2009-08-09
1
-25
/
+41
*
Exposed protocol_version and server_version
Federico Di Gregorio
2009-04-19
1
-1
/
+3
*
Removed calls to PyMem_XXX when not holding the GIL
Federico Di Gregorio
2009-04-07
1
-2
/
+2
*
Cleaned conn_notice_callback() to run without the GIL
Federico Di Gregorio
2009-04-04
1
-3
/
+53
*
COPY problem tests and partial fix
Federico Di Gregorio
2008-05-27
1
-5
/
+7
*
Merge changes from psycopg2/trunk via psycopg2.r243.
James Henstridge
2008-05-05
1
-3
/
+0
|
\
|
*
psycopg is enlarging..
Federico Di Gregorio
2006-09-01
1
-3
/
+0
|
*
Merge from 2_0_x branch up to r814.
Federico Di Gregorio
2006-09-01
1
-1
/
+1
*
|
* psycopg/connection_type.c (connection_dealloc): free
James Henstridge
2008-03-30
1
-2
/
+2
*
|
* psycopg/connection_int.c (conn_notice_callback): don't leak
James Henstridge
2008-03-19
1
-1
/
+4
*
|
* Add HIDDEN attribute to datetime related global variables.
James Henstridge
2008-01-22
1
-8
/
+8
*
|
Add more const qualifiers.
James Henstridge
2008-01-21
1
-9
/
+9
*
|
* psycopg/*.[ch]: add const qualifier to various string arguments
James Henstridge
2008-01-21
1
-1
/
+1
*
|
* psycopg/typecast_array.c (typecast_array_scan): set an initial
James Henstridge
2008-01-13
1
-1
/
+1
*
|
* psycopg/connection_int.c (conn_close): fix for new
James Henstridge
2008-01-10
1
-15
/
+23
*
|
2007-12-23 James Henstridge <james@jamesh.id.au>
James Henstridge
2008-01-10
1
-21
/
+3
*
|
Use escape string syntax for string escape if connected to a server
Daniele Varrazzo
2007-11-11
1
-1
/
+30
*
|
- Hard limit on the connection.notices list to avoid them
Daniele Varrazzo
2007-11-09
1
-1
/
+6
*
|
Fixed bug #194 (and added nice MD project not that C/C++ is supported.)
Federico Di Gregorio
2007-09-08
1
-2
/
+8
*
|
int->size_t transition.
Federico Di Gregorio
2007-04-13
1
-1
/
+1
*
|
Fixed both Python 2.5 and 64 bit problems.
Federico Di Gregorio
2007-04-10
1
-21
/
+22
*
|
ZPsycopgDA now uses connection-level type-casters.
Federico Di Gregorio
2007-02-23
1
-1
/
+8
*
|
Fixed string allocation (loses: #109)
Federico Di Gregorio
2006-06-11
1
-1
/
+1
|
/
*
Connection encoding case fix (closes: #83).
Federico Di Gregorio
2006-01-01
1
-2
/
+13
*
Implemented named cursors.
Federico Di Gregorio
2005-10-22
1
-4
/
+7
*
Default isolation level set to 2 if not set in the server.
Federico Di Gregorio
2005-10-08
1
-0
/
+2
*
Isolation level changes.
Federico Di Gregorio
2005-10-08
1
-3
/
+28
*
Fixed segfault in connection.set_client_encoding().
Federico Di Gregorio
2005-09-30
1
-4
/
+9
*
async fixes and better connection/cursor management.
Federico Di Gregorio
2004-12-10
1
-26
/
+6
*
Initial psycopg 2 import after SVN crash.
Federico Di Gregorio
2004-10-19
1
-0
/
+277