summaryrefslogtreecommitdiff
path: root/src/interfaces/python
Commit message (Expand)AuthorAgeFilesLines
* PyGreSQL causes a segfault when used with a Python executable that wasD'Arcy J.M. Cain2002-03-201-4/+4
* Bump version number to match tree.D'Arcy J.M. Cain2002-03-191-1/+1
* Fix name in comments and add info about this module's place in PyGreSQL.D'Arcy J.M. Cain2002-03-191-3/+4
* > I am backing out this patch. Please resubmit with this corrected. Thanks.Bruce Momjian2002-03-191-26/+34
* Back out python patch:Bruce Momjian2002-03-052-174/+26
* This patch to the python bindings adds C versions of the often-usedBruce Momjian2002-03-052-26/+174
* revert last changePeter Eisentraut2001-12-131-19/+7
* Bump version to 3.3. Mostly this is because there is some confusion aboutD'Arcy J.M. Cain2001-12-035-13/+34
* A bunch of small doco updates motivated by scanning the comments onTom Lane2001-11-191-2/+3
* 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
* Note that PyGreSQL has been checked against Python 2.1 now.D'Arcy J.M. Cain2001-11-041-1/+1
* The "%d", while syntactically correct, was confusing. Added a space toD'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
* Remove INV_ARCHIVE mention in python readme.Bruce Momjian2001-09-101-1/+1
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-241-2/+1
* 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
* Support fake root install, separate build dir, dependency tracking, ourPeter Eisentraut2001-07-101-44/+46
* Include catalog/pg_type.h instead of manually extracting the interestingPeter Eisentraut2001-06-222-25/+4
* Make sure that everything says version 3.2.D'Arcy J.M. Cain2001-06-203-2/+3
* Add NUMERICOID to this script. This script can be run occasionally toD'Arcy J.M. Cain2001-06-201-1/+1
* Add bpchar to list of string types.D'Arcy J.M. Cain2001-06-151-1/+1
* Add missing comma.D'Arcy J.M. Cain2001-05-301-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
* Back out, per Peter E.Bruce Momjian2001-05-251-7/+4
* The attached patch changes src/interfaces/python/GNUmakefile to use theBruce Momjian2001-05-251-4/+7
* Fix small thinko.D'Arcy J.M. Cain2001-05-151-1/+1
* PL/Python should build portably now, if you can get over the fact thatPeter Eisentraut2001-05-121-2/+2
* Add note explaining why inserts take longer as tables grow. Also suggestD'Arcy J.M. Cain2001-05-021-0/+5
* Change "|zzlzzzz" argument specification to "|zzizzzz" so that the code worksD'Arcy J.M. Cain2001-05-021-1/+1
* I just noticed the beta comment. That's not actually true any moreD'Arcy J.M. Cain2001-04-121-3/+2
* Marc-Andre is changing where DateTime goes. This change allows the moduleD'Arcy J.M. Cain2001-03-301-1/+4
* Correct indenting in _quote() function.D'Arcy J.M. Cain2001-03-301-6/+6
* Add changes from Mikhail Terekhov <terekhov@emc.com>.D'Arcy J.M. Cain2001-03-271-12/+13
* Update the changes for version 3.2.D'Arcy J.M. Cain2001-03-252-2/+15
* Document the --with-python flag as a simpler way of installing theD'Arcy J.M. Cain2001-03-251-6/+7
* Pick up any extra -I options for Python build.Peter Eisentraut2001-03-252-3/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-540/+598
* Fix parameter handling.D'Arcy J.M. Cain2001-03-151-2/+36
* Add WIN32 support.D'Arcy J.M. Cain2001-03-152-8/+28
* Update the version number. We may change this to 7.1 if we align it withD'Arcy J.M. Cain2001-03-031-2/+5
* Add oid to list of keys cached.D'Arcy J.M. Cain2001-03-031-3/+4
* Incrementing version number in preparation for next release. Note that ID'Arcy J.M. Cain2001-03-031-13/+36
* Added postgres.h header for more type checking.D'Arcy J.M. Cain2001-03-031-6/+7