aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc_tables.c
Commit message (Expand)AuthorAge
* 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
* Ensure we use the correct spelling of "ensure"David Rowley2023-11-10
* Remove useless self-joinsAlexander Korotkov2023-10-25
* Improve the naming in wal_sync_method code.Nathan Bossart2023-10-13
* Add GUC for temporarily disabling event triggersDaniel Gustafsson2023-09-25
* Make enum for sync methods available to frontend code.Nathan Bossart2023-09-06
* Remove the "snapshot too old" feature.Thomas Munro2023-09-05
* Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut2023-08-29
* Make error messages about WAL segment size more consistentPeter Eisentraut2023-08-28
* Rename hook functions for debug_io_direct to match variable name.Peter Eisentraut2023-08-24
* Remove db_user_namespace.Nathan Bossart2023-07-17
* Rename session_auth_is_superuser to current_role_is_superuser.Nathan Bossart2023-07-12
* Message wording improvementsPeter Eisentraut2023-07-10
* Add GUC parameter "huge_pages_status"Michael Paquier2023-07-06
* Add macro for maximum statistics targetPeter Eisentraut2023-07-03
* Remove a few unused global variables and declarations.Heikki Linnakangas2023-06-12
* Remove read-only server settings lc_collate and lc_ctypePeter Eisentraut2023-06-07
* rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian2023-05-20
* Pre-beta mechanical code beautification.Tom Lane2023-05-19