| Age | Commit message (Expand) | Author |
| 2007-02-13 | Add code so database scans are done in an order consistent with | Bruce Momjian |
| 2007-02-13 | Add ORDER BY to vacummdb so databases are scaned in the same order as | Bruce Momjian |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-12-02 | Translation updates | Peter Eisentraut |
| 2006-11-24 | Translation updates | Peter Eisentraut |
| 2006-10-21 | Translations update | Peter Eisentraut |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-10-03 | Fix yesno_prompt() memory leak in /script tools, reported by Converity. | Bruce Momjian |
| 2006-09-22 | Surely this temp buffer needn't be static. | Tom Lane |
| 2006-09-22 | Rearrange yes/no prompting code so that the prompts always show the | Peter Eisentraut |
| 2006-09-02 | Revert as not needed/inconsistent with SQL REINDEX: | Bruce Momjian |
| 2006-09-02 | Suppress some NOTICE messages from REINDEX command. | Bruce Momjian |
| 2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
| 2006-06-01 | Fix up hack to suppress escape_string_warning so that it actually works | Tom Lane |
| 2006-05-31 | Escape processing patch: | Bruce Momjian |
| 2006-05-29 | Add PQclear() calls, for completeness (exits shortly anyway). | Bruce Momjian |
| 2006-05-28 | Fix up pg_dump to do string escaping fully correctly for client encoding | Tom Lane |
| 2006-05-26 | Use E'' strings internally only when standard_conforming_strings = | Bruce Momjian |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-01-01 | Remove DOS line endings ("\r\n") from several .po files. DOS line endings | Neil Conway |
| 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-11-07 | Translation updates forward-port to HEAD. | Alvaro Herrera |
| 2005-11-04 | Translation updates | Peter Eisentraut |
| 2005-10-29 | Translation updates | Peter Eisentraut |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-10-10 | Translation update | Peter Eisentraut |
| 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-05 | Implement a preliminary 'template' facility for procedural languages, | Tom Lane |
| 2005-08-15 | Make createlang and droplang proof against weird search_path settings | Tom Lane |
| 2005-08-15 | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane |
| 2005-08-14 | Update the createuser utility for the ROLEs world. Alvaro Herrera | Tom Lane |
| 2005-07-29 | Move reindexdb from /contrib to /bin. | Bruce Momjian |
| 2005-07-10 | This patch implements putting language handlers for the optional PLs | Bruce Momjian |
| 2005-06-22 | Add a validator function for plperl. Andrew Dunstan | Tom Lane |
| 2005-06-21 | Cause initdb to create a third standard database "postgres", which | Tom Lane |
| 2005-06-14 | Add -L option to psql to log sessions. | Bruce Momjian |
| 2005-03-25 | Have libpgport link before libpq so that PG client applications are more | Bruce Momjian |
| 2005-02-22 | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian |
| 2005-01-17 | New translation | Peter Eisentraut |
| 2005-01-17 | Translation updates | Peter Eisentraut |
| 2005-01-13 | Translation updates | Peter Eisentraut |
| 2005-01-09 | Translation updates | Peter Eisentraut |
| 2005-01-08 | Consistently use geteuid() not getuid(); there were a few places deviating | Tom Lane |