psycopg2/psycopg
2010-11-05 09:34:49 +00:00
..
adapter_asis.c Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
adapter_asis.h Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
adapter_binary.c Dropped PSYCOPG_OWN_QUOTING. 2010-10-08 12:27:47 +01:00
adapter_binary.h Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
adapter_datetime.c Micrsoft Visual C Compile Fix 2010-05-17 09:06:14 +02:00
adapter_datetime.h Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
adapter_list.c Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
adapter_list.h Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
adapter_mxdatetime.c Explicit cast of the SQL representation of time-related objects. 2010-05-15 14:27:23 +01:00
adapter_mxdatetime.h Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
adapter_pboolean.c Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
adapter_pboolean.h Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
adapter_pdecimal.c Fixed Python 2.4 segfault related to decimal implementation 2010-02-28 20:52:03 +01:00
adapter_pdecimal.h Fixed problem with decimal.Decimal conversions 2010-02-21 01:04:00 +01:00
adapter_pfloat.c Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
adapter_pfloat.h Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
adapter_qstring.c Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
adapter_qstring.h Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
config.h Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
connection_int.c Fixed handling of commit/rollback prepared in green mode 2010-11-05 09:34:49 +00:00
connection_type.c Raise NotSuppoertdError if tpc is used with PostgreSQL < 8.1 2010-11-05 09:34:49 +00:00
connection.h Raise NotSuppoertdError if tpc is used with PostgreSQL < 8.1 2010-11-05 09:34:49 +00:00
cursor_int.c Dropped curs_get_last_result function. 2010-04-23 13:24:35 +01:00
cursor_type.c Added tpc_prepare and CONN_STATUS_PREPARED. 2010-11-05 09:34:48 +00:00
cursor.h Dropped large object support when psycopg is in green mode. 2010-05-09 20:34:02 +01:00
green.c Simplified psyco_wait() function interface. 2010-04-25 23:08:08 +01:00
green.h Dropped large object support when psycopg is in green mode. 2010-05-09 20:34:02 +01:00
lobject_int.c Keep the connection in blocking mode unless it is not async. 2010-05-09 20:37:48 +01:00
lobject_type.c Support large objects truncating. 2010-03-29 09:19:35 +02:00
lobject.h Support large objects truncating. 2010-03-29 09:19:35 +02:00
microprotocols_proto.c Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
microprotocols_proto.h Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
microprotocols.c Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
microprotocols.h Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
notify_type.c Added documentation for the Notify object. 2010-11-05 09:34:47 +00:00
notify.h Adding Notify object with payload. 2010-11-05 09:34:46 +00:00
pgtypes.h Added aync.txt to distribution. 2005-11-29 12:01:46 +00:00
pgversion.h Initial psycopg 2 import after SVN crash. 2004-10-19 03:17:12 +00:00
pqpath.c Keep the GIL while converting the xid into the PostgreSQL transaction id. 2010-11-05 09:34:48 +00:00
pqpath.h Keep the GIL while converting the xid into the PostgreSQL transaction id. 2010-11-05 09:34:48 +00:00
psycopg.h Applied spelling fixes patch from Peter Eisentraut 2010-07-18 12:14:46 +02:00
psycopgmodule.c Added connection.xid() and related objects. 2010-11-05 09:34:47 +00:00
python.h implement sequence behaviour, as required for transaction IDs. 2010-11-05 09:34:47 +00:00
typecast_array.c Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
typecast_basic.c Fixed problem with decimal.Decimal conversions 2010-02-21 01:04:00 +01:00
typecast_basic.c.old Initial psycopg 2 import after SVN crash. 2004-10-19 03:17:12 +00:00
typecast_binary.c Use PQfreemem to free memory allocated by the libpq. 2010-10-08 14:26:40 +01:00
typecast_binary.h Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
typecast_builtins.c * psycopg/typecast.c (typecast_pydatetime): make array static. 2008-01-21 21:41:17 +00:00
typecast_datetime.c Handle time zones with seconds in the UTC offset. 2010-05-20 02:16:04 +01:00
typecast_mxdatetime.c Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
typecast.c Fixed error related to calling C typecasters from Python ones 2010-05-15 19:34:56 +02:00
typecast.h Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
utils.c Dropped PSYCOPG_OWN_QUOTING. 2010-10-08 12:27:47 +01:00
xid_type.c Encoding/decoding in base64 refactored. 2010-11-05 09:34:49 +00:00
xid.h xid_get_tid returns a Python string, not a buffer. 2010-11-05 09:34:49 +00:00