summaryrefslogtreecommitdiff
path: root/src/bin/initdb
AgeCommit message (Expand)Author
2009-09-03Remove initdb's rather gratuitous check to see if the backend created aTom Lane
2009-09-02Fix pg_ctl's readfile() to not go into infinite loop on an empty fileTom Lane
2009-09-01Remove flatfiles.c, which is now obsolete.Alvaro Herrera
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-06-26Translation updates for 8.4 release.Peter Eisentraut
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-10Translation updatesPeter Eisentraut
2009-06-03Change rather bizarre code ordering in get_id(). This isn't strictlyTom Lane
2009-05-14Translation updatesAlvaro Herrera
2009-04-09Translation updates for 8.4 betaPeter Eisentraut
2009-04-05Remove a boatload of useless definitions of 'int optreset'. If weTom Lane
2009-03-31Don't crash initdb when we fail to get the current username.Magnus Hagander
2009-02-25Sort the output of --help mostly alphabetical, make it align better, makePeter Eisentraut
2009-01-22Support column-level privileges, as required by SQL standard.Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-11-14Actually, instead of whining about how type internal might not safely storeTom Lane
2008-10-31Message improvementPeter Eisentraut
2008-09-30Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas
2008-09-23Tighten the check in initdb and CREATE DATABASE that the chosen encodingHeikki Linnakangas
2008-09-23Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas
2008-08-05Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp.Magnus Hagander
2008-07-19Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL intoTom Lane
2008-06-26Use SYSTEMQUOTE as concatentation to strings, rather than %s printfBruce Momjian
2008-06-02Fix initdb to reject a relative path for -X (--xlogdir) argument. ThisTom Lane
2008-02-29Don't call AddUserToDacl on CygwinAndrew Dunstan
2008-02-29Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander
2008-02-20Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR toTom Lane
2008-01-31Translation updatesPeter Eisentraut
2008-01-30Translation updatesPeter Eisentraut
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-29Translation updatesPeter Eisentraut
2007-11-16Fix inconsistent message wording, and split off a couple of duplicated strings.Alvaro Herrera
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-15Translation updatesPeter Eisentraut
2007-10-27Translation updatesPeter Eisentraut
2007-10-25Make initdb's selection of default text search configuration dependTom Lane
2007-10-24Danish_Danmark -> Danish_DenmarkAlvaro Herrera
2007-10-16Re-allow UTF8 encodings on win32. Since UTF8 is converted toMagnus Hagander
2007-10-16Remove quotes around locale names in some places for consistency.Peter Eisentraut
2007-10-13Try to fix msvc build for recent initdb changes.Tom Lane
2007-10-13Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane
2007-09-29Make use of additional chklocale.c entries to reject locales that weTom Lane
2007-09-28Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane
2007-09-28Tweak initdb's text search configuration selection code so it canTom Lane
2007-09-27Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminateTom Lane
2007-09-25Small string tweaksPeter Eisentraut
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane
2007-08-04Tweak for initdb: if more command-line arguments were specified thanNeil Conway
2007-07-11Suppress a warning that some versions of gcc emit about %x in strftime.Tom Lane