summaryrefslogtreecommitdiff
path: root/src/bin/initdb
AgeCommit message (Expand)Author
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-08-14initdb: Remove obsolete locale handlingPeter Eisentraut
2019-08-08initdb: Use varargs macro for PG_CMD_PRINTFPeter Eisentraut
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-26Avoid choosing "localtime" or "posixrules" as TimeZone during initdb.Tom Lane
2019-07-22Revert "initdb: Change authentication defaults"Peter Eisentraut
2019-07-22initdb: Change authentication defaultsPeter Eisentraut
2019-07-09Message style improvementsPeter Eisentraut
2019-07-04Sync our Snowball stemmer dictionaries with current upstreamPeter Eisentraut
2019-07-02Fix accidentally swapped error message argumentsPeter Eisentraut
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-07-01Convert some stragglers to new frontend logging APIPeter Eisentraut
2019-06-17Translation updatesPeter Eisentraut
2019-06-15Prefer timezone name "UTC" over alternative spellings.Andrew Gierth
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-20Translation updatesPeter Eisentraut
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-03-13Rename pg_verify_checksums to pg_checksumsMichael Paquier
2019-01-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander
2019-01-07initdb: Use atexit()Peter Eisentraut
2019-01-04Move the built-in conversions into the initial catalog data.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-22Fix ancient compiler warnings and typos in !HAVE_SYMLINK codePeter Eisentraut
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-12Add TAP tests for pg_verify_checksumsMichael Paquier
2018-09-24Sync our Snowball stemmer dictionaries with current upstream.Tom Lane
2018-09-24Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch
2018-09-20Remove special handling for open() in initdb for WindowsMichael Paquier
2018-09-14Allow concurrent-safe open() and fopen() in frontend code for WindowsMichael Paquier
2018-09-13Attempt to identify system timezone by reading /etc/localtime symlink.Tom Lane
2018-08-10Cosmetic cleanups in initdb.c.Tom Lane
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-10Remove dynamic_shared_memory_type=nonePeter Eisentraut
2018-05-21Translation updatesPeter Eisentraut
2018-05-08Improve initdb's query for generating default descriptions a little.Tom Lane
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-04-17Rationalize handling of single and double quotes in bootstrap data.Tom Lane
2018-04-09Further cleanup of client dependencies on src/include/catalog headers.Tom Lane
2018-04-08Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-07Refactor dir/file permissionsStephen Frost
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
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