aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc_tables.c
Commit message (Expand)AuthorAge
* Support configuring TLSv1.3 cipher suitesDaniel Gustafsson2024-10-24
* Support configuring multiple ECDH curvesDaniel Gustafsson2024-10-24
* Use MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintenance_workersMichael Paquier2024-10-13
* Apply more quoting to GUC names in messagesMichael Paquier2024-09-04
* Clarify restrict_nonsystem_relation_kind description.Masahiko Sawada2024-08-30
* Message style improvementsPeter Eisentraut2024-08-29
* Mark search_path as GUC_REPORTTomas Vondra2024-08-19
* Remove TRACE_SORT macroPeter Eisentraut2024-08-14
* Allow adjusting session_authorization and role in parallel workers.Tom Lane2024-08-10
* Lower minimum maintenance_work_mem to 64kBJohn Naylor2024-08-10
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* Convert node test compile-time settings into run-time parametersPeter Eisentraut2024-08-01
* Introduce num_os_semaphores GUC.Nathan Bossart2024-07-26
* Move all extern declarations for GUC variables to header filesPeter Eisentraut2024-07-24
* Remove check hooks for GUCs that contribute to MaxBackends.Nathan Bossart2024-07-05
* Add missing includes for some global variablesPeter Eisentraut2024-07-02
* Convert some extern variables to staticPeter Eisentraut2024-07-02
* Rename standby_slot_names to synchronized_standby_slots.Amit Kapila2024-07-01
* A few follow-up fixes for GUC name quotingPeter Eisentraut2024-05-17
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Revert: Remove useless self-joinsAlexander Korotkov2024-05-06
* Revert "Add GUC backtrace_on_internal_error"Peter Eisentraut2024-04-29
* revert: Transform OR clauses to ANY expressionAlexander Korotkov2024-04-10
* Adjust wording of trace_connection_negotiation GUC's descriptionHeikki Linnakangas2024-04-08
* Fix the wording of or_to_any_transform_limit descriptionAlexander Korotkov2024-04-08
* Enhance libpq encryption negotiation tests with new GUCHeikki Linnakangas2024-04-08
* Transform OR clauses to ANY expressionAlexander Korotkov2024-04-08
* Increase default vacuum_buffer_usage_limit to 2MB.Thomas Munro2024-04-06
* Provide vectored variant of ReadBuffer().Thomas Munro2024-04-03
* Add allow_alter_system GUC.Robert Haas2024-03-29
* Rename COMPAT_OPTIONS_CLIENT to COMPAT_OPTIONS_OTHER.Robert Haas2024-03-27
* Avoid overflow in MaybeRemoveOldWalSummaries().Nathan Bossart2024-03-20
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Introduce a new GUC 'standby_slot_names'.Amit Kapila2024-03-08
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* GUC table: Add description to computed variablesAlvaro Herrera2024-03-03
* Improve performance of subsystems on top of SLRUAlvaro Herrera2024-02-28
* Remove last NULL element in config_group_names[]Michael Paquier2024-02-28
* Use C99-designated initializer syntax for more arraysMichael Paquier2024-02-28
* Improve documentation and GUC description for transaction_timeoutAlexander Korotkov2024-02-25
* Add a new slot sync worker to synchronize logical slots.Amit Kapila2024-02-22
* Introduce transaction_timeoutAlexander Korotkov2024-02-15
* Explore alternative orderings of group-by pathkeys during optimization.Alexander Korotkov2024-01-21
* Update copyright for 2024Bruce Momjian2024-01-03
* Add GUC backtrace_on_internal_errorPeter Eisentraut2023-12-30
* Add a new WAL summarizer process.Robert Haas2023-12-20
* Remove trace_recovery_messagesMichael Paquier2023-12-11
* Apply quotes more consistently to GUC names in logsMichael Paquier2023-11-30
* Use larger segment file names for pg_notifyAlexander Korotkov2023-11-29
* Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.Amit Kapila2023-11-10