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_tables.c
Commit message (
Expand
)
Author
Age
*
A few follow-up fixes for GUC name quoting
Peter Eisentraut
2024-05-17
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Revert: Remove useless self-joins
Alexander Korotkov
2024-05-06
*
Revert "Add GUC backtrace_on_internal_error"
Peter Eisentraut
2024-04-29
*
revert: Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-10
*
Adjust wording of trace_connection_negotiation GUC's description
Heikki Linnakangas
2024-04-08
*
Fix the wording of or_to_any_transform_limit description
Alexander Korotkov
2024-04-08
*
Enhance libpq encryption negotiation tests with new GUC
Heikki Linnakangas
2024-04-08
*
Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-08
*
Increase default vacuum_buffer_usage_limit to 2MB.
Thomas Munro
2024-04-06
*
Provide vectored variant of ReadBuffer().
Thomas Munro
2024-04-03
*
Add allow_alter_system GUC.
Robert Haas
2024-03-29
*
Rename COMPAT_OPTIONS_CLIENT to COMPAT_OPTIONS_OTHER.
Robert Haas
2024-03-27
*
Avoid overflow in MaybeRemoveOldWalSummaries().
Nathan Bossart
2024-03-20
*
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
*
Introduce a new GUC 'standby_slot_names'.
Amit Kapila
2024-03-08
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
GUC table: Add description to computed variables
Alvaro Herrera
2024-03-03
*
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-28
*
Remove last NULL element in config_group_names[]
Michael Paquier
2024-02-28
*
Use C99-designated initializer syntax for more arrays
Michael Paquier
2024-02-28
*
Improve documentation and GUC description for transaction_timeout
Alexander Korotkov
2024-02-25
*
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-22
*
Introduce transaction_timeout
Alexander Korotkov
2024-02-15
*
Explore alternative orderings of group-by pathkeys during optimization.
Alexander Korotkov
2024-01-21
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add GUC backtrace_on_internal_error
Peter Eisentraut
2023-12-30
*
Add a new WAL summarizer process.
Robert Haas
2023-12-20
*
Remove trace_recovery_messages
Michael Paquier
2023-12-11
*
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-30
*
Use larger segment file names for pg_notify
Alexander Korotkov
2023-11-29
*
Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.
Amit Kapila
2023-11-10
*
Ensure we use the correct spelling of "ensure"
David Rowley
2023-11-10
*
Remove useless self-joins
Alexander Korotkov
2023-10-25
*
Improve the naming in wal_sync_method code.
Nathan Bossart
2023-10-13
*
Add GUC for temporarily disabling event triggers
Daniel Gustafsson
2023-09-25
*
Make enum for sync methods available to frontend code.
Nathan Bossart
2023-09-06
*
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-05
*
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
2023-08-29
*
Make error messages about WAL segment size more consistent
Peter Eisentraut
2023-08-28
*
Rename hook functions for debug_io_direct to match variable name.
Peter Eisentraut
2023-08-24
*
Remove db_user_namespace.
Nathan Bossart
2023-07-17
*
Rename session_auth_is_superuser to current_role_is_superuser.
Nathan Bossart
2023-07-12
*
Message wording improvements
Peter Eisentraut
2023-07-10
*
Add GUC parameter "huge_pages_status"
Michael Paquier
2023-07-06
*
Add macro for maximum statistics target
Peter Eisentraut
2023-07-03
*
Remove a few unused global variables and declarations.
Heikki Linnakangas
2023-06-12
*
Remove read-only server settings lc_collate and lc_ctype
Peter Eisentraut
2023-06-07
*
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
2023-05-20
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
[next]