index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
guc_hooks.h
Age
Commit message (
Expand
)
Author
5 days
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-04
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-06
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