Commits

Showing commits that first shipped in 16 (backpatches included). Clear

DateSubjectAuthorReleases
2023-03-27 Make SCRAM iteration count configurable Daniel Gustafsson 16.0
2023-02-17 Redesign archive modules Michael Paquier 16.0
2023-02-15 Rename force_parallel_mode to debug_parallel_query David Rowley 16.0
2023-02-02 Allow the logical_replication_mode to be used on the subscriber. Amit Kapila 16.0
2023-01-30 Rename GUC logical_decoding_mode to logical_replication_mode. Amit Kapila 16.0
2023-01-26 Revert "Add eager and lazy freezing strategies to VACUUM." Peter Geoghegan 16.0
2023-01-25 Add eager and lazy freezing strategies to VACUUM. Peter Geoghegan 16.0
2023-01-21 Move queryjumble.c code to src/backend/nodes/ Michael Paquier 16.0
2023-01-20 Add new GUC reserved_connections. Robert Haas 16.0
2023-01-20 Rename ReservedBackends variable to SuperuserReservedConnections. Robert Haas 16.0
2023-01-19 Add missing assign hook for GUC checkpoint_completion_target Michael Paquier 16.0
2023-01-10 Add new GUC createrole_self_grant. Robert Haas 16.0
2023-01-09 Perform apply of large transactions by parallel workers. Amit Kapila 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-26 Add 'logical_decoding_mode' GUC. Amit Kapila 16.0
2022-12-20 Add enable_presorted_aggregate GUC David Rowley 16.0
2022-11-28 Remove promote_trigger_file. Thomas Munro 16.0
2022-11-21 Provide options for postmaster to kill child processes with SIGABRT. Tom Lane 16.0
2022-10-31 Clean up some inconsistencies with GUC declarations Michael Paquier 16.0
2022-10-04 Fix comment in guc_tables.c Michael Paquier 16.0
2022-10-03 Revert "Optimize order of GROUP BY keys". Tom Lane 16.0
2022-09-27 Introduce GUC_NO_RESET flag. Tom Lane 16.0
2022-09-21 Improve some GUC description strings Alvaro Herrera 16.0
2022-09-14 Small wording improvements Peter Eisentraut 16.0
2022-09-13 Split up guc.c for better build speed and ease of maintenance. Tom Lane 16.0