| Commit message (Expand) | Author | Age | Files | Lines |
| * | PyGreSQL causes a segfault when used with a Python executable that was | D'Arcy J.M. Cain | 2002-03-20 | 1 | -4/+4 |
| * | Bump version number to match tree. | D'Arcy J.M. Cain | 2002-03-19 | 1 | -1/+1 |
| * | Fix name in comments and add info about this module's place in PyGreSQL. | D'Arcy J.M. Cain | 2002-03-19 | 1 | -3/+4 |
| * | > I am backing out this patch. Please resubmit with this corrected. Thanks. | Bruce Momjian | 2002-03-19 | 1 | -26/+34 |
| * | Back out python patch: | Bruce Momjian | 2002-03-05 | 2 | -174/+26 |
| * | This patch to the python bindings adds C versions of the often-used | Bruce Momjian | 2002-03-05 | 2 | -26/+174 |
| * | revert last change | Peter Eisentraut | 2001-12-13 | 1 | -19/+7 |
| * | Bump version to 3.3. Mostly this is because there is some confusion about | D'Arcy J.M. Cain | 2001-12-03 | 5 | -13/+34 |
| * | A bunch of small doco updates motivated by scanning the comments on | Tom Lane | 2001-11-19 | 1 | -2/+3 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -19/+19 |
| * | Version was 3.3 but last released version was 3.1. Setting to match rest | D'Arcy J.M. Cain | 2001-11-04 | 1 | -1/+1 |
| * | Note that PyGreSQL has been checked against Python 2.1 now. | D'Arcy J.M. Cain | 2001-11-04 | 1 | -1/+1 |
| * | The "%d", while syntactically correct, was confusing. Added a space to | D'Arcy J.M. Cain | 2001-11-04 | 1 | -1/+1 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -7/+7 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -60/+56 |
| * | > This stops the interface from leaking the row tuples (and thus the | Bruce Momjian | 2001-10-19 | 1 | -0/+1 |
| * | Python handle as string all int8 values from postgresql. This could be | Bruce Momjian | 2001-10-16 | 1 | -0/+3 |
| * | Change the version. We are moving towards the next release. | D'Arcy J.M. Cain | 2001-09-19 | 1 | -9/+31 |
| * | Remove INV_ARCHIVE mention in python readme. | Bruce Momjian | 2001-09-10 | 1 | -1/+1 |
| * | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut | 2001-08-24 | 1 | -2/+1 |
| * | This patch fixes the well-known but unfixed bug that fetchone() always returns | Bruce Momjian | 2001-08-16 | 1 | -2/+2 |
| * | Add prototypes to supress warnings. | Bruce Momjian | 2001-07-11 | 1 | -1/+3 |
| * | Support fake root install, separate build dir, dependency tracking, our | Peter Eisentraut | 2001-07-10 | 1 | -44/+46 |
| * | Include catalog/pg_type.h instead of manually extracting the interesting | Peter Eisentraut | 2001-06-22 | 2 | -25/+4 |
| * | Make sure that everything says version 3.2. | D'Arcy J.M. Cain | 2001-06-20 | 3 | -2/+3 |
| * | Add NUMERICOID to this script. This script can be run occasionally to | D'Arcy J.M. Cain | 2001-06-20 | 1 | -1/+1 |
| * | Add bpchar to list of string types. | D'Arcy J.M. Cain | 2001-06-15 | 1 | -1/+1 |
| * | Add missing comma. | D'Arcy J.M. Cain | 2001-05-30 | 1 | -1/+1 |
| * | Add NUMERICOID return type. Treat it as floating point for now. This | D'Arcy J.M. Cain | 2001-05-27 | 1 | -0/+4 |
| * | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian | 2001-05-25 | 1 | -5/+2 |
| * | Back out, per Peter E. | Bruce Momjian | 2001-05-25 | 1 | -7/+4 |
| * | The attached patch changes src/interfaces/python/GNUmakefile to use the | Bruce Momjian | 2001-05-25 | 1 | -4/+7 |
| * | Fix small thinko. | D'Arcy J.M. Cain | 2001-05-15 | 1 | -1/+1 |
| * | PL/Python should build portably now, if you can get over the fact that | Peter Eisentraut | 2001-05-12 | 1 | -2/+2 |
| * | Add note explaining why inserts take longer as tables grow. Also suggest | D'Arcy J.M. Cain | 2001-05-02 | 1 | -0/+5 |
| * | Change "|zzlzzzz" argument specification to "|zzizzzz" so that the code works | D'Arcy J.M. Cain | 2001-05-02 | 1 | -1/+1 |
| * | I just noticed the beta comment. That's not actually true any more | D'Arcy J.M. Cain | 2001-04-12 | 1 | -3/+2 |
| * | Marc-Andre is changing where DateTime goes. This change allows the module | D'Arcy J.M. Cain | 2001-03-30 | 1 | -1/+4 |
| * | Correct indenting in _quote() function. | D'Arcy J.M. Cain | 2001-03-30 | 1 | -6/+6 |
| * | Add changes from Mikhail Terekhov <terekhov@emc.com>. | D'Arcy J.M. Cain | 2001-03-27 | 1 | -12/+13 |
| * | Update the changes for version 3.2. | D'Arcy J.M. Cain | 2001-03-25 | 2 | -2/+15 |
| * | Document the --with-python flag as a simpler way of installing the | D'Arcy J.M. Cain | 2001-03-25 | 1 | -6/+7 |
| * | Pick up any extra -I options for Python build. | Peter Eisentraut | 2001-03-25 | 2 | -3/+3 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -540/+598 |
| * | Fix parameter handling. | D'Arcy J.M. Cain | 2001-03-15 | 1 | -2/+36 |
| * | Add WIN32 support. | D'Arcy J.M. Cain | 2001-03-15 | 2 | -8/+28 |
| * | Update the version number. We may change this to 7.1 if we align it with | D'Arcy J.M. Cain | 2001-03-03 | 1 | -2/+5 |
| * | Add oid to list of keys cached. | D'Arcy J.M. Cain | 2001-03-03 | 1 | -3/+4 |
| * | Incrementing version number in preparation for next release. Note that I | D'Arcy J.M. Cain | 2001-03-03 | 1 | -13/+36 |
| * | Added postgres.h header for more type checking. | D'Arcy J.M. Cain | 2001-03-03 | 1 | -6/+7 |