aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/python
Commit message (Expand)AuthorAge
* Move PyGreSQL usage documentation from README into DocBook. Some otherPeter Eisentraut2002-09-23
* pgindent run.Bruce Momjian2002-09-04
* This is a quick patch to fix a crash in pgquery_dictresult() introducedBruce Momjian2002-08-28
* This fixes some text as well as enforces the use of "drop table cascade"Bruce Momjian2002-08-15
* Well, that certainly appeared to be very straight forward. pg.py andBruce Momjian2002-08-15
* http://archives.postgresql.org/pgsql-bugs/2002-06/msg00086.php and neverBruce Momjian2002-08-15
* Small patch to correct the default arraysize associatedBruce Momjian2002-06-03
* Fix typo in usage instructions.Tom Lane2002-05-03
* Remove the last traces of datatypes datetime and timespan.Tom Lane2002-05-03
* pgdb.connect() seems to be broken on Python 2.0.1 (which ships withBruce Momjian2002-04-24
* Back out python change, needs delay.Bruce Momjian2002-04-18
* Change docs to do 20! rather than larger.Bruce Momjian2002-04-18
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Fox for old python PyMem_DEL, was PyMem_Del,Bruce Momjian2002-03-29
* Fix '#' commant to be proper C comment.Bruce Momjian2002-03-29
* Further changes following discussion on INTERFACES mailing list:D'Arcy J.M. Cain2002-03-26
* PyGreSQL causes a segfault when used with a Python executable that wasD'Arcy J.M. Cain2002-03-20
* Bump version number to match tree.D'Arcy J.M. Cain2002-03-19
* Fix name in comments and add info about this module's place in PyGreSQL.D'Arcy J.M. Cain2002-03-19
* > I am backing out this patch. Please resubmit with this corrected. Thanks.Bruce Momjian2002-03-19
* Back out python patch:Bruce Momjian2002-03-05
* This patch to the python bindings adds C versions of the often-usedBruce Momjian2002-03-05
* 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