summaryrefslogtreecommitdiff
path: root/src/interfaces/python
AgeCommit message (Expand)Author
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
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-09-10Remove INV_ARCHIVE mention in python readme.Bruce Momjian
2001-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
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-07-10Support fake root install, separate build dir, dependency tracking, ourPeter Eisentraut
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-06-20Add NUMERICOID to this script. This script can be run occasionally toD'Arcy J.M. Cain
2001-06-15Add bpchar to list of string types.D'Arcy J.M. Cain
2001-05-30Add missing comma.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-25Back out, per Peter E.Bruce Momjian
2001-05-25The attached patch changes src/interfaces/python/GNUmakefile to use theBruce Momjian
2001-05-15Fix small thinko.D'Arcy J.M. Cain