summaryrefslogtreecommitdiff
path: root/src/bin/initdb/initdb.c
AgeCommit message (Expand)Author
2019-06-14Attempt to identify system timezone by reading /etc/localtime symlink.Tom Lane
2019-02-25Tolerate EINVAL when calling fsync() on a directory.Thomas Munro
2018-12-22Fix ancient compiler warnings and typos in !HAVE_SYMLINK codePeter Eisentraut
2018-09-23Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch
2017-05-15Fix new warnings from GCC 7Peter Eisentraut
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
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
2014-12-17Fix another poorly worded error message.Tom Lane
2014-12-05Give a proper error message if initdb password file is empty.Heikki Linnakangas
2014-12-03Move PG_AUTOCONF_FILENAME definitionPeter Eisentraut
2014-11-15Fix initdb --sync-only to also sync tablespaces.Andres Freund
2014-08-09Small message fixesPeter Eisentraut
2014-07-09Rename logical decoding's pg_llog directory to pg_logical.Andres Freund
2014-05-15Fix unportable setvbuf() usage in initdb.Tom Lane
2014-05-14In initdb, ensure stdout/stderr buffering behavior is what we expect.Tom Lane
2014-05-14Make initdb throw error for bad locale values.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-05Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas
2014-04-30Add missing SYSTEMQUOTEsHeikki Linnakangas
2014-04-16Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane
2014-03-21Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian
2014-03-21Properly check for readdir/closedir() failuresBruce Momjian
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-03-03Introduce logical decoding.Robert Haas
2014-03-01Various Coverity-spotted fixesStephen Frost
2014-02-08Mark some more variables as static or include the appropriate headerPeter Eisentraut
2014-01-31Introduce replication slots.Robert Haas
2014-01-27Fix typos in comments for ALTER SYSTEM.Fujii Masao
2014-01-19Remove support for native krb5 authenticationMagnus Hagander
2014-01-10Move username lookup functions from /port to /commonBruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-18Fix incorrect error message reported for non-existent usersBruce Momjian
2013-12-18Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii
2013-10-24Ignore SIGSYS during initdb.Tom Lane
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-16initdb: Suppress dynamic shared memory when probing for max_connections.Robert Haas
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-10initdb: Select working dynamic shared memory implementation.Robert Haas
2013-10-09Allow dynamic allocation of shared memory segments.Robert Haas
2013-07-14Fix resource leak in initdb -X optionStephen Frost
2013-06-19initdb: Add blank line before output about checksumsPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-24initdb: Improve some messagesPeter Eisentraut
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-03-03Add a materialized view relations.Kevin Grittner