summaryrefslogtreecommitdiff
path: root/src/bin/initdb
AgeCommit message (Expand)Author
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-16Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut
2022-09-14Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
2022-08-23Don't define FRONTEND for initdbAndres Freund
2022-08-13Remove replacement code for getaddrinfo.Thomas Munro
2022-08-13Remove HAVE_UNIX_SOCKETS.Thomas Munro
2022-08-04Remove configure probes for symlink/readlink, and dead code.Thomas Munro
2022-07-13Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane
2022-07-13Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane
2022-07-13NLS: Put list of available languages into LINGUAS filesPeter Eisentraut
2022-07-02Default to dynamic_shared_memory_type=sysv on Solaris.Thomas Munro
2022-05-16Translation updatesPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-21Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-08Improve frontend error logging style.Tom Lane
2022-04-08Remove error message hints mentioning configure optionsPeter Eisentraut
2022-03-31initdb: When running CREATE DATABASE, use STRATEGY = WAL_COPY.Robert Haas
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