..
adapter_asis.c
Dropped PyArg_ParseTuple() calls in functions taking no arguments.
2010-11-09 03:18:54 +00: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 PyArg_ParseTuple() calls in functions taking no arguments.
2010-11-09 03:18:54 +00: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
datetime module initialized as it is supposed to be.
2010-11-19 00:28:39 +00:00
adapter_datetime.h
datetime module initialized as it is supposed to be.
2010-11-19 00:28:39 +00:00
adapter_list.c
Dropped PyArg_ParseTuple() calls in functions taking no arguments.
2010-11-09 03:18:54 +00: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
mx.DateTime module initialized as it is supposed to be.
2010-11-19 00:28:49 +00:00
adapter_mxdatetime.h
mx.DateTime module initialized as it is supposed to be.
2010-11-19 00:28:49 +00:00
adapter_pboolean.c
Dropped PyArg_ParseTuple() calls in functions taking no arguments.
2010-11-09 03:18:54 +00: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
Dropped PyArg_ParseTuple() calls in functions taking no arguments.
2010-11-09 03:18:54 +00:00
adapter_pdecimal.h
Fixed problem with decimal.Decimal conversions
2010-02-21 01:04:00 +01:00
adapter_pfloat.c
Dropped PyArg_ParseTuple() calls in functions taking no arguments.
2010-11-09 03:18:54 +00: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
Dropped PyArg_ParseTuple() calls in functions taking no arguments.
2010-11-09 03:18:54 +00:00
adapter_qstring.h
Changes license to LGPL3 + OpenSSL exception on all source files
2010-02-12 23:34:53 +01:00
config.h
Win32 *time_r fix
2010-11-09 00:20:58 +00:00
connection_int.c
Don't segfault when PQparameterStatus(DateStyle) returns NULL
2010-12-18 15:27:15 +00:00
connection_type.c
A prepared connection can't be canceled.
2010-11-28 12:15:26 +00:00
connection.h
Support query cancellation.
2010-11-28 11:50:02 +00:00
cursor_int.c
Dropped curs_get_last_result function.
2010-04-23 13:24:35 +01:00
cursor_type.c
Added enum with possilbe isolation level states.
2010-11-18 00:31:51 +00:00
cursor.h
Dropped large object support when psycopg is in green mode.
2010-05-09 20:34:02 +01:00
green.c
Functions unused outside the module marked static.
2010-11-10 15:50:05 +00:00
green.h
Dropped large object support when psycopg is in green mode.
2010-05-09 20:34:02 +01:00
lobject_int.c
Added enum with possilbe isolation level states.
2010-11-18 00:31:51 +00:00
lobject_type.c
Added enum with possilbe isolation level states.
2010-11-18 00:31:51 +00:00
lobject.h
Support large objects truncating.
2010-03-29 09:19:35 +02:00
microprotocols_proto.c
Dropped PyArg_ParseTuple() calls in functions taking no arguments.
2010-11-09 03:18:54 +00:00
microprotocols_proto.h
Changes license to LGPL3 + OpenSSL exception on all source files
2010-02-12 23:34:53 +01:00
microprotocols.c
Dropped conversion from None to NULL in adapter.
2010-12-31 18:55:33 +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 warning note about equivalence inconsistence between Notify and tuples.
2010-11-05 09:34:52 +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
Added enum with possilbe isolation level states.
2010-11-18 00:31:51 +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
Work around CentOS 5.5 x86_64 buld problem.
2010-12-04 13:51:21 +00:00
python.h
Py_TYPE defined as it is in Python 2.6.
2010-11-08 01:28:01 +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_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
Work around CentOS 5.5 x86_64 buld problem.
2010-12-04 13:51:21 +00:00
typecast_mxdatetime.c
Work around CentOS 5.5 x86_64 buld problem.
2010-12-04 13:51:21 +00:00
typecast.c
Dropped interface for two private functions.
2010-12-04 13:51:21 +00:00
typecast.h
Dropped interface for two private functions.
2010-12-04 13:51:21 +00:00
utils.c
Compiler warning dropped.
2010-11-18 23:13:16 +00:00
xid_type.c
Added documentation for the Xid object.
2010-11-05 09:34:50 +00:00
xid.h
xid_get_tid returns a Python string, not a buffer.
2010-11-05 09:34:49 +00:00