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