aboutsummaryrefslogtreecommitdiff
path: root/src/bin/initdb/initdb.c
Commit message (Expand)AuthorAge
* Pin the built-in index access methods.Tom Lane2016-05-19
* Wording quibbles regarding initdb usernameStephen Frost2016-05-08
* Disallow superuser names starting with 'pg_' in initdbStephen Frost2016-05-08
* Add BSD authentication method.Tom Lane2016-04-08
* In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost2016-04-06
* Add new catalog called pg_init_privsStephen Frost2016-04-06
* Fix unobvious interaction between -X switch and subdirectory creation.Tom Lane2016-01-07
* Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA.Tom Lane2016-01-07
* In initdb's post-bootstrap phase, drop temp tables explicitly.Tom Lane2016-01-06
* Update copyright for 2016Bruce Momjian2016-01-02
* Avoid VACUUM FULL altogether in initdb.Tom Lane2015-12-23
* Use just one standalone-backend session for initdb's post-bootstrap steps.Tom Lane2015-12-17
* initdb -S should now have an explicit check that $PGDATA is valid.Tom Lane2015-05-29
* Remove special cases for ETXTBSY from new fsync'ing logic.Tom Lane2015-05-29
* Adjust initdb to also not consider fsync'ing failures fatal.Tom Lane2015-05-29
* initdb: only recommend pg_ctl to start the serverBruce Momjian2015-05-11
* initdb: remove unnecessary VACUUM FULLBruce Momjian2015-03-31
* Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan2015-03-30
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix another poorly worded error message.Tom Lane2014-12-17
* Give a proper error message if initdb password file is empty.Heikki Linnakangas2014-12-05
* Move PG_AUTOCONF_FILENAME definitionPeter Eisentraut2014-12-03
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* Fix initdb --sync-only to also sync tablespaces.Andres Freund2014-11-15
* initdb: Fix compiler error in USE_PREFETCH casePeter Eisentraut2014-10-19
* Allow setting effective_io_concurrency even on unsupported systemsPeter Eisentraut2014-10-18
* Small message fixesPeter Eisentraut2014-08-09
* Rename logical decoding's pg_llog directory to pg_logical.Andres Freund2014-07-02
* Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.Tom Lane2014-07-01
* Fix unportable setvbuf() usage in initdb.Tom Lane2014-05-15
* In initdb, ensure stdout/stderr buffering behavior is what we expect.Tom Lane2014-05-14
* Make initdb throw error for bad locale values.Tom Lane2014-05-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-05
* Add missing SYSTEMQUOTEsHeikki Linnakangas2014-04-30
* Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane2014-04-16
* Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian2014-03-21
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-21
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Introduce logical decoding.Robert Haas2014-03-03
* Various Coverity-spotted fixesStephen Frost2014-03-01
* Mark some more variables as static or include the appropriate headerPeter Eisentraut2014-02-08
* Introduce replication slots.Robert Haas2014-01-31
* Fix typos in comments for ALTER SYSTEM.Fujii Masao2014-01-27
* Remove support for native krb5 authenticationMagnus Hagander2014-01-19
* Move username lookup functions from /port to /commonBruce Momjian2014-01-10
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-18