Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Document the -h client flag can use a socket directory as well as a host | Bruce Momjian | 2003-06-11 | |
| | | | | name. | |||
* | Internationalize interactive yes/no responses. | Peter Eisentraut | 2003-05-27 | |
| | ||||
* | 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.) |