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