psycopg2/psycopg
2019-04-05 18:04:55 +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 Prefix 'psycopg_' changed to 'psyco_' 2019-03-17 18:45:25 +00:00
adapter_asis.h Copyright year updated 2019-02-17 01:36:36 +00:00
adapter_binary.c Prefix 'psycopg_' changed to 'psyco_' 2019-03-17 18:45:25 +00:00
adapter_binary.h Copyright year updated 2019-02-17 01:36:36 +00:00
adapter_datetime.c Prefix 'psycopg_' changed to 'psyco_' 2019-03-17 18:45:25 +00:00
adapter_datetime.h Several function names shortened 2019-03-17 18:33:15 +00:00
adapter_list.c Prefix 'psycopg_' changed to 'psyco_' 2019-03-17 18:45:25 +00:00
adapter_list.h Copyright year updated 2019-02-17 01:36:36 +00:00
adapter_mxdatetime.c Dropped debug info for microprotocols/adapters initialization 2019-03-16 20:05:40 +00:00
adapter_mxdatetime.h Removed support for mxDateTime as the default date and time adapter 2019-03-16 16:36:49 +00:00
adapter_pboolean.c Prefix 'psycopg_' changed to 'psyco_' 2019-03-17 18:45:25 +00:00
adapter_pboolean.h Copyright year updated 2019-02-17 01:36:36 +00:00
adapter_pdecimal.c Prefix 'psycopg_' changed to 'psyco_' 2019-03-17 18:45:25 +00:00
adapter_pdecimal.h Copyright year updated 2019-02-17 01:36:36 +00:00
adapter_pfloat.c Prefix 'psycopg_' changed to 'psyco_' 2019-03-17 18:45:25 +00:00
adapter_pfloat.h Copyright year updated 2019-02-17 01:36:36 +00:00
adapter_pint.c Prefix 'psycopg_' changed to 'psyco_' 2019-03-17 18:45:25 +00:00
adapter_pint.h Copyright year updated 2019-02-17 01:36:36 +00:00
adapter_qstring.c Prefix 'psycopg_' changed to 'psyco_' 2019-03-17 18:45:25 +00:00
adapter_qstring.h Copyright year updated 2019-02-17 01:36:36 +00:00
bytes_format.c Copyright year updated 2019-02-17 01:36:36 +00:00
column_type.c Copyright year updated 2019-02-17 01:36:36 +00:00
column.h Copyright year updated 2019-02-17 01:36:36 +00:00
config.h Don't close connections from forked processes 2019-03-18 00:32:40 +00:00
connection_int.c Handle ok poll() without a cursor having executed queries 2019-04-05 18:04:55 +01:00
connection_type.c Merge branch 'naming' 2019-03-18 01:54:44 +00:00
connection.h Don't close connections from forked processes 2019-03-18 00:32:40 +00:00
conninfo_type.c Prefix 'psycopg_' changed to 'psyco_' 2019-03-17 18:45:25 +00:00
conninfo.h Copyright year updated 2019-02-17 01:36:36 +00:00
cursor_int.c Several function names shortened 2019-03-17 18:33:15 +00:00
cursor_type.c Prefix 'psycopg_' changed to 'psyco_' 2019-03-17 18:45:25 +00:00
cursor.h Several function names shortened 2019-03-17 18:33:15 +00:00
diagnostics_type.c Several function names shortened 2019-03-17 18:33:15 +00:00
diagnostics.h Copyright year updated 2019-02-17 01:36:36 +00:00
error_type.c Prefix 'psycopg_' changed to 'psyco_' 2019-03-17 18:45:25 +00:00
error.h Copyright year updated 2019-02-17 01:36:36 +00:00
green.c Added pq_get_result_async() replaced pg_get_last_result() 2019-03-17 01:20:06 +00:00
green.h Copyright year updated 2019-02-17 01:36:36 +00:00
libpq_support.c Copyright year updated 2019-02-17 01:36:36 +00:00
libpq_support.h Copyright year updated 2019-02-17 01:36:36 +00:00
lobject_int.c Use the error on the connection instead of passing it explicitly around 2019-03-17 03:49:34 +00:00
lobject_type.c Copyright year updated 2019-02-17 01:36:36 +00:00
lobject.h Copyright year updated 2019-02-17 01:36:36 +00:00
microprotocols_proto.c Several function names shortened 2019-03-17 18:33:15 +00:00
microprotocols_proto.h Copyright year updated 2019-02-17 01:36:36 +00:00
microprotocols.c Dropped debug info for microprotocols/adapters initialization 2019-03-16 20:05:40 +00:00
microprotocols.h Copyright year updated 2019-02-17 01:36:36 +00:00
notify_type.c Copyright year updated 2019-02-17 01:36:36 +00:00
notify.h Copyright year updated 2019-02-17 01:36:36 +00:00
pgtypes.h Added aync.txt to distribution. 2005-11-29 12:01:46 +00:00
pqpath.c Address code review feedback 2019-03-30 21:23:13 +00:00
pqpath.h Use the error on the connection instead of passing it explicitly around 2019-03-17 03:49:34 +00:00
psycopg.h Copyright year updated 2019-02-17 01:36:36 +00:00
psycopgmodule.c Windows doesn't like the name "connect" for a function 2019-03-17 22:26:02 +00:00
python.h Py2/3 compatibility macro definitions rationalized 2019-03-16 19:54:40 +00:00
replication_connection_type.c Prefix 'psycopg_' changed to 'psyco_' 2019-03-17 18:45:25 +00:00
replication_connection.h Copyright year updated 2019-02-17 01:36:36 +00:00
replication_cursor_type.c Store WAL end pointer in the replication cursor 2019-03-30 21:23:11 +00:00
replication_cursor.h Address code review feedback 2019-03-30 21:23:13 +00:00
replication_message_type.c Several function names shortened 2019-03-17 18:33:15 +00:00
replication_message.h Several function names shortened 2019-03-17 18:33:15 +00:00
solaris_support.c Fixed building on SmartOS 2018-02-19 11:40:05 +00:00
solaris_support.h Copyright year updated 2019-02-17 01:36:36 +00:00
sqlstate_errors.h SQLSTATE error classes implemented in C 2019-02-10 03:45:14 +00:00
typecast_array.c Copyright year updated 2019-02-17 01:36:36 +00:00
typecast_basic.c Prefix 'psycopg_' changed to 'psyco_' 2019-03-17 18:45:25 +00:00
typecast_binary.c Several function names shortened 2019-03-17 18:33:15 +00:00
typecast_binary.h Copyright year updated 2019-02-17 01:36:36 +00:00
typecast_builtins.c Added BYTESARRAY typecaster 2019-01-18 15:47:01 +00:00
typecast_datetime.c Several function names shortened 2019-03-17 18:33:15 +00:00
typecast_mxdatetime.c Several function names shortened 2019-03-17 18:33:15 +00:00
typecast.c Prefix 'psycopg_' changed to 'psyco_' 2019-03-17 18:45:25 +00:00
typecast.h Copyright year updated 2019-02-17 01:36:36 +00:00
utils.c Prefix 'psycopg_' changed to 'psyco_' 2019-03-17 18:45:25 +00:00
utils.h Prefix 'psycopg_' changed to 'psyco_' 2019-03-17 18:45:25 +00:00
win32_support.c Copyright year updated 2019-02-17 01:36:36 +00:00
win32_support.h Copyright year updated 2019-02-17 01:36:36 +00:00
xid_type.c Prefix 'psycopg_' changed to 'psyco_' 2019-03-17 18:45:25 +00:00
xid.h Copyright year updated 2019-02-17 01:36:36 +00:00