aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/python
Commit message (Expand)AuthorAge
* remove python module, as its moved to http://www.pygresql.orgMarc G. Fournier2003-08-01
* This is a bug in python interface module,Bruce Momjian2003-06-25
* I succeeded by fixing up setup.py:Bruce Momjian2003-06-12
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian2003-04-25
* Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian2003-03-25
* Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut2003-03-21
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* The quote function should return a string suitable for dropping into aD'Arcy J.M. Cain2003-02-26
* Correction to last patch. As per the DB-API spec, we need to return NoneD'Arcy J.M. Cain2003-01-08
* Add missing slash to python install path.Bruce Momjian2002-12-30
* > There is an ugly little problem with the DB wrapper class.Bruce Momjian2002-12-12
* Bump version for 7.3 and 7.4.Bruce Momjian2002-12-11
* Add an unnecessary assignment to remove a bogus warning. I checked theD'Arcy J.M. Cain2002-12-10
* PyGreSQL inserttable patchBruce Momjian2002-12-06
* Stamp minor version numbers for 7.4 release.Bruce Momjian2002-12-04
* Remove typprtlen from getdescr() as it is not available in 7.3. Return -1 forD'Arcy J.M. Cain2002-12-04
* I'm sending you a small patch to pgdb.py module. ThisD'Arcy J.M. Cain2002-11-25
* Change the pkey method so that the caller can optionally set the dictionaryD'Arcy J.M. Cain2002-11-25
* Change the debug variable to allow better control by the caller over howD'Arcy J.M. Cain2002-11-25
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-23
* Move PyGreSQL usage documentation from README into DocBook. Some otherPeter Eisentraut2002-09-23
* pgindent run.Bruce Momjian2002-09-04
* This is a quick patch to fix a crash in pgquery_dictresult() introducedBruce Momjian2002-08-28
* This fixes some text as well as enforces the use of "drop table cascade"Bruce Momjian2002-08-15
* Well, that certainly appeared to be very straight forward. pg.py andBruce Momjian2002-08-15
* http://archives.postgresql.org/pgsql-bugs/2002-06/msg00086.php and neverBruce Momjian2002-08-15
* Small patch to correct the default arraysize associatedBruce Momjian2002-06-03
* Fix typo in usage instructions.Tom Lane2002-05-03
* Remove the last traces of datatypes datetime and timespan.Tom Lane2002-05-03
* pgdb.connect() seems to be broken on Python 2.0.1 (which ships withBruce Momjian2002-04-24
* Back out python change, needs delay.Bruce Momjian2002-04-18
* Change docs to do 20! rather than larger.Bruce Momjian2002-04-18
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Fox for old python PyMem_DEL, was PyMem_Del,Bruce Momjian2002-03-29
* Fix '#' commant to be proper C comment.Bruce Momjian2002-03-29
* Further changes following discussion on INTERFACES mailing list:D'Arcy J.M. Cain2002-03-26
* PyGreSQL causes a segfault when used with a Python executable that wasD'Arcy J.M. Cain2002-03-20
* Bump version number to match tree.D'Arcy J.M. Cain2002-03-19
* Fix name in comments and add info about this module's place in PyGreSQL.D'Arcy J.M. Cain2002-03-19
* > I am backing out this patch. Please resubmit with this corrected. Thanks.Bruce Momjian2002-03-19
* Back out python patch:Bruce Momjian2002-03-05
* This patch to the python bindings adds C versions of the often-usedBruce Momjian2002-03-05
* revert last changePeter Eisentraut2001-12-13
* Bump version to 3.3. Mostly this is because there is some confusion aboutD'Arcy J.M. Cain2001-12-03
* A bunch of small doco updates motivated by scanning the comments onTom Lane2001-11-19
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Version was 3.3 but last released version was 3.1. Setting to match restD'Arcy J.M. Cain2001-11-04
* Note that PyGreSQL has been checked against Python 2.1 now.D'Arcy J.M. Cain2001-11-04
* The "%d", while syntactically correct, was confusing. Added a space toD'Arcy J.M. Cain2001-11-04