summaryrefslogtreecommitdiff
path: root/src/interfaces/python/README
Commit message (Collapse)AuthorAgeFilesLines
* remove python module, as its moved to http://www.pygresql.orgMarc G. Fournier2003-08-011-264/+0
|
* Move PyGreSQL usage documentation from README into DocBook. Some otherPeter Eisentraut2002-09-231-841/+5
| | | | editing.
* Bump version to 3.3. Mostly this is because there is some confusion aboutD'Arcy J.M. Cain2001-12-031-2/+2
| | | | | | | the latest version and I wanted to make sure that there was a clean release. I also change the build files as I discussed in my letter of Nov 6, 2001. At the time I was asked to hold off until after the release.
* A bunch of small doco updates motivated by scanning the comments onTom Lane2001-11-191-2/+3
| | | | the interactive docs.
* Note that PyGreSQL has been checked against Python 2.1 now.D'Arcy J.M. Cain2001-11-041-1/+1
|
* Remove INV_ARCHIVE mention in python readme.Bruce Momjian2001-09-101-1/+1
|
* Make sure that everything says version 3.2.D'Arcy J.M. Cain2001-06-201-1/+1
|
* Fix small thinko.D'Arcy J.M. Cain2001-05-151-1/+1
|
* Add note explaining why inserts take longer as tables grow. Also suggestD'Arcy J.M. Cain2001-05-021-0/+5
| | | | the way to handle this.
* Document the --with-python flag as a simpler way of installing theD'Arcy J.M. Cain2001-03-251-6/+7
| | | | | | PyGreSQL module when installing PostgreSQL. Document the location of the WIN32 binaries.
* Incrementing version number in preparation for next release. Note that ID'Arcy J.M. Cain2001-03-031-13/+36
| | | | | | | | | | | | | | | am talking with Thomas Lockhart about the idea of bringing the PyGreSQL version number into alignment with PostgreSQL so this may change to 7.1 before the release. I have added to the copyright to indicate that from now on the PostgreSQL copyright will apply. If someone wants to make that clearer please do. The existing copyrights need to stay there for now but if necessary I can ask Pascal Andre if he agrees to a different wording. Added reference to the Python DB-API 2.0 compliant API wrapper. Added reference to the PyGreSQL mailing list.
* Apply patches for QNX from MaurizioBruce Momjian2001-02-021-2/+2
|
* Update to PyGreSQL 3.1:Bruce Momjian2000-11-101-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix some quoting functions. In particular handle NULLs better. Use a method to add primary key information rather than direct manipulation of the class structures. Break decimal out in _quote (in pg.py) and treat it as float. Treat timestamp like date for quoting purposes. Remove a redundant SELECT from the get method speeding it, and insert since it calls get, up a little. Add test for BOOL type in typecast method to pgdbTypeCache class. (tv@beamnet.de) Fix pgdb.py to send port as integer to lower level function (dildog@l0pht.com) Change pg.py to speed up some operations Allow updates on tables with no primary keys. D'Arcy J.M. Cain
* Update for PyGreSQL 3.0, from D'Arcy J.M. CainBruce Momjian2000-10-021-30/+109
|
* Bring python up to date ...Marc G. Fournier1999-05-191-25/+22
| | | | From: D'Arcy J.M. Cain <darcy@druid.net>
* Re-add python.Bruce Momjian1999-05-171-0/+986
|
* Update to PyGreSQL 2.3.Bruce Momjian1999-05-101-927/+0
|
* Upgrade to Pygress 2.2.Bruce Momjian1998-12-171-41/+249
|
* Merge in D'Arcy Cain's python interface (PyGreSQL 2.0)Marc G. Fournier1998-01-251-0/+719