Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-01 | Do an explicit fflush after writing a progress message with puts. | Tom Lane | |
This ensures stdout is kept in sync with messages on stderr. Per report from Olaf Ferger. | |||
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | |
2003-07-23 | Apply message style guide to frontend programs. | Peter Eisentraut | |
2003-06-11 | Document the -h client flag can use a socket directory as well as a host | Bruce Momjian | |
name. | |||
2003-05-27 | Internationalize interactive yes/no responses. | Peter Eisentraut | |
2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane | |
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. | |||
2003-03-18 | Reimplement create and drop scripts in C, to reduce repetitive | Peter Eisentraut | |
connections, increase robustness, add NLS, and prepare for Windows port. (vacuumdb and clusterdb will follow later.) |