summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/initdb.sgml
AgeCommit message (Expand)Author
2025-04-15doc: Fix typos in documentationDaniel Gustafsson
2025-03-25initdb: Add --no-sync-data-files.Nathan Bossart
2025-01-17Support PG_UNICODE_FAST locale in the builtin collation provider.Jeff Davis
2024-10-16initdb: Change default to using data checksums.Peter Eisentraut
2024-10-16doc: Fix initdb option xreflabelsPeter Eisentraut
2024-10-01initdb: Add new option "--no-data-checksums"Peter Eisentraut
2024-10-01Tweak docs to reduce possible impact of data checksumsPeter Eisentraut
2024-06-13Fix documentation of initdb --show optionPeter Eisentraut
2024-05-15doc: Remove claims that initdb and pg_ctl use libpq environment variablesPeter Eisentraut
2024-05-06doc: Improve order of options on initdb reference pagePeter Eisentraut
2024-03-27Adjust documentation for syncfs().Nathan Bossart
2024-03-19Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis
2024-03-14Introduce "builtin" collation provider.Jeff Davis
2024-01-10doc: clarify who owns the initdb-created cluster, by defaultBruce Momjian
2023-10-04Document that --sync-method takes an argument.Nathan Bossart
2023-09-06Allow using syncfs() in frontend utilities.Nathan Bossart
2023-06-21initdb: change default --locale-provider back to libc.Jeff Davis
2023-06-16CREATE DATABASE: make LOCALE apply to all collation providers.Jeff Davis
2023-03-22Add "-c name=value" switch to initdb.Tom Lane
2023-03-10initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis
2023-03-09Use ICU by default at initdb time.Jeff Davis
2023-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-01-09Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane
2022-11-18Fix typoAlvaro Herrera
2022-11-18Add glossary entries related to superusersAlvaro Herrera
2022-09-16Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut
2022-05-14Add link to HBA docs in initdb --auth documentationAlvaro Herrera
2022-04-13Docs: fix some spelling mistakes and also do some wordsmithingDavid Rowley
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2021-11-02Doc: clean up some places that mentioned template1 but not template0.Tom Lane
2021-09-29doc: Fix some typos and markupsMichael Paquier
2021-08-16Clarify initdb --sync-only help message and docsDaniel Gustafsson
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-01-17Add documentation chapter about checksumsMagnus Hagander
2021-01-17Add --no-instructions parameter to initdbMagnus Hagander
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-26initdb: document that -K requires an argumentBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-08-31doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian
2020-07-10Add missing <application> tags in application doc <refentrytitle>sPeter Eisentraut
2020-06-07doc: Remove line breaks after <title>Peter Eisentraut
2020-05-29doc: Update the layout of "Viewing Statistics" section.Fujii Masao
2020-03-09Doc: fix some description of environment variables with frontend toolsMichael Paquier
2019-07-22Revert "initdb: Change authentication defaults"Peter Eisentraut
2019-07-22initdb: Change authentication defaultsPeter Eisentraut
2019-07-18Simplify description of --data-checksums in documentation of initdbMichael Paquier
2019-04-12Show shared object statistics in pg_stat_databaseMagnus Hagander
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-02-04Clarify behavior of initdb's --allow-group-access on Windows in docsMichael Paquier