summaryrefslogtreecommitdiff
path: root/src/bin/initdb
Commit message (Expand)AuthorAgeFilesLines
* Improved parallel make supportPeter Eisentraut2010-11-121-2/+2
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+4
* Remove cvs keywords from all files.Magnus Hagander2010-09-205-5/+5
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-051-2/+2
* Translation updatePeter Eisentraut2010-05-134-308/+1137
* Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian2010-05-121-1/+3
* pgindent run for 9.0Bruce Momjian2010-02-261-4/+4
* Translation updates for 9.0alpha4Peter Eisentraut2010-02-191-127/+131
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-161-1/+2
* Un-break initdb logic for commenting out IPv6 pg_hba.conf line.Tom Lane2010-01-261-5/+5
* Reformat the comments in pg_hba.conf and pg_ident.confPeter Eisentraut2010-01-261-5/+5
* PG_MAJORVERSION:Bruce Momjian2010-01-061-56/+12
* Update copyright for the year 2010.Bruce Momjian2010-01-022-4/+4
* Translation updatesPeter Eisentraut2009-12-192-365/+365
* Install server-side language PL/pgSQL by default.Bruce Momjian2009-12-181-1/+29
* Force the TZ environment variable to be set during initdb. This is toTom Lane2009-12-181-1/+9
* Add large object access control.Itagaki Takahiro2009-12-111-1/+2
* Add inheritable ACE when creating a restricted token for execution onMagnus Hagander2009-11-141-5/+5
* Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane2009-11-121-16/+7
* Translations update for 8.5alpha2Peter Eisentraut2009-10-203-4/+867
* Remove initdb's rather gratuitous check to see if the backend created aTom Lane2009-09-031-13/+1
* Fix pg_ctl's readfile() to not go into infinite loop on an empty fileTom Lane2009-09-021-13/+7
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-011-15/+1
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-2/+2
* Translation updates for 8.4 release.Peter Eisentraut2009-06-2611-5626/+757
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-35/+35
* Translation updatesPeter Eisentraut2009-06-102-124/+144
* Change rather bizarre code ordering in get_id(). This isn't strictlyTom Lane2009-06-031-3/+3
* Translation updatesAlvaro Herrera2009-05-145-849/+941
* Translation updates for 8.4 betaPeter Eisentraut2009-04-096-737/+1769
* Remove a boatload of useless definitions of 'int optreset'. If weTom Lane2009-04-051-5/+1
* Don't crash initdb when we fail to get the current username.Magnus Hagander2009-03-311-2/+14
* Sort the output of --help mostly alphabetical, make it align better, makePeter Eisentraut2009-02-251-14/+14
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-221-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-012-4/+4
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-111-2/+2
* Actually, instead of whining about how type internal might not safely storeTom Lane2008-11-141-1/+7
* Message improvementPeter Eisentraut2008-10-311-2/+2
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-301-21/+8
* Tighten the check in initdb and CREATE DATABASE that the chosen encodingHeikki Linnakangas2008-09-231-45/+59
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-231-5/+11
* Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp.Magnus Hagander2008-08-051-2/+3
* Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL intoTom Lane2008-07-191-1/+13
* Use SYSTEMQUOTE as concatentation to strings, rather than %s printfBruce Momjian2008-06-261-9/+9
* Fix initdb to reject a relative path for -X (--xlogdir) argument. ThisTom Lane2008-06-021-6/+13
* Don't call AddUserToDacl on CygwinAndrew Dunstan2008-02-291-1/+3
* Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander2008-02-291-2/+21
* Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR toTom Lane2008-02-201-5/+2
* Translation updatesPeter Eisentraut2008-01-311-19/+1
* Translation updatesPeter Eisentraut2008-01-303-488/+797