| Age | Commit message (Expand) | Author |
| 2008-04-14 | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane |
| 2008-04-14 | Fix indentation in new REFERENCED BY psql output, per Brendan Jurd. | Alvaro Herrera |
| 2008-04-13 | Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops: | Tom Lane |
| 2008-04-05 | A small visit from the portability and localization police. | Tom Lane |
| 2008-04-04 | Have psql command 'help' suggest the use of \?, updated version. | Bruce Momjian |
| 2008-04-04 | Allow 'help' in psql to show \? help, for novice assistance. | Bruce Momjian |
| 2008-03-30 | Show database access privileges in psql's \l command. For \l+, also show | Tom Lane |
| 2008-03-30 | Display incoming as well as outgoing foreign-key constraints in psql's | Tom Lane |
| 2008-03-29 | Improve description of \du and \dg, per suggestion from | Tom Lane |
| 2008-03-29 | Improve psql's tab completion to handle completing attribute names in cases | Tom Lane |
| 2008-03-28 | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane |
| 2008-03-27 | Remove ipcclean utility command --- didn't work on all Unixes and on | Bruce Momjian |
| 2008-03-27 | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane |
| 2008-03-26 | Include \password in the psql help. | Magnus Hagander |
| 2008-03-26 | Strengthen warnings about using pg_dump's -i option. | Bruce Momjian |
| 2008-03-21 | More README src cleanups. | Bruce Momjian |
| 2008-03-20 | Dept of second thoughts: --no-tablespaces had better also prevent | Tom Lane |
| 2008-03-20 | Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so that | Tom Lane |
| 2008-03-18 | Catch all errors in for and while loops in makefiles. Don't ignore any | Peter Eisentraut |
| 2008-03-11 | Prevent psql \copy from accepting multiple string parameters, e.g. | Bruce Momjian |
| 2008-02-29 | Don't call AddUserToDacl on Cygwin | Andrew Dunstan |
| 2008-02-29 | Fix handling of restricted processes for Windows Vista (mainly), | Magnus Hagander |
| 2008-02-20 | Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR to | Tom Lane |
| 2008-02-20 | Fix mistakes in pg_ctl's code for "start -w" that tries to cope with | Tom Lane |
| 2008-02-18 | Added --htmldir option to pg_config, equivalent to the new configure option. | Peter Eisentraut |
| 2008-02-17 | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane |
| 2008-01-31 | Translation updates | Peter Eisentraut |
| 2008-01-30 | Add a GUC variable "synchronize_seqscans" to allow clients to disable the new | Tom Lane |
| 2008-01-30 | Translation updates | Peter Eisentraut |
| 2008-01-21 | Provide a clearer error message if the pg_control version number looks | Peter Eisentraut |
| 2008-01-20 | Fix psql \h output for case of no parameters (ie, list all the known commands) | Tom Lane |
| 2008-01-14 | Prevent pg_dump from dumping the comment (if any) on the 'public' schema. | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-12-15 | Get dllwrap name from variable instead of hardcoded. | Magnus Hagander |
| 2007-12-12 | Improve the method of localizing column names and other fixed strings in | Tom Lane |
| 2007-12-11 | Make documentation of -W options more accurate and uniform. | Tom Lane |
| 2007-12-11 | Remove the long-deprecated -u option from psql, since it does nothing very | Tom Lane |
| 2007-12-09 | Fix bogus prompt for password in -u case. Per gripe from Robert Treat. | Tom Lane |
| 2007-12-09 | Fix up the PQconnectionUsedPassword mess: create a separate | Tom Lane |
| 2007-11-29 | Translation updates | Peter Eisentraut |
| 2007-11-28 | Properly recognize and announce input errors. | Peter Eisentraut |
| 2007-11-24 | Move resetting of currSchema to a spot where it's not vulnerable to getting | Tom Lane |
| 2007-11-24 | If pg_dump drops a schema, make sure 'search_path' it SET the next time | Bruce Momjian |
| 2007-11-22 | Add more comments about thousands separator handling. | Bruce Momjian |
| 2007-11-22 | Add comments about thousands separator logic. | Bruce Momjian |
| 2007-11-21 | When setting default thousands separator when locale has "", use logic | Bruce Momjian |
| 2007-11-20 | Fix pg_ctl -t to register -t value, per Alvaro. | Bruce Momjian |
| 2007-11-19 | Update comment. | Bruce Momjian |
| 2007-11-19 | Add comment about COMMENT ON DATABASE failing for differently-named | Bruce Momjian |
| 2007-11-16 | Fix inconsistent message wording, and split off a couple of duplicated strings. | Alvaro Herrera |