index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
/
guc_tables.c
Age
Commit message (
Expand
)
Author
2024-10-24
Support configuring TLSv1.3 cipher suites
Daniel Gustafsson
2024-10-24
Support configuring multiple ECDH curves
Daniel Gustafsson
2024-10-13
Use MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintenance_workers
Michael Paquier
2024-09-04
Apply more quoting to GUC names in messages
Michael Paquier
2024-08-30
Clarify restrict_nonsystem_relation_kind description.
Masahiko Sawada
2024-08-29
Message style improvements
Peter Eisentraut
2024-08-19
Mark search_path as GUC_REPORT
Tomas Vondra
2024-08-14
Remove TRACE_SORT macro
Peter Eisentraut
2024-08-10
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-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-01
Convert node test compile-time settings into run-time parameters
Peter Eisentraut
2024-07-26
Introduce num_os_semaphores GUC.
Nathan Bossart
2024-07-24
Move all extern declarations for GUC variables to header files
Peter Eisentraut
2024-07-05
Remove check hooks for GUCs that contribute to MaxBackends.
Nathan Bossart
2024-07-02
Add missing includes for some global variables
Peter Eisentraut
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-07-01
Rename standby_slot_names to synchronized_standby_slots.
Amit Kapila
2024-05-17
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-06
Revert: Remove useless self-joins
Alexander Korotkov
2024-04-29
Revert "Add GUC backtrace_on_internal_error"
Peter Eisentraut
2024-04-10
revert: Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-08
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-06
Increase default vacuum_buffer_usage_limit to 2MB.
Thomas Munro
2024-04-03
Provide vectored variant of ReadBuffer().
Thomas Munro
2024-03-29
Add allow_alter_system GUC.
Robert Haas
2024-03-27
Rename COMPAT_OPTIONS_CLIENT to COMPAT_OPTIONS_OTHER.
Robert Haas
2024-03-20
Avoid overflow in MaybeRemoveOldWalSummaries().
Nathan Bossart
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-08
Introduce a new GUC 'standby_slot_names'.
Amit Kapila
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-03
GUC table: Add description to computed variables
Alvaro Herrera
2024-02-28
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-25
Improve documentation and GUC description for transaction_timeout
Alexander Korotkov
2024-02-22
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-15
Introduce transaction_timeout
Alexander Korotkov
2024-01-21
Explore alternative orderings of group-by pathkeys during optimization.
Alexander Korotkov
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-30
Add GUC backtrace_on_internal_error
Peter Eisentraut
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-12-11
Remove trace_recovery_messages
Michael Paquier
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-29
Use larger segment file names for pg_notify
Alexander Korotkov
2023-11-10
Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.
Amit Kapila
[next]