| Age | Commit message (Expand) | Author |
| 2005-12-18 | Add new psql command \password for changing role password with client-side | Peter Eisentraut |
| 2005-12-12 | Use a proper enum for tri-valued variables. | Bruce Momjian |
| 2005-12-12 | Document tri-valued variables in createdb, +1, -1, 0. | Bruce Momjian |
| 2005-12-09 | Allow installation into directories containing spaces in the name. | Peter Eisentraut |
| 2005-12-09 | Let initdb detect the date order of the lc_time locale and initialize the | Peter Eisentraut |
| 2005-12-08 | > 1) I'm proposing a patch to do the DROP FUNCTION argument tab completion. | Bruce Momjian |
| 2005-12-08 | Add missing translation marker | Peter Eisentraut |
| 2005-12-08 | Disble some Win32-specific code in win32-client-only builds: | Bruce Momjian |
| 2005-12-03 | Treat procedural languages as owned by the bootstrap superuser, rather | Tom Lane |
| 2005-12-02 | Fix obsolete comment. | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-18 | Add tab completion for RESET SESSION AUTHORIZATION. | Alvaro Herrera |
| 2005-11-17 | make psql honor explicit database parameter in -l mode, in case "postgres" da... | Andrew Dunstan |
| 2005-11-14 | Re-run pgindent to fix breakage when exceeding 150 'else if' clauses. | Bruce Momjian |
| 2005-11-07 | R-tree is dead ... long live GiST. | Tom Lane |
| 2005-11-07 | Translation updates forward-port to HEAD. | Alvaro Herrera |
| 2005-11-04 | Translation updates | Peter Eisentraut |
| 2005-11-04 | Ensure that we only create one ConsoleCtrlHandler per psql process, | Tom Lane |
| 2005-11-03 | Translation updates. | Alvaro Herrera |
| 2005-10-29 | Translation updates | Peter Eisentraut |
| 2005-10-27 | Disable expanded mode only for \d tablename, not for all backslash | Bruce Momjian |
| 2005-10-20 | Make \d order a table's check constraints by constraint name instead | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-10-13 | The patch updates the documentation to reflect the fact that higher values | Bruce Momjian |
| 2005-10-13 | Go back to emitting path names with forward slashes on Windows. | Tom Lane |
| 2005-10-10 | Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used to | Tom Lane |
| 2005-10-10 | Translation update | Peter Eisentraut |
| 2005-10-06 | pg_config should print an error message to stderr and exit if an | Peter Eisentraut |
| 2005-10-05 | Fix pgxs for spaces in file names on Win32 | Bruce Momjian |
| 2005-10-04 | Clean up some messages and fix missing translation support. Option --log | Peter Eisentraut |
| 2005-10-03 | Expand pg_control information so that we can verify that the database | Tom Lane |
| 2005-10-02 | Change nextval and other sequence functions to specify their sequence | Tom Lane |
| 2005-09-30 | Equalize wordings to avoid redundant translation work. | Peter Eisentraut |
| 2005-09-30 | Clean up the help displays. | Peter Eisentraut |
| 2005-09-30 | Change the option spelling to --connection-limit to be consistent with the | Peter Eisentraut |
| 2005-09-29 | Correct spelling | Peter Eisentraut |
| 2005-09-28 | Improve messages | Peter Eisentraut |
| 2005-09-27 | Fix problems with PGXS builds against an installation tree that was | Tom Lane |
| 2005-09-27 | Fix incorrect psql \x memory allocation for numericlocale. Redesign API | Bruce Momjian |
| 2005-09-26 | Rename variable for clarity. | Bruce Momjian |
| 2005-09-24 | Suppress signed-vs-unsigned-char warnings. | Tom Lane |
| 2005-09-22 | Fix psql \x by removing puts(). | Bruce Momjian |
| 2005-09-21 | Suppress database dump item when --table and/or --schema switch was | Tom Lane |
| 2005-09-20 | Fix interaction between psql \set AUTOCOMMIT and "ON_ERROR_ROLLBACK" | Bruce Momjian |
| 2005-09-20 | Return proper value for psql -f filename failure if filename open fails. | Bruce Momjian |
| 2005-09-11 | Fix some corner-case bugs in _sendSQLLine's parsing of SQL commands | Tom Lane |
| 2005-09-11 | Avoid changing stdin/stdout to binary mode on Windows unless that is | Tom Lane |
| 2005-09-05 | Implement a preliminary 'template' facility for procedural languages, | Tom Lane |
| 2005-09-05 | Clean up version comparison/display code, per gripe from Michael Fuhr. | Tom Lane |
| 2005-09-05 | Conditionally output the server version number in psql if it doesn't | Bruce Momjian |