.. |
_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
|
Use a global object for NULL
|
2011-02-17 20:09:52 +00:00 |
adapter_asis.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
adapter_binary.c
|
Make Binary(None) work as expected, adapting to NULL
|
2011-02-18 14:19:57 +00:00 |
adapter_binary.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
adapter_datetime.c
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
adapter_datetime.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
adapter_list.c
|
Use a global object for NULL
|
2011-02-17 20:09:52 +00:00 |
adapter_list.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
adapter_mxdatetime.c
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
adapter_mxdatetime.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
adapter_pboolean.c
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
adapter_pboolean.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
adapter_pdecimal.c
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
adapter_pdecimal.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
adapter_pfloat.c
|
Add negative infinity support for Python->pg conversion
|
2011-02-12 20:19:02 +00:00 |
adapter_pfloat.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
adapter_qstring.c
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
adapter_qstring.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
bytes_format.c
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
config.h
|
Windows MSVC: Fix Compiler Warning: getpid
|
2011-02-25 10:25:12 +00:00 |
connection_int.c
|
Use only the isolation levels available on old PG versions
|
2011-06-03 00:40:54 +01:00 |
connection_type.c
|
Use only the isolation levels available on old PG versions
|
2011-06-03 00:40:54 +01:00 |
connection.h
|
Dropped isolation level from the connection object
|
2011-06-03 00:10:24 +01:00 |
cursor_int.c
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
cursor_type.c
|
Dropped isolation level from the connection object
|
2011-06-03 00:10:24 +01:00 |
cursor.h
|
Stricter declaration and correct use of psyco_set_error
|
2011-02-21 00:31:09 +00:00 |
green.c
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
green.h
|
Documentation cleanup
|
2011-02-19 16:16:28 +00:00 |
lobject_int.c
|
Dropped isolation level from the connection object
|
2011-06-03 00:10:24 +01:00 |
lobject_type.c
|
Dropped isolation level from the connection object
|
2011-06-03 00:10:24 +01:00 |
lobject.h
|
Dropped isolation level from the connection object
|
2011-06-03 00:10:24 +01:00 |
microprotocols_proto.c
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
microprotocols_proto.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
microprotocols.c
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
microprotocols.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
notify_type.c
|
Merge remote branch 'jason/devel' into devel
|
2011-02-19 16:25:31 +00:00 |
notify.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
pgtypes.h
|
Added aync.txt to distribution.
|
2005-11-29 12:01:46 +00:00 |
pqpath.c
|
Dropped isolation level from the connection object
|
2011-06-03 00:10:24 +01:00 |
pqpath.h
|
Set hidden visibility to a few functions not public
|
2011-02-19 00:25:23 +00:00 |
psycopg.h
|
The cursor name can be a non-valid PostgreSQL identifier
|
2011-02-23 01:53:25 +00:00 |
psycopgmodule.c
|
Fixed a few docstrings mixed up
|
2011-05-11 12:59:31 +01:00 |
python.h
|
Dropped isolation level from the connection object
|
2011-06-03 00:10:24 +01:00 |
typecast_array.c
|
More careful memory management
|
2011-02-23 00:32:23 +00:00 |
typecast_basic.c
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
typecast_binary.c
|
Added tests for our own bytea parser
|
2011-03-26 12:59:14 +00: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
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
typecast_mxdatetime.c
|
Work around CentOS 5.5 x86_64 buld problem.
|
2010-12-04 13:51:21 +00:00 |
typecast.c
|
Add a type converter to handle untyped empty arrays.
|
2011-02-20 12:28:10 +00:00 |
typecast.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |
utils.c
|
The cursor name can be a non-valid PostgreSQL identifier
|
2011-02-23 01:53:25 +00:00 |
xid_type.c
|
Windows MSVC: Fix data loss compiler warnings
|
2011-02-25 10:25:12 +00:00 |
xid.h
|
Pulled down changes from dvarrazzo branch on gh
|
2011-02-10 15:59:31 -07:00 |