postgresql/src/bin
Tom Lane 3e51b278db Add "-c name=value" switch to initdb.
This option, or its long form --set, sets the GUC "name" to "value".
The setting applies in the bootstrap and standalone servers run by
initdb, and is also written into the generated postgresql.conf.

This can save an extra editing step when creating a new cluster,
but the real use-case is for coping with situations where the
bootstrap server fails to start due to environmental issues;
for example, if it's necessary to force huge_pages to off.

Discussion: https://postgr.es/m/2844176.1674681919@sss.pgh.pa.us
2023-03-22 13:49:05 -04:00
..
initdb Add "-c name=value" switch to initdb. 2023-03-22 13:49:05 -04:00
pg_amcheck Teach verify_heapam() to validate update chains within a page. 2023-03-22 08:48:54 -04:00
pg_archivecleanup Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_basebackup meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackup 2023-03-08 17:04:15 -08:00
pg_checksums Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_config Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_controldata Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_ctl Break up long GETTEXT_FILES lists 2023-03-08 15:05:43 +01:00
pg_dump Simplify and speed up pg_dump's creation of parent-table links. 2023-03-17 13:43:10 -04:00
pg_resetwal Break up long GETTEXT_FILES lists 2023-03-08 15:05:43 +01:00
pg_rewind Break up long GETTEXT_FILES lists 2023-03-08 15:05:43 +01:00
pg_test_fsync Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_test_timing Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_upgrade Avoid using atooid for numerical comparisons which arent Oids 2023-03-21 12:57:21 +01:00
pg_verifybackup Add support for progress reporting to pg_verifybackup 2023-02-06 14:40:31 +09:00
pg_waldump pg_waldump: Allow hexadecimal values for -t/--timeline option 2023-03-21 08:05:23 +01:00
pgbench pgbench: Prepare commands in pipelines in advance 2023-02-21 10:56:37 +01:00
pgevent Update copyright for 2023 2023-01-02 15:00:37 -05:00
psql Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql. 2023-03-21 13:03:56 -04:00
scripts initdb: derive encoding from locale for ICU; similar to libc. 2023-03-10 10:51:24 -08:00
Makefile Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00