| Age | Commit message (Expand) | Author |
| 2004-07-15 | > pg_ctl --help | Bruce Momjian |
| 2004-07-15 | Add permission display to \db+. | Bruce Momjian |
| 2004-07-14 | Detect locale/encoding mismatch in initdb, or pick a suitable encoding | Peter Eisentraut |
| 2004-07-13 | Have \dn+ show permissions and description for schemas. | Bruce Momjian |
| 2004-07-13 | Change pg_dump to use ALTER OWNER commands instead of SET SESSION | Bruce Momjian |
| 2004-07-13 | Move tablespace name up on to the same line in psql \d. | Bruce Momjian |
| 2004-07-12 | Add tablespace location display for psql \d. | Bruce Momjian |
| 2004-07-12 | canonicalization adjustments. | Bruce Momjian |
| 2004-07-12 | Put back canonicalization of PGDATA environment variable. | Bruce Momjian |
| 2004-07-12 | Use strdup in pg_ctl for canonicalize_path on environment variable. | Bruce Momjian |
| 2004-07-12 | This patch adds the following options to pg_dumpall, to be passed to | Bruce Momjian |
| 2004-07-12 | Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always | Tom Lane |
| 2004-07-12 | Fix username mismatch in initdb. Magnus. | Bruce Momjian |
| 2004-07-11 | Use canonicalize_path for -D, GUC paths, and paths coming in from | Bruce Momjian |
| 2004-07-11 | Use standard macro for psql binary file open. Add comment explaining | Bruce Momjian |
| 2004-07-11 | Open files in binary mode on Win32 so control-z isn't seen as EOF. | Bruce Momjian |
| 2004-07-01 | Nested transactions. There is still much left to do, especially on the | Tom Lane |
| 2004-06-26 | Translation updates | Dennis Bjorklund |
| 2004-06-26 | Translation updates: update-po | Dennis Bjorklund |
| 2004-06-25 | Add pg_get_serial_sequence() function, and cause pg_dump to use it. | Tom Lane |
| 2004-06-25 | Translation updates | Dennis Bjorklund |
| 2004-06-25 | Swedish translation of pg_ctl. | Dennis Bjorklund |
| 2004-06-25 | Make pg_ctl possible to translate. Strings marked for | Dennis Bjorklund |
| 2004-06-25 | Translation updates | Dennis Bjorklund |
| 2004-06-25 | Translation updates | Dennis Bjorklund |
| 2004-06-24 | Translation updates | Dennis Bjorklund |
| 2004-06-24 | Translation updates | Dennis Bjorklund |
| 2004-06-24 | Add --pwfile option to initdb, so that passwords can be set by GUI tools | Tom Lane |
| 2004-06-24 | Extend pg_ctl to handle service management under WIN32. Lacks docs. | Tom Lane |
| 2004-06-21 | Fix pg_dump and pg_dumpall for new names of built-in tablespaces, | Tom Lane |
| 2004-06-21 | Rename pg_tablespaces directory to pg_tblspc, so it is more unique from | Bruce Momjian |
| 2004-06-20 | Add pgevent, with docs explaining out to install it on Win32. | Bruce Momjian |
| 2004-06-18 | Replace createdb's obsolete --location switch with --tablespace. | Tom Lane |
| 2004-06-18 | initlocation is history. (It's still mentioned in manage-ag.sgml, | Tom Lane |
| 2004-06-18 | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane |
| 2004-06-11 | Cleanup use of Win32 START by using "" for title. No need for temp | Bruce Momjian |
| 2004-06-11 | Another fix for Win32 START. | Bruce Momjian |
| 2004-06-11 | The attached tiny patch removes spurious carriage returns that might be | Bruce Momjian |
| 2004-06-11 | More restructuring to use Win32 START with paths needing quotes. | Bruce Momjian |
| 2004-06-10 | Attached is a patch that takes care of the PATHSEP issue. I made a more | Bruce Momjian |
| 2004-06-10 | More quoting cleanups for Win32's pg_ctl. | Bruce Momjian |
| 2004-06-10 | Use /B to start so a new window isn't created, per Andrew Dunstan. | Bruce Momjian |
| 2004-06-10 | Add START background code for another code path, per Andrew Dunstan. | Bruce Momjian |
| 2004-06-10 | Use START for pg_ctl background runs on Win32, from Magnus. | Bruce Momjian |
| 2004-06-10 | Translation update | Peter Eisentraut |
| 2004-06-10 | Handle multiple double-quoted strings using Win32's system() call. | Bruce Momjian |
| 2004-06-10 | Add pg_ctl native language files for Russian. | Bruce Momjian |
| 2004-06-09 | Use single quotes around pg_dump call from pg_dumpall. | Bruce Momjian |
| 2004-06-09 | Use single quotes for pg_ctl system call. | Bruce Momjian |
| 2004-06-09 | Add time.h to pg_dumpall. | Bruce Momjian |