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
*
Support configuring TLSv1.3 cipher suites
Daniel Gustafsson
2024-10-24
*
Support configuring multiple ECDH curves
Daniel Gustafsson
2024-10-24
*
Use MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintenance_workers
Michael Paquier
2024-10-13
*
Apply more quoting to GUC names in messages
Michael Paquier
2024-09-04
*
Clarify restrict_nonsystem_relation_kind description.
Masahiko Sawada
2024-08-30
*
Message style improvements
Peter Eisentraut
2024-08-29
*
Mark search_path as GUC_REPORT
Tomas Vondra
2024-08-19
*
Remove TRACE_SORT macro
Peter Eisentraut
2024-08-14
*
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-10
*
Lower minimum maintenance_work_mem to 64kB
John Naylor
2024-08-10
*
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-05
*
Convert node test compile-time settings into run-time parameters
Peter Eisentraut
2024-08-01
*
Introduce num_os_semaphores GUC.
Nathan Bossart
2024-07-26
*
Move all extern declarations for GUC variables to header files
Peter Eisentraut
2024-07-24
*
Remove check hooks for GUCs that contribute to MaxBackends.
Nathan Bossart
2024-07-05
*
Add missing includes for some global variables
Peter Eisentraut
2024-07-02
*
Convert some extern variables to static
Peter Eisentraut
2024-07-02
*
Rename standby_slot_names to synchronized_standby_slots.
Amit Kapila
2024-07-01
*
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
[next]