index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
/
guc_tables.c
Commit message (
Expand
)
Author
Age
*
Redesign archive modules
Michael Paquier
2023-02-17
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
*
Allow the logical_replication_mode to be used on the subscriber.
Amit Kapila
2023-02-02
*
Rename GUC logical_decoding_mode to logical_replication_mode.
Amit Kapila
2023-01-30
*
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-25
*
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-21
*
Add new GUC reserved_connections.
Robert Haas
2023-01-20
*
Rename ReservedBackends variable to SuperuserReservedConnections.
Robert Haas
2023-01-20
*
Add missing assign hook for GUC checkpoint_completion_target
Michael Paquier
2023-01-19
*
Add new GUC createrole_self_grant.
Robert Haas
2023-01-10
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add 'logical_decoding_mode' GUC.
Amit Kapila
2022-12-26
*
Add enable_presorted_aggregate GUC
David Rowley
2022-12-20
*
Remove promote_trigger_file.
Thomas Munro
2022-11-29
*
Provide options for postmaster to kill child processes with SIGABRT.
Tom Lane
2022-11-21
*
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-31
*
Fix comment in guc_tables.c
Michael Paquier
2022-10-04
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
Introduce GUC_NO_RESET flag.
Tom Lane
2022-09-27
*
Improve some GUC description strings
Alvaro Herrera
2022-09-21
*
Small wording improvements
Peter Eisentraut
2022-09-14
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13