| Commit message (Expand) | Author | Age |
* | revert last change | Peter Eisentraut | 2001-12-13 |
* | Bump version to 3.3. Mostly this is because there is some confusion about | D'Arcy J.M. Cain | 2001-12-03 |
* | A bunch of small doco updates motivated by scanning the comments on | Tom Lane | 2001-11-19 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | 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-11-04 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | > This stops the interface from leaking the row tuples (and thus the | Bruce Momjian | 2001-10-19 |
* | Python handle as string all int8 values from postgresql. This could be | Bruce Momjian | 2001-10-16 |
* | Change the version. We are moving towards the next release. | D'Arcy J.M. Cain | 2001-09-19 |
* | Remove INV_ARCHIVE mention in python readme. | Bruce Momjian | 2001-09-10 |
* | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut | 2001-08-24 |
* | This patch fixes the well-known but unfixed bug that fetchone() always returns | Bruce Momjian | 2001-08-16 |
* | Add prototypes to supress warnings. | Bruce Momjian | 2001-07-11 |
* | Support fake root install, separate build dir, dependency tracking, our | Peter Eisentraut | 2001-07-10 |
* | Include catalog/pg_type.h instead of manually extracting the interesting | Peter Eisentraut | 2001-06-22 |
* | 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-20 |
* | Add bpchar to list of string types. | D'Arcy J.M. Cain | 2001-06-15 |
* | Add missing comma. | D'Arcy J.M. Cain | 2001-05-30 |
* | Add NUMERICOID return type. Treat it as floating point for now. This | D'Arcy J.M. Cain | 2001-05-27 |
* | 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-25 |
* | Fix small thinko. | D'Arcy J.M. Cain | 2001-05-15 |
* | PL/Python should build portably now, if you can get over the fact that | Peter Eisentraut | 2001-05-12 |
* | 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-05-02 |
* | I just noticed the beta comment. That's not actually true any more | D'Arcy J.M. Cain | 2001-04-12 |
* | 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-30 |
* | Add changes from Mikhail Terekhov <terekhov@emc.com>. | D'Arcy J.M. Cain | 2001-03-27 |
* | 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-25 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Fix parameter handling. | D'Arcy J.M. Cain | 2001-03-15 |
* | Add WIN32 support. | D'Arcy J.M. Cain | 2001-03-15 |
* | 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-03-03 |
* | Only pass the -L* portions of LDFLAGS to the Python build environment. | Peter Eisentraut | 2001-02-07 |
* | Pass LDFLAGS along with LIBS to the Python build stuff, especially to pick | Peter Eisentraut | 2001-02-04 |
* | Apply patches for QNX from Maurizio | Bruce Momjian | 2001-02-02 |
* | Fix unportable use of '!' in shell commands. | Peter Eisentraut | 2000-12-30 |
* | Update to PyGreSQL 3.1: | Bruce Momjian | 2000-11-10 |
* | Add missing python files. | Bruce Momjian | 2000-10-02 |