summaryrefslogtreecommitdiff
path: root/src/bin/initdb
AgeCommit message (Expand)Author
2016-05-24Fix typo in TAP test identification string.Tom Lane
2016-05-19Pin the built-in index access methods.Tom Lane
2016-05-09Translation updatesPeter Eisentraut
2016-05-08Wording quibbles regarding initdb usernameStephen Frost
2016-05-08Disallow superuser names starting with 'pg_' in initdbStephen Frost
2016-04-08Add BSD authentication method.Tom Lane
2016-04-07In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost
2016-04-07Add new catalog called pg_init_privsStephen Frost
2016-03-28Sync tzload() and tzparse() APIs with IANA release tzcode2016c.Tom Lane
2016-01-07Fix unobvious interaction between -X switch and subdirectory creation.Tom Lane
2016-01-07Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA.Tom Lane
2016-01-06In initdb's post-bootstrap phase, drop temp tables explicitly.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-24Avoid VACUUM FULL altogether in initdb.Tom Lane
2015-12-18Use just one standalone-backend session for initdb's post-bootstrap steps.Tom Lane
2015-12-02Refactor Perl test codeAlvaro Herrera
2015-06-29Translation updatesPeter Eisentraut
2015-05-29initdb -S should now have an explicit check that $PGDATA is valid.Tom Lane
2015-05-29Remove special cases for ETXTBSY from new fsync'ing logic.Tom Lane
2015-05-29Adjust initdb to also not consider fsync'ing failures fatal.Tom Lane
2015-05-18Add new files to nls.mkPeter Eisentraut
2015-05-11initdb: only recommend pg_ctl to start the serverBruce Momjian
2015-05-02Combine initdb tests that successfully create a data directory.Noah Misch
2015-05-02Fix one more TAP test to use standard command-line argument ordering.Noah Misch
2015-04-30Fix parallel make risk with new check temp-install setupPeter Eisentraut
2015-04-04Fix TAP tests to use only standard command-line argument ordering.Tom Lane
2015-03-31initdb: remove unnecessary VACUUM FULLBruce Momjian
2015-03-30Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan
2015-02-02Translation updatesPeter Eisentraut
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-17Fix another poorly worded error message.Tom Lane
2014-12-15Translation updatesPeter Eisentraut
2014-12-05Give a proper error message if initdb password file is empty.Heikki Linnakangas
2014-12-04Move PG_AUTOCONF_FILENAME definitionPeter Eisentraut
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-11-17Translation updatesPeter Eisentraut
2014-11-15Fix initdb --sync-only to also sync tablespaces.Andres Freund
2014-10-29Remove use of TAP subtestsPeter Eisentraut
2014-10-19initdb: Fix compiler error in USE_PREFETCH casePeter Eisentraut
2014-10-19Allow setting effective_io_concurrency even on unsupported systemsPeter Eisentraut
2014-10-06Translation updatesPeter Eisentraut
2014-08-09Small message fixesPeter Eisentraut
2014-07-24Fix TAP installcheck tests when current directory name contains spacesPeter Eisentraut
2014-07-21Translation updatesPeter Eisentraut
2014-07-15Add missing source files to nls.mkPeter Eisentraut
2014-07-02Rename logical decoding's pg_llog directory to pg_logical.Andres Freund
2014-07-02Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.Tom Lane
2014-05-15Fix unportable setvbuf() usage in initdb.Tom Lane
2014-05-15In initdb, ensure stdout/stderr buffering behavior is what we expect.Tom Lane