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
2023-11-10
Ensure we use the correct spelling of "ensure"
David Rowley
2023-08-29
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
2023-08-24
Rename hook functions for debug_io_direct to match variable name.
Peter Eisentraut
2023-07-10
Message wording improvements
Peter Eisentraut
2023-06-12
Remove a few unused global variables and declarations.
Heikki Linnakangas
2023-06-07
Remove read-only server settings lc_collate and lc_ctype
Peter Eisentraut
2023-05-20
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-17
Reduce icu_validation_level default to WARNING.
Jeff Davis
2023-05-15
Fix wal_writer_flush_after initializer value.
Thomas Munro
2023-05-15
Rename io_direct to debug_io_direct.
Thomas Munro
2023-05-10
Fix assertion failure when updating stats_fetch_consistency in a transaction
Michael Paquier
2023-04-24
Remove vacuum_defer_cleanup_age
Andres Freund
2023-04-13
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Add io_direct setting (developer-only).
Thomas Munro
2023-04-07
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs.
Tom Lane
2023-04-07
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-03-28
Validate ICU locales.
Jeff Davis
2023-03-27
Make SCRAM iteration count configurable
Daniel Gustafsson
2023-02-17
Redesign archive modules
Michael Paquier
2023-02-15
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-02
Allow the logical_replication_mode to be used on the subscriber.
Amit Kapila
2023-01-30
Rename GUC logical_decoding_mode to logical_replication_mode.
Amit Kapila
2023-01-25
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
2023-01-25
Add eager and lazy freezing strategies to VACUUM.
Peter Geoghegan
2023-01-21
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-20
Add new GUC reserved_connections.
Robert Haas
2023-01-20
Rename ReservedBackends variable to SuperuserReservedConnections.
Robert Haas
2023-01-19
Add missing assign hook for GUC checkpoint_completion_target
Michael Paquier
2023-01-10
Add new GUC createrole_self_grant.
Robert Haas
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-26
Add 'logical_decoding_mode' GUC.
Amit Kapila
2022-12-20
Add enable_presorted_aggregate GUC
David Rowley
2022-11-29
Remove promote_trigger_file.
Thomas Munro
2022-11-21
Provide options for postmaster to kill child processes with SIGABRT.
Tom Lane
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-04
Fix comment in guc_tables.c
Michael Paquier
2022-10-03
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-09-27
Introduce GUC_NO_RESET flag.
Tom Lane
2022-09-21
Improve some GUC description strings
Alvaro Herrera
2022-09-14
Small wording improvements
Peter Eisentraut
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane