| Age | Commit message (Expand) | Author |
| 2007-03-29 | pg_char_to_encoding() was redundant in initdb because | Bruce Momjian |
| 2007-03-18 | Code cleanup: mark some variables with the "const" modifier, when they | Neil Conway |
| 2007-02-20 | Prevent BLCKSZ < 1024, and have initdb test shared buffers based on the | Bruce Momjian |
| 2007-02-16 | Remove useless database name from bootstrap argument processing (including | Alvaro Herrera |
| 2007-02-10 | StrNCpy -> strlcpy (not complete) | Peter Eisentraut |
| 2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian |
| 2007-01-31 | Fix initdb to not generate misleading error messages when postgres.bki | Tom Lane |
| 2007-01-20 | Modify max_fsm_pages in postgresql.conf.sample to show a typical value, | Bruce Momjian |
| 2007-01-06 | Allow initdb to specify the pg_xlog directory. | Bruce Momjian |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-12-23 | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane |
| 2006-12-02 | Translation updates | Peter Eisentraut |
| 2006-11-24 | Translation updates | Peter Eisentraut |
| 2006-10-21 | Translations update | Peter Eisentraut |
| 2006-10-04 | Fix initdb's logic for picking shared_buffers/max_fsm_pages, which had | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-10-03 | The attached patch changes units of the some default values in | Bruce Momjian |
| 2006-09-14 | Make postgresql.conf.sample match the initdb defaults. This fixes | Bruce Momjian |
| 2006-08-20 | Fixed a few trivial memory leaks reported by Coverity just to test my setup. | Michael Meskes |
| 2006-07-31 | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane |
| 2006-07-27 | Allow units to be specified with configuration settings. | Peter Eisentraut |
| 2006-06-18 | Merge postmaster and postgres command into just postgres. postmaster | Peter Eisentraut |
| 2006-06-07 | Prepare code to be built by MSVC: | Bruce Momjian |
| 2006-05-27 | Fix initdb to properly escape quotes and backslashes in the supplied | Tom Lane |
| 2006-05-26 | Use E'' strings internally only when standard_conforming_strings = | Bruce Momjian |
| 2006-03-21 | Merge the loading of shared object descriptions with regular descriptions, | Alvaro Herrera |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-02-24 | Make restricted_exec feature for Windows more robust by using the environment | Andrew Dunstan |
| 2006-02-24 | make initdb -U username work as advertised; back out bogus patch at rev 1.42 | Andrew Dunstan |
| 2006-02-18 | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut |
| 2006-02-12 | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian |
| 2006-02-10 | Make it possible to run initdb from an admin account on Windows, | Tom Lane |
| 2006-01-27 | Tweak initdb to reduce verbosity of progress messages, by printing just | Tom Lane |
| 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-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-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-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-07 | Translation updates forward-port to HEAD. | Alvaro Herrera |
| 2005-11-04 | Translation updates | Peter Eisentraut |
| 2005-11-03 | Translation updates. | Alvaro Herrera |
| 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-08-28 | Fix initdb quoting for Win32 paths in final examples, per Dave Page. | Bruce Momjian |
| 2005-08-27 | Windows needs WSAStartup() before getaddrinfo() will work. Andrew Dunstan | Tom Lane |