| Commit message (Expand) | Author | Age | Files | Lines |
| * | Modify max_fsm_pages in postgresql.conf.sample to show a typical value, | Bruce Momjian | 2007-01-20 | 1 | -2/+2 |
| * | Allow initdb to specify the pg_xlog directory. | Bruce Momjian | 2007-01-06 | 1 | -7/+114 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 2 | -4/+4 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 1 | -2/+9 |
| * | Translation updates | Peter Eisentraut | 2006-12-02 | 1 | -139/+116 |
| * | Translation updates | Peter Eisentraut | 2006-11-24 | 3 | -336/+362 |
| * | Translations update | Peter Eisentraut | 2006-10-21 | 4 | -522/+730 |
| * | Fix initdb's logic for picking shared_buffers/max_fsm_pages, which had | Tom Lane | 2006-10-04 | 1 | -18/+15 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -124/+132 |
| * | The attached patch changes units of the some default values in | Bruce Momjian | 2006-10-03 | 1 | -8/+18 |
| * | Make postgresql.conf.sample match the initdb defaults. This fixes | Bruce Momjian | 2006-09-14 | 1 | -3/+3 |
| * | Fixed a few trivial memory leaks reported by Coverity just to test my setup. | Michael Meskes | 2006-08-20 | 1 | -1/+7 |
| * | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane | 2006-07-31 | 1 | -43/+1 |
| * | Allow units to be specified with configuration settings. | Peter Eisentraut | 2006-07-27 | 1 | -9/+9 |
| * | Merge postmaster and postgres command into just postgres. postmaster | Peter Eisentraut | 2006-06-18 | 1 | -7/+7 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -3/+2 |
| * | Fix initdb to properly escape quotes and backslashes in the supplied | Tom Lane | 2006-05-27 | 1 | -19/+26 |
| * | Use E'' strings internally only when standard_conforming_strings = | Bruce Momjian | 2006-05-26 | 1 | -3/+4 |
| * | Merge the loading of shared object descriptions with regular descriptions, | Alvaro Herrera | 2006-03-21 | 1 | -35/+9 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 2 | -4/+4 |
| * | Make restricted_exec feature for Windows more robust by using the environment | Andrew Dunstan | 2006-02-24 | 1 | -17/+12 |
| * | make initdb -U username work as advertised; back out bogus patch at rev 1.42 | Andrew Dunstan | 2006-02-24 | 1 | -10/+10 |
| * | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut | 2006-02-18 | 1 | -1/+5 |
| * | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 | 1 | -3/+48 |
| * | Make it possible to run initdb from an admin account on Windows, | Tom Lane | 2006-02-10 | 1 | -1/+138 |
| * | Tweak initdb to reduce verbosity of progress messages, by printing just | Tom Lane | 2006-01-27 | 1 | -6/+5 |
| * | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut | 2006-01-05 | 1 | -5/+5 |
| * | Remove BEOS port. | Bruce Momjian | 2006-01-05 | 1 | -4/+1 |
| * | Remove the nexus between trial_buffs and trial_conns, and don't test shared b... | Andrew Dunstan | 2006-01-02 | 1 | -8/+14 |
| * | Remove DOS line endings ("\r\n") from several .po files. DOS line endings | Neil Conway | 2006-01-01 | 1 | -574/+574 |
| * | Clean up initdb's code for selecting max_connections and shared_buffers | Tom Lane | 2005-12-31 | 1 | -65/+61 |
| * | Increase amount of shared buffers initdb tries to allocate to 4000, | Andrew Dunstan | 2005-12-27 | 1 | -7/+32 |
| * | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 | 1 | -4/+4 |
| * | Let initdb detect the date order of the lc_time locale and initialize the | Peter Eisentraut | 2005-12-09 | 1 | -1/+72 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -10/+11 |
| * | Translation updates forward-port to HEAD. | Alvaro Herrera | 2005-11-07 | 1 | -118/+163 |
| * | Translation updates | Peter Eisentraut | 2005-11-04 | 3 | -172/+161 |
| * | Translation updates. | Alvaro Herrera | 2005-11-03 | 1 | -159/+170 |
| * | Translation updates | Peter Eisentraut | 2005-10-29 | 4 | -251/+316 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -123/+123 |
| * | Translation update | Peter Eisentraut | 2005-10-10 | 3 | -360/+474 |
| * | Fix initdb quoting for Win32 paths in final examples, per Dave Page. | Bruce Momjian | 2005-08-28 | 1 | -5/+5 |
| * | Windows needs WSAStartup() before getaddrinfo() will work. Andrew Dunstan | Tom Lane | 2005-08-27 | 1 | -2/+10 |
| * | Original assumption that our own getaddrinfo routine would never support | Tom Lane | 2005-08-25 | 1 | -7/+4 |
| * | Use an initdb-time test to see if the local version of getaddrinfo() | Tom Lane | 2005-08-22 | 1 | -4/+35 |
| * | Add ERROR_NO_MORE_FILES workaround to check_data_dir(). This may or | Tom Lane | 2005-08-02 | 1 | -2/+12 |
| * | Awhile back we replaced all uses of strcasecmp and strncasecmp with | Tom Lane | 2005-07-25 | 1 | -3/+3 |
| * | Rename xmalloc to pg_malloc for consistency with psql usage. | Bruce Momjian | 2005-07-10 | 1 | -16/+16 |
| * | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 | 1 | -2/+9 |
| * | Add E'' to internally created SQL strings that contain backslashes. | Bruce Momjian | 2005-07-02 | 1 | -3/+3 |