summaryrefslogtreecommitdiff
path: root/src/bin/initdb
AgeCommit message (Expand)Author
2018-03-25initdb: Further polishing of --wal-segsize optionPeter Eisentraut
2018-03-24initdb: Improve --wal-segsize handlingPeter Eisentraut
2018-03-15Fix more format truncation issuesPeter Eisentraut
2018-03-11Clarify initdb --help message for --wal-segsizeMagnus Hagander
2018-03-08In initdb, don't bother trying max_connections = 10.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-28Mark some more functions as pg_attribute_noreturn().Tom Lane
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-09-20Fix compiler warningPeter Eisentraut
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-09-08Clean up excessive codePeter Eisentraut
2017-09-08Remove useless empty string initializationsPeter Eisentraut
2017-08-07Translation updatesPeter Eisentraut
2017-07-14Fix broken link-command-line ordering for libpgfeutils.Tom Lane
2017-07-10Translation updatesAlvaro Herrera
2017-06-23Rethink behavior of pg_import_system_collations().Tom Lane
2017-06-23Add testing to detect errors of omission in "pin" dependency creation.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-15Translation updatesPeter Eisentraut
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut
2017-04-18Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas
2017-04-15Make sure to run one initdb TAP test with no TZ setAndrew Dunstan
2017-04-05Capitalize names of PLs consistentlyPeter Eisentraut
2017-03-23ICU supportPeter Eisentraut
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2017-03-13initdb: Re-add translatable string that got lostPeter Eisentraut
2017-03-12Fix typo in initdb's SCRAM password processing.Tom Lane
2017-03-10Un-break things on IPv6-less platforms.Tom Lane
2017-03-10Fix hard-coded relkind constants in assorted src/bin files.Tom Lane
2017-03-09Enable replication connections by default in pg_hba.confPeter Eisentraut
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-09Rename command line options for ongoing xlog -> wal conversion.Robert Haas
2017-01-19initdb: Fix for mixed-case superuser namesPeter Eisentraut
2017-01-18Add function to import operating system collationsPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-25Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-10-19initdb pg_basebackup: Rename --noxxx options to --no-xxxPeter Eisentraut
2016-09-29Move fsync routines of initdb into src/common/Peter Eisentraut
2016-09-06Repair whitespace in initdb message.Tom Lane
2016-08-30Simplify correct use of simple_prompt().Tom Lane
2016-08-30Fix initdb misbehavior when user mis-enters superuser password.Tom Lane
2016-08-22initdb now needs submake-libpq and submake-libpgfeutils.Tom Lane
2016-08-20Make initdb's suggested "pg_ctl start" command line more reliable.Tom Lane