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