Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | |
| | ||||
* | pgindent run. | Bruce Momjian | 2003-08-04 | |
| | ||||
* | Apply message style guide to frontend programs. | Peter Eisentraut | 2003-07-23 | |
| | ||||
* | Rename plpython to plpythonu, and update documentation to reflect its | Tom Lane | 2003-06-30 | |
| | | | | now-untrusted status. | |||
* | Document the -h client flag can use a socket directory as well as a host | Bruce Momjian | 2003-06-11 | |
| | | | | name. | |||
* | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | |
| | | | | | | only remnant of this failed experiment is that the server will take SET AUTOCOMMIT TO ON. Still TODO: provide some client-side autocommit logic in libpq. | |||
* | Reimplement create and drop scripts in C, to reduce repetitive | Peter Eisentraut | 2003-03-18 | |
connections, increase robustness, add NLS, and prepare for Windows port. (vacuumdb and clusterdb will follow later.) |