aboutsummaryrefslogtreecommitdiff
path: root/src/bin/initdb/initdb.c
Commit message (Expand)AuthorAge
* Use native path separators to pg_ctl in initdbAlvaro Herrera2021-03-02
* initdb: complete getopt_long alphabetizationBruce Momjian2020-12-12
* initdb: properly alphabetize getopt_long options in C stringBruce Momjian2020-12-12
* Message style improvementsPeter Eisentraut2019-07-09
* Fix accidentally swapped error message argumentsPeter Eisentraut2019-07-02
* Convert some stragglers to new frontend logging APIPeter Eisentraut2019-07-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-19
* initdb: Use atexit()Peter Eisentraut2019-01-07
* Move the built-in conversions into the initial catalog data.Tom Lane2019-01-03
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix ancient compiler warnings and typos in !HAVE_SYMLINK codePeter Eisentraut2018-12-22
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Sync our Snowball stemmer dictionaries with current upstream.Tom Lane2018-09-24
* Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch2018-09-23
* Remove special handling for open() in initdb for WindowsMichael Paquier2018-09-21
* Allow concurrent-safe open() and fopen() in frontend code for WindowsMichael Paquier2018-09-14
* Attempt to identify system timezone by reading /etc/localtime symlink.Tom Lane2018-09-13
* Cosmetic cleanups in initdb.c.Tom Lane2018-08-10
* Remove dynamic_shared_memory_type=nonePeter Eisentraut2018-07-10
* Improve initdb's query for generating default descriptions a little.Tom Lane2018-05-08
* Rationalize handling of single and double quotes in bootstrap data.Tom Lane2018-04-17
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-09
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-08
* Allow group access on PGDATAStephen Frost2018-04-07
* Refactor dir/file permissionsStephen Frost2018-04-07
* initdb: Further polishing of --wal-segsize optionPeter Eisentraut2018-03-25
* initdb: Improve --wal-segsize handlingPeter Eisentraut2018-03-24
* Fix more format truncation issuesPeter Eisentraut2018-03-15
* Clarify initdb --help message for --wal-segsizeMagnus Hagander2018-03-11
* In initdb, don't bother trying max_connections = 10.Tom Lane2018-03-08
* Update copyright for 2018Bruce Momjian2018-01-02
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Mark some more functions as pg_attribute_noreturn().Tom Lane2017-11-27
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Fix compiler warningPeter Eisentraut2017-09-20
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Clean up excessive codePeter Eisentraut2017-09-08
* Remove useless empty string initializationsPeter Eisentraut2017-09-08
* Rethink behavior of pg_import_system_collations().Tom Lane2017-06-23
* Add testing to detect errors of omission in "pin" dependency creation.Tom Lane2017-06-23
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-12