aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
Commit message (Expand)AuthorAge
* Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view.Tom Lane2023-12-26
* Ensure we use the correct spelling of "ensure"David Rowley2023-11-10
* Be more wary about NULL values for GUC string variables.Tom Lane2023-11-02
* Add missing assign hook for GUC checkpoint_completion_targetMichael Paquier2023-01-19
* Allow "in place" tablespaces.Alvaro Herrera2022-07-27
* Handle NULL for short descriptions of custom GUC variablesMichael Paquier2022-05-28
* Don't try to translate NULL in GetConfigOptionByNum().Andres Freund2022-03-23
* Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET.Tom Lane2021-04-13
* Fix typoMagnus Hagander2021-04-09
* Don't leak malloc'd strings when a GUC setting is rejected.Tom Lane2021-03-18
* Fix portability issues with parsing of recovery_target_xidMichael Paquier2020-12-23
* Fix memory leak when guc.c decides a setting can't be applied now.Tom Lane2020-10-12
* Update description of parameter password_encryptionPeter Eisentraut2020-06-10
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_vers...Michael Paquier2020-02-07
* Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.Tom Lane2020-01-26
* Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier2020-01-18
* When restoring GUCs in parallel workers, show an error context.Thomas Munro2019-10-17
* Message style fixesPeter Eisentraut2019-09-23
* Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.Tom Lane2019-08-14
* Revert "Add log_statement_sample_rate parameter"Tomas Vondra2019-08-04
* pgindent run prior to branching v12.Tom Lane2019-07-01
* Don't call data type input functions in GUC check hooksPeter Eisentraut2019-06-30
* Fix typos.Amit Kapila2019-05-26
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Message style fixesAlvaro Herrera2019-04-30
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-06
* Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra2019-04-04
* Tweak docs for log_statement_sample_rateAlvaro Herrera2019-04-03
* Log all statements from a sample of transactionsAlvaro Herrera2019-04-03
* Add wal_recycle and wal_init_zero GUCs.Thomas Munro2019-04-02
* Avoid casting away a constPeter Eisentraut2019-03-16
* Allow fractional input values for integer GUCs, and improve rounding logic.Tom Lane2019-03-11
* Give up on testing guc.c's behavior for "infinity" inputs.Tom Lane2019-03-11
* In guc.c, ignore ERANGE errors from strtod().Tom Lane2019-03-11
* Reduce the default value of autovacuum_vacuum_cost_delay to 2ms.Tom Lane2019-03-10
* Revert "Increase the default vacuum_cost_limit from 200 to 2000"Tom Lane2019-03-10
* Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane2019-03-10
* Include GUC's unit, if it has one, in out-of-range error messages.Tom Lane2019-03-10
* Disallow NaN as a value for floating-point GUCs.Tom Lane2019-03-10
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Increase the default vacuum_cost_limit from 200 to 2000Andrew Dunstan2019-03-06
* Change floating-point output format for improved performance.Andrew Gierth2019-02-13
* More unconstify usePeter Eisentraut2019-02-13
* Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier2019-02-12
* Allow some recovery parameters to be changed with reloadPeter Eisentraut2019-02-07
* Add shared_memory_type GUC.Thomas Munro2019-02-03
* Refactor planner's header files.Tom Lane2019-01-29