summaryrefslogtreecommitdiff
path: root/src/bin/initdb/initdb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split function definitions out of system_views.sql into a new file.Tom Lane2021-04-161-0/+6
* Improve consistency of SQL code capitalizationPeter Eisentraut2021-03-271-1/+1
* Use native path separators to pg_ctl in initdbAlvaro Herrera2021-03-021-0/+3
* Update snowballPeter Eisentraut2021-02-191-0/+6
* Remove extra Success message at the end of initdbMagnus Hagander2021-02-101-2/+0
* Add primary keys and unique constraints to system catalogsPeter Eisentraut2021-01-301-46/+14
* Add --no-instructions parameter to initdbMagnus Hagander2021-01-171-22/+34
* Promote --data-checksums to the common set of options in initdb --helpMichael Paquier2021-01-061-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Use setenv() in preference to putenv().Tom Lane2020-12-301-4/+6
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-271-110/+8
* initdb: document that -K requires an argumentBruce Momjian2020-12-261-2/+2
* fixes docs and missing initdb help option for commit 978f869b99Bruce Momjian2020-12-251-0/+2
* Add key management systemBruce Momjian2020-12-251-8/+108
* initdb: complete getopt_long alphabetizationBruce Momjian2020-12-121-1/+1
* initdb: properly alphabetize getopt_long options in C stringBruce Momjian2020-12-121-1/+1
* Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane2020-10-041-27/+7