summaryrefslogtreecommitdiff
path: root/src/bin/initdb
AgeCommit message (Expand)Author
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-07Translation updatesPeter Eisentraut
2017-07-14Fix broken link-command-line ordering for libpgfeutils.Tom Lane
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-10Translation updatesAlvaro Herrera
2017-07-09Remove the setup_storm call omitted from last commitTomas Vondra
2017-07-09Remove storm_catalog schemaTomas Vondra
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
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-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
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-09fix various minor bugs in initdb, to make it workTomas Vondra
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-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-10-19initdb pg_basebackup: Rename --noxxx options to --no-xxxPeter Eisentraut
2016-10-18Suppress the message hinting to start coordinator/datanode/gtm server at thePavan Deolasee
2016-10-18remove functions that are not used (or defined)Tomas Vondra
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
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
2016-08-18Update Windows timezone mapping from Windows 7 and 10Magnus Hagander
2016-08-17Disable update_process_title by default on WindowsMagnus Hagander