psycopg2/psycopg
Daniele Varrazzo 679af4a975 Fixed copyfile refcount in copy_expert
In case of early error, jumping to exit would have decref'd the borrowed
reference to file.

Issue spotted by Dave Malcolm, thanks!
2011-06-07 01:20:25 +01:00
..
_psycopg.vc9.amd64.manifest Windows manifest changes based upon architecture 2011-02-11 10:01:38 -07:00
_psycopg.vc9.x86.manifest Windows manifest changes based upon architecture 2011-02-11 10:01:38 -07:00
adapter_asis.c Use a global object for NULL 2011-02-17 20:09:52 +00:00
adapter_asis.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_binary.c Make Binary(None) work as expected, adapting to NULL 2011-02-18 14:19:57 +00:00
adapter_binary.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_datetime.c Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_datetime.h Don't fail import if mx.DateTime module is not found at import time 2011-06-04 14:16:24 +01:00
adapter_list.c Use a global object for NULL 2011-02-17 20:09:52 +00:00
adapter_list.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_mxdatetime.c Don't fail import if mx.DateTime module is not found at import time 2011-06-04 14:16:24 +01:00
adapter_mxdatetime.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_pboolean.c Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_pboolean.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_pdecimal.c Fixed escape for negative numbers prefixed by minus operator 2011-05-30 22:00:20 +01:00
adapter_pdecimal.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_pfloat.c Fixed escape for negative numbers prefixed by minus operator 2011-05-30 22:00:20 +01:00
adapter_pfloat.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_pint.c Fixed escape for negative numbers prefixed by minus operator 2011-05-30 22:00:20 +01:00
adapter_pint.h Fixed escape for negative numbers prefixed by minus operator 2011-05-30 22:00:20 +01:00
adapter_qstring.c Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
adapter_qstring.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
bytes_format.c Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
config.h No strcasecmp function with MSVC 2011-06-05 23:33:28 +01:00
connection_int.c Merge branch 'guc-cleanup' into devel 2011-06-05 16:31:25 +01:00
connection_type.c Use the pqpath functions to get/set GUC parameters 2011-06-05 16:26:01 +01:00
connection.h Merge branch 'guc-cleanup' into devel 2011-06-05 16:31:25 +01:00
cursor_int.c Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
cursor_type.c Fixed copyfile refcount in copy_expert 2011-06-07 01:20:25 +01:00
cursor.h Stricter declaration and correct use of psyco_set_error 2011-02-21 00:31:09 +00:00
green.c Avoid a deadlock using concurrent green threads on the same connection 2011-06-05 16:22:54 +01:00
green.h Documentation cleanup 2011-02-19 16:16:28 +00:00
lobject_int.c Dropped isolation level from the connection object 2011-06-03 00:10:24 +01:00
lobject_type.c Dropped isolation level from the connection object 2011-06-03 00:10:24 +01:00
lobject.h Dropped isolation level from the connection object 2011-06-03 00:10:24 +01:00
microprotocols_proto.c Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
microprotocols_proto.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
microprotocols.c Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
microprotocols.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
notify_type.c Merge remote branch 'jason/devel' into devel 2011-02-19 16:25:31 +00:00
notify.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
pgtypes.h Added aync.txt to distribution. 2005-11-29 12:01:46 +00:00
pqpath.c Merge branch 'guc-cleanup' into devel 2011-06-05 16:31:25 +01:00
pqpath.h Added pqpath functions to get/set the value for GUC parameters 2011-06-05 15:36:02 +01:00
psycopg.h The cursor name can be a non-valid PostgreSQL identifier 2011-02-23 01:53:25 +00:00
psycopgmodule.c Don't fail import if mx.DateTime module is not found at import time 2011-06-04 14:16:24 +01:00
python.h Merge branch 'transaction-control' into devel 2011-06-03 01:48:24 +01:00
typecast_array.c More careful memory management 2011-02-23 00:32:23 +00:00
typecast_basic.c Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
typecast_binary.c Added tests for our own bytea parser 2011-03-26 12:59:14 +00:00
typecast_binary.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
typecast_builtins.c Add a type converter to handle untyped empty arrays. 2011-02-20 12:28:10 +00:00
typecast_datetime.c Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
typecast_mxdatetime.c Don't fail import if mx.DateTime module is not found at import time 2011-06-04 14:16:24 +01:00
typecast.c Don't fail import if mx.DateTime module is not found at import time 2011-06-04 14:16:24 +01:00
typecast.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
utils.c The cursor name can be a non-valid PostgreSQL identifier 2011-02-23 01:53:25 +00:00
xid_type.c Windows MSVC: Fix data loss compiler warnings 2011-02-25 10:25:12 +00:00
xid.h Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00