aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/python
Commit message (Expand)AuthorAge
* revert last changePeter Eisentraut2001-12-13
* Bump version to 3.3. Mostly this is because there is some confusion aboutD'Arcy J.M. Cain2001-12-03
* A bunch of small doco updates motivated by scanning the comments onTom Lane2001-11-19
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Version was 3.3 but last released version was 3.1. Setting to match restD'Arcy J.M. Cain2001-11-04
* Note that PyGreSQL has been checked against Python 2.1 now.D'Arcy J.M. Cain2001-11-04
* The "%d", while syntactically correct, was confusing. Added a space toD'Arcy J.M. Cain2001-11-04
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* > This stops the interface from leaking the row tuples (and thus theBruce Momjian2001-10-19
* Python handle as string all int8 values from postgresql. This could beBruce Momjian2001-10-16
* Change the version. We are moving towards the next release.D'Arcy J.M. Cain2001-09-19
* Remove INV_ARCHIVE mention in python readme.Bruce Momjian2001-09-10
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-24
* This patch fixes the well-known but unfixed bug that fetchone() always returnsBruce Momjian2001-08-16
* Add prototypes to supress warnings.Bruce Momjian2001-07-11
* Support fake root install, separate build dir, dependency tracking, ourPeter Eisentraut2001-07-10
* Include catalog/pg_type.h instead of manually extracting the interestingPeter Eisentraut2001-06-22
* Make sure that everything says version 3.2.D'Arcy J.M. Cain2001-06-20
* Add NUMERICOID to this script. This script can be run occasionally toD'Arcy J.M. Cain2001-06-20
* Add bpchar to list of string types.D'Arcy J.M. Cain2001-06-15
* Add missing comma.D'Arcy J.M. Cain2001-05-30
* Add NUMERICOID return type. Treat it as floating point for now. ThisD'Arcy J.M. Cain2001-05-27
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-25
* Back out, per Peter E.Bruce Momjian2001-05-25
* The attached patch changes src/interfaces/python/GNUmakefile to use theBruce Momjian2001-05-25
* Fix small thinko.D'Arcy J.M. Cain2001-05-15
* PL/Python should build portably now, if you can get over the fact thatPeter Eisentraut2001-05-12
* Add note explaining why inserts take longer as tables grow. Also suggestD'Arcy J.M. Cain2001-05-02
* Change "|zzlzzzz" argument specification to "|zzizzzz" so that the code worksD'Arcy J.M. Cain2001-05-02
* I just noticed the beta comment. That's not actually true any moreD'Arcy J.M. Cain2001-04-12
* Marc-Andre is changing where DateTime goes. This change allows the moduleD'Arcy J.M. Cain2001-03-30
* Correct indenting in _quote() function.D'Arcy J.M. Cain2001-03-30
* Add changes from Mikhail Terekhov <terekhov@emc.com>.D'Arcy J.M. Cain2001-03-27
* Update the changes for version 3.2.D'Arcy J.M. Cain2001-03-25
* Document the --with-python flag as a simpler way of installing theD'Arcy J.M. Cain2001-03-25
* Pick up any extra -I options for Python build.Peter Eisentraut2001-03-25
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Fix parameter handling.D'Arcy J.M. Cain2001-03-15
* Add WIN32 support.D'Arcy J.M. Cain2001-03-15
* Update the version number. We may change this to 7.1 if we align it withD'Arcy J.M. Cain2001-03-03
* Add oid to list of keys cached.D'Arcy J.M. Cain2001-03-03
* Incrementing version number in preparation for next release. Note that ID'Arcy J.M. Cain2001-03-03
* Added postgres.h header for more type checking.D'Arcy J.M. Cain2001-03-03
* Only pass the -L* portions of LDFLAGS to the Python build environment.Peter Eisentraut2001-02-07
* Pass LDFLAGS along with LIBS to the Python build stuff, especially to pickPeter Eisentraut2001-02-04
* Apply patches for QNX from MaurizioBruce Momjian2001-02-02
* Fix unportable use of '!' in shell commands.Peter Eisentraut2000-12-30
* Update to PyGreSQL 3.1:Bruce Momjian2000-11-10
* Add missing python files.Bruce Momjian2000-10-02