summaryrefslogtreecommitdiff
path: root/src/interfaces/python
AgeCommit message (Expand)Author
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
2001-05-12PL/Python should build portably now, if you can get over the fact thatPeter Eisentraut
2001-05-02Add note explaining why inserts take longer as tables grow. Also suggestD'Arcy J.M. Cain
2001-05-02Change "|zzlzzzz" argument specification to "|zzizzzz" so that the code worksD'Arcy J.M. Cain
2001-04-12I just noticed the beta comment. That's not actually true any moreD'Arcy J.M. Cain
2001-03-30Marc-Andre is changing where DateTime goes. This change allows the moduleD'Arcy J.M. Cain
2001-03-30Correct indenting in _quote() function.D'Arcy J.M. Cain
2001-03-27Add changes from Mikhail Terekhov <terekhov@emc.com>.D'Arcy J.M. Cain
2001-03-25Update the changes for version 3.2.D'Arcy J.M. Cain
2001-03-25Document the --with-python flag as a simpler way of installing theD'Arcy J.M. Cain
2001-03-25Pick up any extra -I options for Python build.Peter Eisentraut
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-15Fix parameter handling.D'Arcy J.M. Cain
2001-03-15Add WIN32 support.D'Arcy J.M. Cain
2001-03-03Update the version number. We may change this to 7.1 if we align it withD'Arcy J.M. Cain
2001-03-03Add oid to list of keys cached.D'Arcy J.M. Cain
2001-03-03Incrementing version number in preparation for next release. Note that ID'Arcy J.M. Cain
2001-03-03Added postgres.h header for more type checking.D'Arcy J.M. Cain
2001-02-07Only pass the -L* portions of LDFLAGS to the Python build environment.Peter Eisentraut
2001-02-04Pass LDFLAGS along with LIBS to the Python build stuff, especially to pickPeter Eisentraut
2001-02-02Apply patches for QNX from MaurizioBruce Momjian
2000-12-30Fix unportable use of '!' in shell commands.Peter Eisentraut
2000-11-10Update to PyGreSQL 3.1:Bruce Momjian
2000-10-02Add missing python files.Bruce Momjian
2000-10-02Update for PyGreSQL 3.0, from D'Arcy J.M. CainBruce Momjian
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut