summaryrefslogtreecommitdiff
path: root/src/interfaces/python/pgmodule.c
Commit message (Expand)AuthorAgeFilesLines
* remove python module, as its moved to http://www.pygresql.orgMarc G. Fournier2003-08-011-3257/+0
* Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian2003-04-251-5/+5
* Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian2003-03-251-1/+1
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-1/+1
* 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
* 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
* http://archives.postgresql.org/pgsql-bugs/2002-06/msg00086.php and neverBruce Momjian2002-08-151-11/+28
* 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
* Back out python patch:Bruce Momjian2002-03-051-142/+0
* This patch to the python bindings adds C versions of the often-usedBruce Momjian2002-03-051-0/+142
* Bump version to 3.3. Mostly this is because there is some confusion aboutD'Arcy J.M. Cain2001-12-031-1/+1
* 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
* 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
* 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
* Include catalog/pg_type.h instead of manually extracting the interestingPeter Eisentraut2001-06-221-14/+4
* Make sure that everything says version 3.2.D'Arcy J.M. Cain2001-06-201-1/+1
* Add NUMERICOID return type. Treat it as floating point for now. ThisD'Arcy J.M. Cain2001-05-271-0/+4
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-251-5/+2
* Change "|zzlzzzz" argument specification to "|zzizzzz" so that the code worksD'Arcy J.M. Cain2001-05-021-1/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-540/+598
* Add WIN32 support.D'Arcy J.M. Cain2001-03-151-2/+10
* Added postgres.h header for more type checking.D'Arcy J.M. Cain2001-03-031-6/+7
* Update to PyGreSQL 3.1:Bruce Momjian2000-11-101-4/+3
* Update for PyGreSQL 3.0, from D'Arcy J.M. CainBruce Momjian2000-10-021-434/+1269
* Moved the intricacies of the perl interface build into its own makefilePeter Eisentraut2000-06-101-1/+1
* Cleanup of <> and ""Bruce Momjian2000-05-291-3/+3
* Update pygresql version stamp.Bruce Momjian1999-05-281-1/+1
* pgindent run over code.Bruce Momjian1999-05-251-391/+442
* Bring python up to date ...Marc G. Fournier1999-05-191-209/+419
* Re-add python.Bruce Momjian1999-05-171-0/+2036
* Update to PyGreSQL 2.3.Bruce Momjian1999-05-101-2115/+0
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-031-1/+1
* Upgrade to Pygress 2.2.Bruce Momjian1998-12-171-296/+593
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-15/+15
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-223/+263
* Merge in D'Arcy Cain's python interface (PyGreSQL 2.0)Marc G. Fournier1998-01-251-0/+1778