summaryrefslogtreecommitdiff
path: root/src/bin/initdb/initdb.c
Commit message (Expand)AuthorAgeFilesLines
* Small message fixesPeter Eisentraut2014-08-091-1/+1
* Rename logical decoding's pg_llog directory to pg_logical.Andres Freund2014-07-021-3/+3
* Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.Tom Lane2014-07-011-5/+1
* Fix unportable setvbuf() usage in initdb.Tom Lane2014-05-151-1/+1
* In initdb, ensure stdout/stderr buffering behavior is what we expect.Tom Lane2014-05-141-0/+9
* Make initdb throw error for bad locale values.Tom Lane2014-05-141-39/+47
* pgindent run for 9.4Bruce Momjian2014-05-061-12/+13
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-051-20/+20
* Add missing SYSTEMQUOTEsHeikki Linnakangas2014-04-301-16/+16
* Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane2014-04-161-1/+1
* Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian2014-03-211-6/+0
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-211-5/+7
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-131-1/+0
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-131-1/+0
* Introduce logical decoding.Robert Haas2014-03-031-1/+4
* Various Coverity-spotted fixesStephen Frost2014-03-011-5/+31
* Mark some more variables as static or include the appropriate headerPeter Eisentraut2014-02-081-1/+1
* Introduce replication slots.Robert Haas2014-01-311-0/+1
* Fix typos in comments for ALTER SYSTEM.Fujii Masao2014-01-271-2/+2
* Remove support for native krb5 authenticationMagnus Hagander2014-01-191-3/+0
* Move username lookup functions from /port to /commonBruce Momjian2014-01-101-0/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-181-31/+6
* Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii2013-12-181-0/+16
* Ignore SIGSYS during initdb.Tom Lane2013-10-241-0/+5
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-221-7/+7
* initdb: Suppress dynamic shared memory when probing for max_connections.Robert Haas2013-10-161-0/+1
* Add use of asprintf()Peter Eisentraut2013-10-131-22/+9
* initdb: Select working dynamic shared memory implementation.Robert Haas2013-10-101-0/+60
* Allow dynamic allocation of shared memory segments.Robert Haas2013-10-091-0/+1
* Fix resource leak in initdb -X optionStephen Frost2013-07-141-0/+1
* initdb: Add blank line before output about checksumsPeter Eisentraut2013-06-191-0/+2
* pgindent run for release 9.3Bruce Momjian2013-05-291-28/+32
* initdb: Improve some messagesPeter Eisentraut2013-04-241-2/+3
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-221-3/+16
* Move pqsignal() to libpgport.Tom Lane2013-03-171-1/+0
* Add a materialized view relations.Kevin Grittner2013-03-031-1/+1
* Split pgstat file in smaller piecesAlvaro Herrera2013-02-181-0/+1
* Warn about initdb using mount-pointsBruce Momjian2013-02-161-11/+40
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-39/+0
* Enable building with Microsoft Visual Studio 2012.Andrew Dunstan2013-02-061-2/+10
* Centralize single quote escaping in src/port/quotes.cMagnus Hagander2013-01-051-29/+12
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Avoid using NAMEDATALEN in pg_upgradeBruce Momjian2012-12-201-1/+1
* In initdb.c, move auth warning code into main() from secondary function.Bruce Momjian2012-12-041-8/+8
* In initdb.c, rename some newly created functions, and move the directoryBruce Momjian2012-12-031-25/+41
* Add initdb --sync-only option to sync the data directory to durableBruce Momjian2012-12-031-1/+15
* Revert initdb --sync-only patch that had incorrect commit messages.Bruce Momjian2012-12-031-15/+1
* dummy commitBruce Momjian2012-12-031-1/+15
* Split initdb.c main() code into multiple functions, for easierBruce Momjian2012-11-301-302/+366