summaryrefslogtreecommitdiff
path: root/src/bin/initdb
Commit message (Expand)AuthorAgeFilesLines
...
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-012-4/+4
* Translation updatesPeter Eisentraut2007-11-294-592/+1154
* Fix inconsistent message wording, and split off a couple of duplicated strings.Alvaro Herrera2007-11-161-19/+28
* pgindent run for 8.3.Bruce Momjian2007-11-151-42/+43
* Translation updatesPeter Eisentraut2007-11-151-110/+110
* Translation updatesPeter Eisentraut2007-10-276-646/+1874
* Make initdb's selection of default text search configuration dependTom Lane2007-10-251-36/+34
* Danish_Danmark -> Danish_DenmarkAlvaro Herrera2007-10-241-2/+2
* Re-allow UTF8 encodings on win32. Since UTF8 is converted toMagnus Hagander2007-10-161-2/+12
* Remove quotes around locale names in some places for consistency.Peter Eisentraut2007-10-161-5/+5
* Try to fix msvc build for recent initdb changes.Tom Lane2007-10-131-2/+2
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-132-10/+20
* Make use of additional chklocale.c entries to reject locales that weTom Lane2007-09-291-1/+14
* Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane2007-09-281-220/+48
* Tweak initdb's text search configuration selection code so it canTom Lane2007-09-281-3/+3
* Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminateTom Lane2007-09-271-2/+2
* Small string tweaksPeter Eisentraut2007-09-251-4/+4
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-3/+185
* Tweak for initdb: if more command-line arguments were specified thanNeil Conway2007-08-041-1/+2
* Suppress a warning that some versions of gcc emit about %x in strftime.Tom Lane2007-07-111-2/+9
* Make some messages more consistentPeter Eisentraut2007-05-311-3/+3
* pg_char_to_encoding() was redundant in initdb becauseBruce Momjian2007-03-291-3/+2
* Code cleanup: mark some variables with the "const" modifier, when theyNeil Conway2007-03-181-10/+10
* Prevent BLCKSZ < 1024, and have initdb test shared buffers based on theBruce Momjian2007-02-201-2/+3
* Remove useless database name from bootstrap argument processing (includingAlvaro Herrera2007-02-161-4/+4
* StrNCpy -> strlcpy (not complete)Peter Eisentraut2007-02-101-2/+2
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-4/+4
* Fix initdb to not generate misleading error messages when postgres.bkiTom Lane2007-01-311-3/+19
* Modify max_fsm_pages in postgresql.conf.sample to show a typical value,Bruce Momjian2007-01-201-2/+2
* Allow initdb to specify the pg_xlog directory.Bruce Momjian2007-01-061-7/+114
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-052-4/+4
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-2/+9
* Translation updatesPeter Eisentraut2006-12-021-139/+116
* Translation updatesPeter Eisentraut2006-11-243-336/+362
* Translations updatePeter Eisentraut2006-10-214-522/+730
* Fix initdb's logic for picking shared_buffers/max_fsm_pages, which hadTom Lane2006-10-041-18/+15
* pgindent run for 8.2.Bruce Momjian2006-10-041-124/+132
* The attached patch changes units of the some default values inBruce Momjian2006-10-031-8/+18
* Make postgresql.conf.sample match the initdb defaults. This fixesBruce Momjian2006-09-141-3/+3
* Fixed a few trivial memory leaks reported by Coverity just to test my setup.Michael Meskes2006-08-201-1/+7
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-311-43/+1
* Allow units to be specified with configuration settings.Peter Eisentraut2006-07-271-9/+9
* Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut2006-06-181-7/+7
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-3/+2
* Fix initdb to properly escape quotes and backslashes in the suppliedTom Lane2006-05-271-19/+26
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-261-3/+4
* Merge the loading of shared object descriptions with regular descriptions,Alvaro Herrera2006-03-211-35/+9
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-052-4/+4
* Make restricted_exec feature for Windows more robust by using the environmentAndrew Dunstan2006-02-241-17/+12
* make initdb -U username work as advertised; back out bogus patch at rev 1.42Andrew Dunstan2006-02-241-10/+10