Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix incorrect SQL syntax emitted when -E is given without -P. | Tom Lane | 2004-01-09 |
| | | | | Report and fix from Martin Pitt. | ||
* | Do an explicit fflush after writing a progress message with puts. | Tom Lane | 2004-01-01 |
| | | | | | This ensures stdout is kept in sync with messages on stderr. Per report from Olaf Ferger. | ||
* | pgindent run. | Bruce Momjian | 2003-08-04 |
| | |||
* | Apply message style guide to frontend programs. | Peter Eisentraut | 2003-07-23 |
| | |||
* | 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.) |