summaryrefslogtreecommitdiff
path: root/src/interfaces/python/pgmodule.c
AgeCommit message (Expand)Author
2003-08-01remove python module, as its moved to http://www.pygresql.orgMarc G. Fournier
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-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
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-09-04pgindent run.Bruce Momjian
2002-08-28This is a quick patch to fix a crash in pgquery_dictresult() introducedBruce Momjian
2002-08-15http://archives.postgresql.org/pgsql-bugs/2002-06/msg00086.php and neverBruce Momjian
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-05Back out python patch:Bruce Momjian
2002-03-05This patch to the python bindings adds C versions of the often-usedBruce Momjian
2001-12-03Bump version to 3.3. Mostly this is because there is some confusion aboutD'Arcy J.M. Cain
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-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-19> This stops the interface from leaking the row tuples (and thus theBruce Momjian
2001-10-16Python handle as string all int8 values from postgresql. This could beBruce Momjian
2001-09-19Change the version. We are moving towards the next release.D'Arcy J.M. Cain
2001-08-16This patch fixes the well-known but unfixed bug that fetchone() always returnsBruce Momjian
2001-07-11Add prototypes to supress warnings.Bruce Momjian
2001-06-22Include catalog/pg_type.h instead of manually extracting the interestingPeter Eisentraut
2001-06-20Make sure that everything says version 3.2.D'Arcy J.M. Cain
2001-05-27Add NUMERICOID return type. Treat it as floating point for now. ThisD'Arcy J.M. Cain
2001-05-25While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian
2001-05-02Change "|zzlzzzz" argument specification to "|zzizzzz" so that the code worksD'Arcy J.M. Cain
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-15Add WIN32 support.D'Arcy J.M. Cain
2001-03-03Added postgres.h header for more type checking.D'Arcy J.M. Cain
2000-11-10Update to PyGreSQL 3.1:Bruce Momjian
2000-10-02Update for PyGreSQL 3.0, from D'Arcy J.M. CainBruce Momjian
2000-06-10Moved the intricacies of the perl interface build into its own makefilePeter Eisentraut
2000-05-29Cleanup of <> and ""Bruce Momjian
1999-05-28Update pygresql version stamp.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-19Bring python up to date ...Marc G. Fournier
1999-05-17Re-add python.Bruce Momjian
1999-05-10Update to PyGreSQL 2.3.Bruce Momjian
1999-05-03here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian
1998-12-17Upgrade to Pygress 2.2.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-01-25Merge in D'Arcy Cain's python interface (PyGreSQL 2.0)Marc G. Fournier