summaryrefslogtreecommitdiff
path: root/src/include/utils/guc_hooks.h
AgeCommit message (Expand)Author
5 daysFix the handling of two GUCs during upgrade.Amit Kapila
2025-03-30Enable IO concurrency on all systemsAndres Freund
2025-03-19Introduce io_max_combine_limit.Thomas Munro
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-03-12Modularize log_connections outputMelanie Plageman
2025-02-19Invalidate inactive replication slots.Amit Kapila
2025-01-01Update copyright for 2025Bruce Momjian
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-07-05Remove check hooks for GUCs that contribute to MaxBackends.Nathan Bossart
2024-07-01Rename standby_slot_names to synchronized_standby_slots.Amit Kapila
2024-03-08Introduce a new GUC 'standby_slot_names'.Amit Kapila
2024-02-28Improve performance of subsystems on top of SLRUAlvaro Herrera
2024-02-15Introduce transaction_timeoutAlexander Korotkov
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-10Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.Amit Kapila
2023-10-13Improve the naming in wal_sync_method code.Nathan Bossart
2023-08-28Make error messages about WAL segment size more consistentPeter Eisentraut
2023-08-24Rename hook functions for debug_io_direct to match variable name.Peter Eisentraut
2023-05-10Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier
2023-04-08Add io_direct setting (developer-only).Thomas Munro
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane