| Age | Commit message (Expand) | Author |
| 2006-01-27 | Tweak initdb to reduce verbosity of progress messages, by printing just | Tom Lane |
| 2006-01-21 | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian |
| 2006-01-14 | Fix pg_ctl crash on "unregister" when a data directory is not specified. | Peter Eisentraut |
| 2006-01-11 | Brace cleanup. | Bruce Momjian |
| 2006-01-11 | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway |
| 2006-01-09 | Fix pg_dump to add the required OPERATOR() decoration to schema-qualified | Tom Lane |
| 2006-01-06 | Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'. | Bruce Momjian |
| 2006-01-05 | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut |
| 2006-01-05 | Remove BEOS port. | Bruce Momjian |
| 2006-01-05 | Remove QNX port. | Bruce Momjian |
| 2006-01-03 | Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE, | Tom Lane |
| 2006-01-02 | Remove the nexus between trial_buffs and trial_conns, and don't test shared b... | Andrew Dunstan |
| 2006-01-01 | Remove DOS line endings ("\r\n") from several .po files. DOS line endings | Neil Conway |
| 2005-12-31 | Clean up initdb's code for selecting max_connections and shared_buffers | Tom Lane |
| 2005-12-27 | Increase amount of shared buffers initdb tries to allocate to 4000, | Andrew Dunstan |
| 2005-12-26 | Rename pg_make_encrypted_password to PQencryptPassword. | Peter Eisentraut |
| 2005-12-23 | Add an officially exported libpq function to encrypt passwords, and | Tom Lane |
| 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 |