summaryrefslogtreecommitdiff
path: root/src/interfaces/python
Commit message (Expand)AuthorAgeFilesLines
* Correction to last patch. As per the DB-API spec, we need to return NoneD'Arcy J.M. Cain2003-01-081-1/+1
* Add missing slash to python install path.Bruce Momjian2002-12-301-1/+1
* > There is an ugly little problem with the DB wrapper class.Bruce Momjian2002-12-121-8/+4
* Bump version for 7.3 and 7.4.Bruce Momjian2002-12-111-2/+2
* Add an unnecessary assignment to remove a bogus warning. I checked theD'Arcy J.M. Cain2002-12-101-1/+4
* PyGreSQL inserttable patchBruce Momjian2002-12-061-98/+181
* Stamp minor version numbers for 7.4 release.Bruce Momjian2002-12-041-3/+3
* Remove typprtlen from getdescr() as it is not available in 7.3. Return -1 forD'Arcy J.M. Cain2002-12-041-2/+2
* I'm sending you a small patch to pgdb.py module. ThisD'Arcy J.M. Cain2002-11-251-1/+7
* Change the pkey method so that the caller can optionally set the dictionaryD'Arcy J.M. Cain2002-11-251-14/+35
* Change the debug variable to allow better control by the caller over howD'Arcy J.M. Cain2002-11-251-7/+13
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-231-1/+1
* Move PyGreSQL usage documentation from README into DocBook. Some otherPeter Eisentraut2002-09-232-887/+5
* pgindent run.Bruce Momjian2002-09-041-3/+3
* This is a quick patch to fix a crash in pgquery_dictresult() introducedBruce Momjian2002-08-281-71/+7
* This fixes some text as well as enforces the use of "drop table cascade"Bruce Momjian2002-08-151-3/+3
* Well, that certainly appeared to be very straight forward. pg.py andBruce Momjian2002-08-152-3/+6
* http://archives.postgresql.org/pgsql-bugs/2002-06/msg00086.php and neverBruce Momjian2002-08-152-11/+48
* Small patch to correct the default arraysize associatedBruce Momjian2002-06-031-1/+1
* Fix typo in usage instructions.Tom Lane2002-05-031-1/+1
* Remove the last traces of datatypes datetime and timespan.Tom Lane2002-05-031-1/+1
* pgdb.connect() seems to be broken on Python 2.0.1 (which ships withBruce Momjian2002-04-241-3/+2
* Back out python change, needs delay.Bruce Momjian2002-04-181-3/+3
* Change docs to do 20! rather than larger.Bruce Momjian2002-04-181-3/+3
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-4/+5
* Fox for old python PyMem_DEL, was PyMem_Del,Bruce Momjian2002-03-291-1/+1
* Fix '#' commant to be proper C comment.Bruce Momjian2002-03-291-1/+1
* Further changes following discussion on INTERFACES mailing list:D'Arcy J.M. Cain2002-03-261-5/+10
* PyGreSQL causes a segfault when used with a Python executable that wasD'Arcy J.M. Cain2002-03-201-4/+4
* Bump version number to match tree.D'Arcy J.M. Cain2002-03-191-1/+1
* Fix name in comments and add info about this module's place in PyGreSQL.D'Arcy J.M. Cain2002-03-191-3/+4
* > I am backing out this patch. Please resubmit with this corrected. Thanks.Bruce Momjian2002-03-191-26/+34
* Back out python patch:Bruce Momjian2002-03-052-174/+26
* This patch to the python bindings adds C versions of the often-usedBruce Momjian2002-03-052-26/+174
* revert last changePeter Eisentraut2001-12-131-19/+7
* Bump version to 3.3. Mostly this is because there is some confusion aboutD'Arcy J.M. Cain2001-12-035-13/+34
* A bunch of small doco updates motivated by scanning the comments onTom Lane2001-11-191-2/+3
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-19/+19
* Version was 3.3 but last released version was 3.1. Setting to match restD'Arcy J.M. Cain2001-11-041-1/+1
* Note that PyGreSQL has been checked against Python 2.1 now.D'Arcy J.M. Cain2001-11-041-1/+1
* The "%d", while syntactically correct, was confusing. Added a space toD'Arcy J.M. Cain2001-11-041-1/+1
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-7/+7
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-60/+56
* > This stops the interface from leaking the row tuples (and thus theBruce Momjian2001-10-191-0/+1
* Python handle as string all int8 values from postgresql. This could beBruce Momjian2001-10-161-0/+3
* Change the version. We are moving towards the next release.D'Arcy J.M. Cain2001-09-191-9/+31
* Remove INV_ARCHIVE mention in python readme.Bruce Momjian2001-09-101-1/+1
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-241-2/+1
* This patch fixes the well-known but unfixed bug that fetchone() always returnsBruce Momjian2001-08-161-2/+2
* Add prototypes to supress warnings.Bruce Momjian2001-07-111-1/+3