index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
/
guc.c
Commit message (
Expand
)
Author
Age
*
Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view.
Tom Lane
2023-12-26
*
Ensure we use the correct spelling of "ensure"
David Rowley
2023-11-10
*
Be more wary about NULL values for GUC string variables.
Tom Lane
2023-11-02
*
Add missing assign hook for GUC checkpoint_completion_target
Michael Paquier
2023-01-19
*
Allow "in place" tablespaces.
Alvaro Herrera
2022-07-27
*
Handle NULL for short descriptions of custom GUC variables
Michael Paquier
2022-05-28
*
Don't try to translate NULL in GetConfigOptionByNum().
Andres Freund
2022-03-23
*
Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET.
Tom Lane
2021-04-13
*
Fix typo
Magnus Hagander
2021-04-09
*
Don't leak malloc'd strings when a GUC setting is rejected.
Tom Lane
2021-03-18
*
Fix portability issues with parsing of recovery_target_xid
Michael Paquier
2020-12-23
*
Fix memory leak when guc.c decides a setting can't be applied now.
Tom Lane
2020-10-12
*
Update description of parameter password_encryption
Peter Eisentraut
2020-06-10
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_vers...
Michael Paquier
2020-02-07
*
Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.
Tom Lane
2020-01-26
*
Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_version
Michael Paquier
2020-01-18
*
When restoring GUCs in parallel workers, show an error context.
Thomas Munro
2019-10-17
*
Message style fixes
Peter Eisentraut
2019-09-23
*
Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.
Tom Lane
2019-08-14
*
Revert "Add log_statement_sample_rate parameter"
Tomas Vondra
2019-08-04
*
pgindent run prior to branching v12.
Tom Lane
2019-07-01
*
Don't call data type input functions in GUC check hooks
Peter Eisentraut
2019-06-30
*
Fix typos.
Amit Kapila
2019-05-26
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Message style fixes
Alvaro Herrera
2019-04-30
*
Add support TCP user timeout in libpq and the backend server
Michael Paquier
2019-04-06
*
Add SETTINGS option to EXPLAIN, to print modified settings.
Tomas Vondra
2019-04-04
*
Tweak docs for log_statement_sample_rate
Alvaro Herrera
2019-04-03
*
Log all statements from a sample of transactions
Alvaro Herrera
2019-04-03
*
Add wal_recycle and wal_init_zero GUCs.
Thomas Munro
2019-04-02
*
Avoid casting away a const
Peter Eisentraut
2019-03-16
*
Allow fractional input values for integer GUCs, and improve rounding logic.
Tom Lane
2019-03-11
*
Give up on testing guc.c's behavior for "infinity" inputs.
Tom Lane
2019-03-11
*
In guc.c, ignore ERANGE errors from strtod().
Tom Lane
2019-03-11
*
Reduce the default value of autovacuum_vacuum_cost_delay to 2ms.
Tom Lane
2019-03-10
*
Revert "Increase the default vacuum_cost_limit from 200 to 2000"
Tom Lane
2019-03-10
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
Include GUC's unit, if it has one, in out-of-range error messages.
Tom Lane
2019-03-10
*
Disallow NaN as a value for floating-point GUCs.
Tom Lane
2019-03-10
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Increase the default vacuum_cost_limit from 200 to 2000
Andrew Dunstan
2019-03-06
*
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
*
More unconstify use
Peter Eisentraut
2019-02-13
*
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-02-12
*
Allow some recovery parameters to be changed with reload
Peter Eisentraut
2019-02-07
*
Add shared_memory_type GUC.
Thomas Munro
2019-02-03
*
Refactor planner's header files.
Tom Lane
2019-01-29
[next]