Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Remove init_nls() functions, call set_pglocale() directly. | Bruce Momjian | 2004-06-01 | |
| | | | | Add locale to pg_ctl.c. | |||
* | Make the locale location relocatable. | Bruce Momjian | 2004-05-25 | |
| | | | | Adjust get_*_path functions to be limited to MAXPGPATH. | |||
* | Rename find_my_binary/find_other_binary to | Bruce Momjian | 2004-05-12 | |
| | | | | | | | | | find_my_exec/find_other_exec(). Remove passing of progname to these functions as they can find that out from argv[0], which they already have. Make get_progname return const char *, and update all progname variables to be const char *. | |||
* | 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. | |||
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | |
| | ||||
* | 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.) |