Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix typo in usage instructions. | Tom Lane | 2002-05-03 |
| | |||
* | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 |
| | | | | | | | | | | entries, per pghackers discussion. This fixes aggregates to live in namespaces, and also simplifies/speeds up lookup in parse_func.c. Also, add a 'proimplicit' flag to pg_proc that controls whether a type coercion function may be invoked implicitly, or only explicitly. The current settings of these flags are more permissive than I would like, but we will need to debate and refine the behavior; for now, I avoided breaking regression tests as much as I could. | ||
* | Add missing python files. | Bruce Momjian | 2000-10-02 |
| | |||
* | Update for PyGreSQL 3.0, from D'Arcy J.M. Cain | Bruce Momjian | 2000-10-02 |
| | |||
* | Updates for 6.5. | Bruce Momjian | 1999-05-17 |
| | |||
* | Update to PyGreSQL 2.3. | Bruce Momjian | 1999-05-10 |
| | |||
* | Merge in D'Arcy Cain's python interface (PyGreSQL 2.0) | Marc G. Fournier | 1998-01-25 |