.. |
_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
|
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 PG_VERSION_HEX constant
|
2015-06-02 10:54:08 +01:00 |
adapter_binary.h
|
Dropped simple type wrapper functions
|
2014-08-15 02:54:31 +01:00 |
adapter_datetime.c
|
Cast time into timetz when the tzinfo field is set.
|
2014-11-13 17:32:06 +09: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
|
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
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
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
|
Dropped simple type wrapper functions
|
2014-08-15 02:54:31 +01:00 |
adapter_qstring.h
|
Dropped simple type wrapper functions
|
2014-08-15 02:54:31 +01:00 |
bytes_format.c
|
Use more compact macros to annotate functions for the static checker
|
2012-03-01 02:53:28 +00:00 |
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
|
Allow connection.notices and notifies to be replaced.
|
2015-06-02 17:02:04 +01:00 |
connection.h
|
Pending notice list converted into a forward list
|
2015-06-02 14:25:46 +01:00 |
cursor_int.c
|
Better use of Py_CLEAR and implicit zeroed-out structures
|
2013-03-20 23:53:20 +00:00 |
cursor_type.c
|
Properly subclass ReplicationCursor on C level.
|
2015-10-19 20:00:39 +02:00 |
cursor.h
|
Fix cursor_init() declaration for use in replication_cursor_type.c
|
2015-10-20 12:55:43 +02:00 |
diagnostics_type.c
|
Name the types after the module they are exposed from
|
2014-08-15 01:47:19 +01:00 |
diagnostics.h
|
psycopg2.Error object and type renamed more consistently
|
2013-03-20 00:03:58 +00:00 |
error_type.c
|
Fixed pickling of exceptions with no pgerror/pgcode set
|
2013-07-19 16:05:59 +01:00 |
error.h
|
psycopg2.Error object and type renamed more consistently
|
2013-03-20 00:03:58 +00:00 |
green.c
|
Dropped PSYCOPG_EXTENSIONS flag
|
2014-08-23 19:30:48 +01:00 |
green.h
|
Documentation cleanup
|
2011-02-19 16:16:28 +00:00 |
libpq_support.c
|
Add handling of send_time field in replmsg
|
2015-06-10 18:21:06 +02:00 |
libpq_support.h
|
Drop ReplicationCursor.flush_feedback(), rectify pq_*_replication_*() interface.
|
2015-10-23 18:30:18 +02:00 |
lobject_int.c
|
Dropped PG_VERSION_HEX constant
|
2015-06-02 10:54:08 +01:00 |
lobject_type.c
|
Dropped PG_VERSION_HEX constant
|
2015-06-02 10:54:08 +01:00 |
lobject.h
|
Use lseek64 and ltell64 to support large object greater than 2gb in size.
|
2014-12-25 15:06:18 +01: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
|
Fix multiple misspellings
|
2013-04-26 09:59:40 +01:00 |
microprotocols.c
|
Store a PGresult in the Exception error
|
2013-03-19 23:42:54 +00:00 |
microprotocols.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
notify_type.c
|
Dropped GC support from Xid and Notify types
|
2013-04-02 01:50:31 +01:00 |
notify.h
|
Notify and Xid objects and types renamed for consistency
|
2013-03-20 01:48:05 +00:00 |
pgtypes.h
|
Added aync.txt to distribution.
|
2005-11-29 12:01:46 +00:00 |
pqpath.c
|
Allow retrying start_replication after syntax or data error.
|
2016-01-05 12:31:57 +01:00 |
pqpath.h
|
Drop ReplicationCursor.flush_feedback(), rectify pq_*_replication_*() interface.
|
2015-10-23 18:30:18 +02:00 |
psycopg.h
|
Add ReplicationMessage object
|
2015-06-05 17:44:09 +02:00 |
psycopgmodule.c
|
Properly subclass ReplicationCursor on C level.
|
2015-10-19 20:00:39 +02:00 |
python.h
|
Dropped support for Python 2.4
|
2013-03-20 23:40:13 +00:00 |
replication_cursor_type.c
|
Allow retrying start_replication after syntax or data error.
|
2016-01-05 12:31:57 +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
|
Fix send_time printf format in replmsg_repr().
|
2015-10-20 12:54:22 +02:00 |
replication_message.h
|
Rework replication connection/cursor classes
|
2015-10-01 19:33:27 +02:00 |
typecast_array.c
|
Use the Py_RETURN_NONE macro
|
2013-04-05 01:25:05 +01:00 |
typecast_basic.c
|
Use the Py_RETURN_NONE macro
|
2013-04-05 01:25:05 +01:00 |
typecast_binary.c
|
Fix multiple misspellings
|
2013-04-26 09:59:40 +01: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
|
Use the Py_RETURN_NONE macro
|
2013-04-05 01:25:05 +01:00 |
typecast_mxdatetime.c
|
Use the Py_RETURN_NONE macro
|
2013-04-05 01:25:05 +01:00 |
typecast.c
|
Convert Postgres time 24:00 into 00:00
|
2015-02-08 00:41:50 +00:00 |
typecast.h
|
Further modeling of exception raising
|
2012-03-04 04:38:44 +00:00 |
utils.c
|
Add psycopg2.extensions.quote_ident.
|
2015-10-14 17:00:25 +02: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
|
Dropped GC support from Xid and Notify types
|
2013-04-02 01:50:31 +01:00 |
xid.h
|
Notify and Xid objects and types renamed for consistency
|
2013-03-20 01:48:05 +00:00 |