summaryrefslogtreecommitdiff
path: root/src/bin/initdb
AgeCommit message (Expand)Author
2022-03-20Fix global ICU collations for ICU < 54Peter Eisentraut
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-02-14Database-level collation version trackingPeter Eisentraut
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-24pg_upgrade: Preserve database OIDs.Robert Haas
2022-01-20Remove 'datlastsysoid'.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-13Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-18Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane
2021-11-03Fix incorrect format placeholderPeter Eisentraut
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-04Update our mapping of Windows time zone names some more.Tom Lane
2021-10-02Update our mapping of Windows time zone names using CLDR info.Tom Lane
2021-10-02Re-alphabetize the win32_tzmap[] array.Tom Lane
2021-09-10Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.Noah Misch
2021-08-23Improve defaults shown in postgresql.conf.sample and pg_settingsBruce Momjian
2021-08-16Clarify initdb --sync-only help message and docsDaniel Gustafsson
2021-08-05process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund
2021-07-15Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane
2021-07-13Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane
2021-07-01Add --clobber-cache option to initdb, for CCA testing.Tom Lane
2021-06-21Translation updatesPeter Eisentraut
2021-06-13Work around portability issue with newer versions of mktime().Tom Lane
2021-05-17Translation updatesPeter Eisentraut
2021-05-10Translation updatesPeter Eisentraut
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-04-16Split function definitions out of system_views.sql into a new file.Tom Lane
2021-03-27Improve consistency of SQL code capitalizationPeter Eisentraut
2021-03-02Use native path separators to pg_ctl in initdbAlvaro Herrera
2021-02-19Update snowballPeter Eisentraut
2021-02-10Remove extra Success message at the end of initdbMagnus Hagander
2021-01-30Add primary keys and unique constraints to system catalogsPeter Eisentraut
2021-01-17Add --no-instructions parameter to initdbMagnus Hagander
2021-01-06Promote --data-checksums to the common set of options in initdb --helpMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-26initdb: document that -K requires an argumentBruce Momjian
2020-12-25fixes docs and missing initdb help option for commit 978f869b99Bruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-12-12initdb: complete getopt_long alphabetizationBruce Momjian
2020-12-12initdb: properly alphabetize getopt_long options in C stringBruce Momjian
2020-10-04Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane
2020-09-22Rethink API for pg_get_line.c, one more time.Tom Lane
2020-09-06Refactor pg_get_line() to expose an alternative StringInfo-based API.Tom Lane
2020-09-05Improve some ancient, crufty code in bootstrap + initdb.Tom Lane
2020-09-04Remove arbitrary restrictions on password length.Tom Lane
2020-06-10Change default of password_encryption to scram-sha-256Peter Eisentraut
2020-06-08Update snowballPeter Eisentraut