| Age | Commit message (Expand) | Author |
| 2002-11-23 | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian |
| 2002-09-23 | Move PyGreSQL usage documentation from README into DocBook. Some other | Peter Eisentraut |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-08-28 | This is a quick patch to fix a crash in pgquery_dictresult() introduced | Bruce Momjian |
| 2002-08-15 | This fixes some text as well as enforces the use of "drop table cascade" | Bruce Momjian |
| 2002-08-15 | Well, that certainly appeared to be very straight forward. pg.py and | Bruce Momjian |
| 2002-08-15 | http://archives.postgresql.org/pgsql-bugs/2002-06/msg00086.php and never | Bruce Momjian |
| 2002-06-03 | Small patch to correct the default arraysize associated | Bruce Momjian |
| 2002-05-03 | Fix typo in usage instructions. | Tom Lane |
| 2002-05-03 | Remove the last traces of datatypes datetime and timespan. | Tom Lane |
| 2002-04-24 | pgdb.connect() seems to be broken on Python 2.0.1 (which ships with | Bruce Momjian |
| 2002-04-18 | Back out python change, needs delay. | Bruce Momjian |
| 2002-04-18 | Change docs to do 20! rather than larger. | Bruce Momjian |
| 2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |
| 2002-03-29 | Fox for old python PyMem_DEL, was PyMem_Del, | Bruce Momjian |
| 2002-03-29 | Fix '#' commant to be proper C comment. | Bruce Momjian |
| 2002-03-26 | Further changes following discussion on INTERFACES mailing list: | D'Arcy J.M. Cain |
| 2002-03-20 | PyGreSQL causes a segfault when used with a Python executable that was | D'Arcy J.M. Cain |
| 2002-03-19 | Bump version number to match tree. | D'Arcy J.M. Cain |
| 2002-03-19 | Fix 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-05 | Back out python patch: | Bruce Momjian |
| 2002-03-05 | This patch to the python bindings adds C versions of the often-used | Bruce Momjian |
| 2001-12-13 | revert last change | Peter Eisentraut |
| 2001-12-03 | Bump version to 3.3. Mostly this is because there is some confusion about | D'Arcy J.M. Cain |
| 2001-11-19 | A bunch of small doco updates motivated by scanning the comments on | Tom Lane |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-11-04 | Version was 3.3 but last released version was 3.1. Setting to match rest | D'Arcy J.M. Cain |
| 2001-11-04 | Note that PyGreSQL has been checked against Python 2.1 now. | D'Arcy J.M. Cain |
| 2001-11-04 | The "%d", while syntactically correct, was confusing. Added a space to | D'Arcy J.M. Cain |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-19 | > This stops the interface from leaking the row tuples (and thus the | Bruce Momjian |
| 2001-10-16 | Python handle as string all int8 values from postgresql. This could be | Bruce Momjian |
| 2001-09-19 | Change the version. We are moving towards the next release. | D'Arcy J.M. Cain |
| 2001-09-10 | Remove INV_ARCHIVE mention in python readme. | Bruce Momjian |
| 2001-08-24 | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut |
| 2001-08-16 | This patch fixes the well-known but unfixed bug that fetchone() always returns | Bruce Momjian |
| 2001-07-11 | Add prototypes to supress warnings. | Bruce Momjian |
| 2001-07-10 | Support fake root install, separate build dir, dependency tracking, our | Peter Eisentraut |
| 2001-06-22 | Include catalog/pg_type.h instead of manually extracting the interesting | Peter Eisentraut |
| 2001-06-20 | Make sure that everything says version 3.2. | D'Arcy J.M. Cain |
| 2001-06-20 | Add NUMERICOID to this script. This script can be run occasionally to | D'Arcy J.M. Cain |
| 2001-06-15 | Add bpchar to list of string types. | D'Arcy J.M. Cain |
| 2001-05-30 | Add missing comma. | D'Arcy J.M. Cain |
| 2001-05-27 | Add NUMERICOID return type. Treat it as floating point for now. This | D'Arcy J.M. Cain |
| 2001-05-25 | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian |
| 2001-05-25 | Back out, per Peter E. | Bruce Momjian |
| 2001-05-25 | The attached patch changes src/interfaces/python/GNUmakefile to use the | Bruce Momjian |
| 2001-05-15 | Fix small thinko. | D'Arcy J.M. Cain |