| Age | Commit message (Expand) | Author |
| 2009-09-03 | Remove initdb's rather gratuitous check to see if the backend created a | Tom Lane |
| 2009-09-02 | Fix pg_ctl's readfile() to not go into infinite loop on an empty file | Tom Lane |
| 2009-09-01 | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera |
| 2009-08-26 | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut |
| 2009-06-26 | Translation updates for 8.4 release. | Peter Eisentraut |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-06-10 | Translation updates | Peter Eisentraut |
| 2009-06-03 | Change rather bizarre code ordering in get_id(). This isn't strictly | Tom Lane |
| 2009-05-14 | Translation updates | Alvaro Herrera |
| 2009-04-09 | Translation updates for 8.4 beta | Peter Eisentraut |
| 2009-04-05 | Remove a boatload of useless definitions of 'int optreset'. If we | Tom Lane |
| 2009-03-31 | Don't crash initdb when we fail to get the current username. | Magnus Hagander |
| 2009-02-25 | Sort the output of --help mostly alphabetical, make it align better, make | Peter Eisentraut |
| 2009-01-22 | Support column-level privileges, as required by SQL standard. | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-11 | Append major version number and for libraries soname major version number | Peter Eisentraut |
| 2008-11-14 | Actually, instead of whining about how type internal might not safely store | Tom Lane |
| 2008-10-31 | Message improvement | Peter Eisentraut |
| 2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
| 2008-09-23 | Tighten the check in initdb and CREATE DATABASE that the chosen encoding | Heikki Linnakangas |
| 2008-09-23 | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas |
| 2008-08-05 | Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. | Magnus Hagander |
| 2008-07-19 | Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL into | Tom Lane |
| 2008-06-26 | Use SYSTEMQUOTE as concatentation to strings, rather than %s printf | Bruce Momjian |
| 2008-06-02 | Fix initdb to reject a relative path for -X (--xlogdir) argument. This | Tom Lane |
| 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-01-31 | Translation updates | Peter Eisentraut |
| 2008-01-30 | Translation updates | Peter Eisentraut |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-29 | Translation updates | Peter Eisentraut |
| 2007-11-16 | Fix inconsistent message wording, and split off a couple of duplicated strings. | Alvaro Herrera |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-15 | Translation updates | Peter Eisentraut |
| 2007-10-27 | Translation updates | Peter Eisentraut |
| 2007-10-25 | Make initdb's selection of default text search configuration depend | Tom Lane |
| 2007-10-24 | Danish_Danmark -> Danish_Denmark | Alvaro Herrera |
| 2007-10-16 | Re-allow UTF8 encodings on win32. Since UTF8 is converted to | Magnus Hagander |
| 2007-10-16 | Remove quotes around locale names in some places for consistency. | Peter Eisentraut |
| 2007-10-13 | Try to fix msvc build for recent initdb changes. | Tom Lane |
| 2007-10-13 | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane |
| 2007-09-29 | Make use of additional chklocale.c entries to reject locales that we | Tom Lane |
| 2007-09-28 | Change initdb and CREATE DATABASE to actively reject attempts to create | Tom Lane |
| 2007-09-28 | Tweak initdb's text search configuration selection code so it can | Tom Lane |
| 2007-09-27 | Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate | Tom Lane |
| 2007-09-25 | Small string tweaks | Peter Eisentraut |
| 2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
| 2007-08-04 | Tweak for initdb: if more command-line arguments were specified than | Neil Conway |
| 2007-07-11 | Suppress a warning that some versions of gcc emit about %x in strftime. | Tom Lane |