.. |
_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 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
|
Date/time modules initialized in separate functions
|
2019-01-22 09:09:07 +00:00 |
adapter_datetime.h
|
Date/time modules initialized in separate functions
|
2019-01-22 09:09:07 +00:00 |
adapter_list.c
|
Handle failed allocation in list adaptation
|
2019-01-21 02:49:38 +00: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
|
Convert int subclasses to long before adapting
|
2018-11-16 18:16:03 +00:00 |
adapter_pint.h
|
Dropped simple type wrapper functions
|
2014-08-15 02:54:31 +01:00 |
adapter_qstring.c
|
Stricter use of PyArg_ParseTuple typed objects
|
2019-01-21 02:00:04 +00:00 |
adapter_qstring.h
|
Work in progress on writable encoding
|
2016-07-01 18:00:05 +01:00 |
bytes_format.c
|
Wrap _Bytes_Resize into a function with clearer semantic
|
2019-01-21 02:00:04 +00:00 |
column_type.c
|
Respect PyCFunction signature in METH_NOARGS functions
|
2019-01-21 02:00:04 +00:00 |
column.h
|
Added table_oid, table_column on cursor.description items
|
2018-10-11 03:37:09 +01:00 |
config.h
|
Remove obsolete and incorrect FreeBSD version condition
|
2018-09-07 23:57:33 +01:00 |
connection_int.c
|
Consider the case dereferencing weakref in conn_poll returns NULL
|
2019-01-21 02:41:58 +00:00 |
connection_type.c
|
Mark setter as raising on negative results
|
2019-01-21 02:41:58 +00:00 |
connection.h
|
Added readonly and deferrable attributes
|
2017-02-16 12:46:35 +00:00 |
conninfo_type.c
|
Simplify PyBool usage with Python convenience macros/functions
|
2018-11-30 17:09:30 -08:00 |
conninfo.h
|
Moving host attribute to a connection.info object
|
2018-10-11 22:42:52 +01:00 |
cursor_int.c
|
Accept Composable in start_replication_expert()
|
2017-06-17 03:30:44 +01:00 |
cursor_type.c
|
_psyco_curs_execute() simplified
|
2019-01-21 02:49:38 +00:00 |
cursor.h
|
Mark setter as raising on negative results
|
2019-01-21 02:41:58 +00:00 |
diagnostics_type.c
|
Merge branch 'master' into https
|
2018-10-10 22:07:33 +01:00 |
diagnostics.h
|
psycopg2.Error object and type renamed more consistently
|
2013-03-20 00:03:58 +00:00 |
error_type.c
|
Respect PyCFunction signature in METH_NOARGS functions
|
2019-01-21 02:00:04 +00:00 |
error.h
|
Don't look up for Python encoding
|
2016-12-29 22:11:58 +01:00 |
green.c
|
Dropped PSYCOPG_EXTENSIONS flag
|
2014-08-23 19:30:48 +01:00 |
green.h
|
Prefer https:// URLs when available
|
2018-09-22 19:02:33 -07:00 |
libpq_support.c
|
Use inttypes.h definitions
|
2016-08-14 19:48:31 +01:00 |
libpq_support.h
|
Don't use PG_INT64_TYPE
|
2017-03-02 19:32:39 +00:00 |
lobject_int.c
|
Dropped compiler warning in debug mode
|
2017-02-04 02:32:26 +00:00 |
lobject_type.c
|
Simplify PyBool usage with Python convenience macros/functions
|
2018-11-30 17:09:30 -08: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
|
Fix multiple misspellings
|
2013-04-26 09:59:40 +01:00 |
microprotocols.c
|
Give precedence to '__conform__()' over superclasses choosing adapter
|
2017-02-05 11:54:50 +01:00 |
microprotocols.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
notify_type.c
|
Use the connection.info properties instead of the legacy methods
|
2018-10-13 03:28:42 +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
|
Don't call CLEARPGRES on the cursor state without holding the gil
|
2019-01-02 13:15:00 +01:00 |
pqpath.h
|
Drop ReplicationCursor.flush_feedback(), rectify pq_*_replication_*() interface.
|
2015-10-23 18:30:18 +02:00 |
psycopg.h
|
Dropped project wide type to define encodings table
|
2019-01-21 20:18:53 +00:00 |
psycopgmodule.c
|
Decrement the refcount of temporary objects in module init failed
|
2019-01-22 19:40:42 +00:00 |
python.h
|
Added several ConnectionInfo attributes
|
2018-10-12 04:18:59 +01:00 |
replication_connection_type.c
|
Dropped funny handling of REPLICATION_* constants
|
2019-01-21 02:49:38 +00:00 |
replication_connection.h
|
Dropped funny handling of REPLICATION_* constants
|
2019-01-21 02:49:38 +00:00 |
replication_cursor_type.c
|
Respect PyCFunction signature in METH_NOARGS functions
|
2019-01-21 02:00:04 +00:00 |
replication_cursor.h
|
Date/time modules initialized in separate functions
|
2019-01-22 09:09:07 +00:00 |
replication_message_type.c
|
Stricter use of PyArg_ParseTuple typed objects
|
2019-01-21 02:00:04 +00:00 |
replication_message.h
|
Date/time modules initialized in separate functions
|
2019-01-22 09:09:07 +00:00 |
solaris_support.c
|
Fixed building on SmartOS
|
2018-02-19 11:40:05 +00:00 |
solaris_support.h
|
Fixed building on SmartOS
|
2018-02-19 11:40:05 +00:00 |
typecast_array.c
|
Added BYTESARRAY typecaster
|
2019-01-18 15:47:01 +00:00 |
typecast_basic.c
|
More straightforward semantics for psyco_GetDecimalType
|
2019-01-21 02:41:58 +00:00 |
typecast_binary.c
|
Prefer https:// URLs when available
|
2018-09-22 19:02:33 -07:00 |
typecast_binary.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
typecast_builtins.c
|
Added BYTESARRAY typecaster
|
2019-01-18 15:47:01 +00:00 |
typecast_datetime.c
|
Raise NotSupportedError fetching iso_8601 intervals
|
2018-05-20 13:22:38 +01:00 |
typecast_mxdatetime.c
|
Trim trailing whitespace from all files throughout project
|
2017-12-01 21:42:14 -08:00 |
typecast.c
|
Simplify PyBool usage with Python convenience macros/functions
|
2018-11-30 17:09:30 -08:00 |
typecast.h
|
Further modeling of exception raising
|
2012-03-04 04:38:44 +00:00 |
utils.c
|
More straightforward semantics for psyco_GetDecimalType
|
2019-01-21 02:41:58 +00:00 |
utils.h
|
Mark psyco_set_error as returning a borrowed object
|
2019-01-21 02:41:58 +00:00 |
win32_support.c
|
Added support for MSVC compiler
|
2017-02-09 20:57:54 -07:00 |
win32_support.h
|
Added support for MSVC compiler
|
2017-02-09 20:57:54 -07: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 |