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
/
include
/
utils
/
guc_hooks.h
Age
Commit message (
Expand
)
Author
2025-07-11
Fix the handling of two GUCs during upgrade.
Amit Kapila
2025-03-30
Enable IO concurrency on all systems
Andres Freund
2025-03-19
Introduce io_max_combine_limit.
Thomas Munro
2025-03-17
aio: Basic subsystem initialization
Andres Freund
2025-03-12
Modularize log_connections output
Melanie Plageman
2025-02-19
Invalidate inactive replication slots.
Amit Kapila
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-07-05
Remove check hooks for GUCs that contribute to MaxBackends.
Nathan Bossart
2024-07-01
Rename standby_slot_names to synchronized_standby_slots.
Amit Kapila
2024-03-08
Introduce a new GUC 'standby_slot_names'.
Amit Kapila
2024-02-28
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-15
Introduce transaction_timeout
Alexander Korotkov
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-11-10
Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.
Amit Kapila
2023-10-13
Improve the naming in wal_sync_method code.
Nathan Bossart
2023-08-28
Make error messages about WAL segment size more consistent
Peter Eisentraut
2023-08-24
Rename hook functions for debug_io_direct to match variable name.
Peter Eisentraut
2023-05-10
Fix assertion failure when updating stats_fetch_consistency in a transaction
Michael Paquier
2023-04-08
Add io_direct setting (developer-only).
Thomas Munro
2023-04-07
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane