summaryrefslogtreecommitdiff
path: root/src/bin/initdb/initdb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix initdb --no-locale.Jeff Davis2023-04-211-0/+1
* Fix MSVC warning introduced in ea1db8ae70.Jeff Davis2023-04-041-0/+1
* Canonicalize ICU locale names to language tags.Jeff Davis2023-04-041-0/+81
* Move definition of standard collations from initdb to pg_collation.datPeter Eisentraut2023-03-291-14/+1
* Validate ICU locales.Jeff Davis2023-03-281-2/+56
* initdb: emit message when using default ICU locale.Jeff Davis2023-03-281-0/+3
* initdb: replace check_icu_locale() with default_icu_locale().Jeff Davis2023-03-281-28/+28
* Handle the "und" locale in ICU versions 54 and older.Jeff Davis2023-03-231-1/+1
* Fix initdb's handling of min_wal_size and max_wal_size.Tom Lane2023-03-221-6/+7
* Reduce memory leakage in initdb.Tom Lane2023-03-221-53/+34
* Add "-c name=value" switch to initdb.Tom Lane2023-03-221-116/+358
* Improve support for UNICODE collation on older ICUPeter Eisentraut2023-03-131-1/+1
* initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis2023-03-101-7/+8
* Add standard collation UNICODEPeter Eisentraut2023-03-101-3/+7
* Use ICU by default at initdb time.Jeff Davis2023-03-091-2/+52
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-081-1/+14
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* initdb: Refactor PG_CMD_PUTS loopsPeter Eisentraut2022-12-051-209/+170
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-1/+1
* Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut2022-09-161-0/+29
* Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane2022-09-141-3/+3
* Clean up inconsistent use of fflush().Tom Lane2022-08-291-2/+3
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-261-10/+0
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-141-1/+2
* Remove HAVE_UNIX_SOCKETS.Thomas Munro2022-08-141-41/+0
* Remove configure probes for symlink/readlink, and dead code.Thomas Munro2022-08-051-4/+0
* Default to dynamic_shared_memory_type=sysv on Solaris.Thomas Munro2022-07-021-1/+4
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-2/+2
* Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane2022-04-211-4/+5
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-2/+0
* Improve frontend error logging style.Tom Lane2022-04-081-236/+97
* Remove error message hints mentioning configure optionsPeter Eisentraut2022-04-081-1/+0
* initdb: When running CREATE DATABASE, use STRATEGY = WAL_COPY.Robert Haas2022-03-311-3/+11
* Fix global ICU collations for ICU < 54Peter Eisentraut2022-03-201-19/+3
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-171-11/+86
* Database-level collation version trackingPeter Eisentraut2022-02-141-0/+12
* pg_upgrade: Preserve database OIDs.Robert Haas2022-01-241-2/+20
* Remove 'datlastsysoid'.Robert Haas2022-01-201-7/+0
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas2021-12-131-2/+2
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-281-3/+5
* Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane2021-11-171-1/+1
* Fix incorrect format placeholderPeter Eisentraut2021-11-031-1/+1
* Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.Noah Misch2021-09-091-2/+1
* Improve defaults shown in postgresql.conf.sample and pg_settingsBruce Momjian2021-08-231-1/+1
* Clarify initdb --sync-only help message and docsDaniel Gustafsson2021-08-161-1/+1
* process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund2021-08-051-3/+3
* Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane2021-07-151-75/+2
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-131-3/+3
* Add --clobber-cache option to initdb, for CCA testing.Tom Lane2021-07-011-8/+18