summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added adapter to handle float('inf') and float('nan')Federico Di Gregorio2009-01-239-5/+330
* register_type() now works on connection and cursor subclassesFederico Di Gregorio2009-01-222-2/+8
* Merge from public trunkFederico Di Gregorio2009-01-107-167/+64
|\
| * If we are depending on Python 2.4, we don't need to make decimal module James Henstridge2008-12-274-34/+10
| * Remove conditionals on support for booleans and datetimes, since they James Henstridge2008-12-263-77/+34
| * Remove backward compatibility support for Python versions older than James Henstridge2008-12-262-61/+25
* | Added isready() error test to sandboxFederico Di Gregorio2009-01-101-0/+31
* | Fixed isready() not throwing exception on errorFederico Di Gregorio2009-01-103-3/+15
|/
* Fixed memory leak in lobjectFederico Di Gregorio2008-12-043-2/+20
* Patch from Jason Erickson to build on MSVCFederico Di Gregorio2008-11-261-1/+3
* Unified string quotingFederico Di Gregorio2008-11-259-169/+153
* Removed non-existing files from projectFederico Di Gregorio2008-11-251-2/+4
* Applied COPY patch from Alejandro Dubrovsky (missing files and project)Federico Di Gregorio2008-11-253-0/+61
* Applied COPY patch from Alejandro DubrovskyFederico Di Gregorio2008-11-254-20/+90
* Merged changed by JH from headFederico Di Gregorio2008-09-242-1/+6
|\
| * * psycopg/psycopg.h (NotSupportedError_doc): clean upJames Henstridge2008-09-232-1/+6
* | Added inet supportFederico Di Gregorio2008-09-243-2/+50
|/
* Support for NULLs in UUIDFederico Di Gregorio2008-09-233-2/+10
* Added suppport for UUID and related test.Federico Di Gregorio2008-09-198-125/+226
* Preparing release 2.0.82_0_8Federico Di Gregorio2008-09-163-13/+17
* Fill in a few more items in the NEWS file for 2.0.8.James Henstridge2008-08-261-0/+10
* Build fix from Jorgen AustvikFederico Di Gregorio2008-08-021-0/+1
* Merge from jhFederico Di Gregorio2008-07-2614-81/+274
|\
| * * psycopg/lobject_type.c (lobject_setup): useJames Henstridge2008-07-232-4/+11
| * Merge support for cyclic GC in relevant types that psycopg defines.James Henstridge2008-07-2313-77/+263
| |\
| | * Use Py_CLEAR() in a few more places, and do INCREF's before setting James Henstridge2008-07-218-24/+24
| | * * psycopg/adapter_qstring.c (qstring_traverse): add cyclic GCJames Henstridge2008-07-185-12/+64
| | * * psycopg/adapter_binary.c (binary_traverse): add cyclic GCJames Henstridge2008-07-012-3/+17
| | * * psycopg/adapter_asis.c (asis_traverse): add cyclic GC traversalJames Henstridge2008-07-012-3/+13
| | * * psycopg/adapter_list.c (list_traverse): add cyclic GC traversalJames Henstridge2008-07-012-3/+18
| | * * psycopg/cursor_type.c (cursor_setup): incref before settingJames Henstridge2008-05-283-5/+15
| | * * psycopg/typecast.c (typecast_traverse): implement cyclic GCJames Henstridge2008-05-282-8/+40
| | * * psycopg/connection_type.c:James Henstridge2008-05-283-20/+73
* | | get_backend_pid() patch and fixesFederico Di Gregorio2008-07-265-5/+30
|/ /
* | Fixed spaces in pg_config pathFederico Di Gregorio2008-06-282-0/+6
* | Added XXXARRAY imports to psycopg2.extenionsFederico Di Gregorio2008-05-303-1/+5
* | COPY problem tests and partial fixFederico Di Gregorio2008-05-278-28/+60830
|/
* Fixed memory leak in executemanyFederico Di Gregorio2008-05-192-0/+6
* Update debian packaging files.Fabio Tranchitella2008-05-122-5/+30
* * psycopg/lobject.h (lobjectObject): remove "mode" struct member,James Henstridge2008-05-063-3/+3
* * psycopg/lobject_*.c: replace uses of the closed struct member,James Henstridge2008-05-064-15/+38
* * psycopg/lobject*: const'ify the code.James Henstridge2008-05-064-11/+15
* * tests/test_lobject.py (LargeObjectTests): add more tests,James Henstridge2008-05-064-47/+234
* * psycopg/lobject.h: don't export the lobjectType symbol.James Henstridge2008-05-052-2/+17
* Fixed build error on SUNFederico Di Gregorio2008-05-052-1/+5
* Merge lobject work from trunk, plus fixes to make it work with current James Henstridge2008-05-0515-8/+1090
|\
| * Add basic tests for large object code. Fix lobject.seek() to actually James Henstridge2008-05-054-1/+90
| * Fix up structmember definitions to match real types. T_LONG is not the James Henstridge2008-05-051-2/+2
| * Fix up pq_complete_error() calls.James Henstridge2008-05-051-9/+16
| * Fix double free in case where PGresult is NULL.James Henstridge2008-05-051-1/+0