psycopg2/psycopg
Daniele Varrazzo 5ddc952dbb Dropped ifdef guards against obsolete libpq versions
One of them was actually wrong: lobject_type.c wouldn't have compiled
pre 8.3 (broken in 6e841a41, 2 years ago).
2016-08-15 02:55:44 +01:00
..
_psycopg.vc9.amd64.manifest
_psycopg.vc9.x86.manifest
adapter_asis.c Dropped simple type wrapper functions 2014-08-15 02:54:31 +01:00
adapter_asis.h Dropped simple type wrapper functions 2014-08-15 02:54:31 +01:00
adapter_binary.c Dropped ifdef guards against obsolete libpq versions 2016-08-15 02:55:44 +01:00
adapter_binary.h Dropped simple type wrapper functions 2014-08-15 02:54:31 +01:00
adapter_datetime.c Avoid a possible null deref, tz might be NULL. 2016-04-18 17:28:50 +02:00
adapter_datetime.h
adapter_list.c Fixed adaptation of lists of None 2015-06-02 12:48:24 +01:00
adapter_list.h Dropped simple type wrapper functions 2014-08-15 02:54:31 +01:00
adapter_mxdatetime.c Dropped almost-no-op customized objects repr() 2014-08-15 02:54:10 +01:00
adapter_mxdatetime.h
adapter_pboolean.c Dropped PSYCOPG_NEW_BOOLEAN flag 2014-08-24 01:25:02 +01:00
adapter_pboolean.h Dropped simple type wrapper functions 2014-08-15 02:54:31 +01:00
adapter_pdecimal.c Dropped simple type wrapper functions 2014-08-15 02:54:31 +01:00
adapter_pdecimal.h Dropped simple type wrapper functions 2014-08-15 02:54:31 +01:00
adapter_pfloat.c Dropped simple type wrapper functions 2014-08-15 02:54:31 +01:00
adapter_pfloat.h Dropped simple type wrapper functions 2014-08-15 02:54:31 +01:00
adapter_pint.c Dropped simple type wrapper functions 2014-08-15 02:54:31 +01:00
adapter_pint.h Dropped simple type wrapper functions 2014-08-15 02:54:31 +01:00
adapter_qstring.c Allow adapting bytes using QuotedString on Python 3 too 2016-07-01 19:14:00 +01:00
adapter_qstring.h Work in progress on writable encoding 2016-07-01 18:00:05 +01:00
bytes_format.c
config.h Fix for MSVC 2015: round has been added to this version 2015-09-22 18:26:14 +02:00
connection_int.c Allow connection.notices and notifies to be replaced. 2015-06-02 17:02:04 +01:00
connection_type.c Merge branch 'conn-get-parameters' 2016-07-01 20:12:01 +01:00
connection.h Pending notice list converted into a forward list 2015-06-02 14:25:46 +01:00
cursor_int.c
cursor_type.c Fix scattered grammar/spelling errors in comments, debug output, etc. 2016-06-30 21:09:15 +01:00
cursor.h We don't need to expose cursor_init(), call tp_init() on the type instead. 2016-03-08 18:52:21 +01:00
diagnostics_type.c Name the types after the module they are exposed from 2014-08-15 01:47:19 +01:00
diagnostics.h
error_type.c Fixed pickling of exceptions with no pgerror/pgcode set 2013-07-19 16:05:59 +01:00
error.h
green.c Dropped PSYCOPG_EXTENSIONS flag 2014-08-23 19:30:48 +01:00
green.h
libpq_support.c Use inttypes.h definitions 2016-08-14 19:48:31 +01:00
libpq_support.h Use inttypes.h definitions 2016-08-14 19:48:31 +01:00
lobject_int.c Dropped ifdef guards against obsolete libpq versions 2016-08-15 02:55:44 +01:00
lobject_type.c Dropped ifdef guards against obsolete libpq versions 2016-08-15 02:55:44 +01:00
lobject.h Fix Windows 64bit lobject support for very (>2GB) large objects 2016-03-10 12:02:00 +00:00
microprotocols_proto.c Name the types after the module they are exposed from 2014-08-15 01:47:19 +01:00
microprotocols_proto.h
microprotocols.c
microprotocols.h
notify_type.c
notify.h
pgtypes.h
pqpath.c Enforce dependency on libpq version >= 9.1 2016-08-15 02:55:43 +01:00
pqpath.h Drop ReplicationCursor.flush_feedback(), rectify pq_*_replication_*() interface. 2015-10-23 18:30:18 +02:00
psycopg.h Enforce dependency on libpq version >= 9.1 2016-08-15 02:55:43 +01:00
psycopgmodule.c Dropped ifdef guards against obsolete libpq versions 2016-08-15 02:55:44 +01:00
python.h Stop compiling with Python 2.5 2016-08-15 01:06:42 +01:00
replication_connection_type.c Use python-defined make_dsn() for ReplicationConnection class 2016-03-08 18:52:21 +01:00
replication_connection.h Use python-defined make_dsn() for ReplicationConnection class 2016-03-08 18:52:21 +01:00
replication_cursor_type.c Merge remote-tracking branch 'zalando/feature/replication-protocol' into feature/replication-protocol-c-connection-object 2016-03-08 18:56:58 +01:00
replication_cursor.h Allow retrying start_replication after syntax or data error. 2016-01-05 12:31:57 +01:00
replication_message_type.c Dropped import of postgres internal/c.h 2016-08-14 19:36:48 +01:00
replication_message.h Use inttypes.h definitions 2016-08-14 19:48:31 +01:00
typecast_array.c
typecast_basic.c
typecast_binary.c
typecast_binary.h
typecast_builtins.c
typecast_datetime.c
typecast_mxdatetime.c
typecast.c Convert Postgres time 24:00 into 00:00 2015-02-08 00:41:50 +00:00
typecast.h
utils.c Dropped ifdef guards against obsolete libpq versions 2016-08-15 02:55:44 +01:00
win32_support.c Add timersub for Win32. Fix gettimeofday on MinGW. 2015-06-04 11:00:08 +02:00
win32_support.h Add timersub for Win32. Fix gettimeofday on MinGW. 2015-06-04 11:00:08 +02:00
xid_type.c
xid.h