Commits

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

DateSubjectAuthorReleases
2022-06-08 Be more careful about GucSource for internally-driven GUC settings. Tom Lane 15.0
2022-05-28 Handle NULL for short descriptions of custom GUC variables Michael Paquier 15.0
2022-04-13 Remove extraneous blank lines before block-closing braces Alvaro Herrera 15.0
2022-04-09 Add missing serial commas Peter Eisentraut 15.0
2022-04-07 Prefetch data referenced by the WAL, take II. Thomas Munro 15.0
2022-04-07 Custom WAL Resource Managers. Jeff Davis 15.0
2022-04-07 pgstat: remove stats_temp_directory. Andres Freund 15.0
2022-04-07 pgstat: store statistics in shared memory. Andres Freund 15.0
2022-04-07 pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE. Andres Freund 15.0
2022-04-06 Allow granting SET and ALTER SYSTEM privileges on GUC parameters. Tom Lane 15.0
2022-03-30 Optimize order of GROUP BY keys Tomas Vondra 15.0
2022-03-28 Use has_privs_for_roles for predefined role checks Joe Conway 15.0
2022-03-24 Invent recursive_worktable_factor GUC to replace hard-wired constant. Tom Lane 15.0
2022-03-23 Don't try to translate NULL in GetConfigOptionByNum(). Andres Freund 15.0
2022-03-22 Add String object access hooks Andrew Dunstan 15.0
2022-03-11 Add support for zstd with compression of full-page writes in WAL Michael Paquier 15.0
2022-03-07 Create routine able to set single-call SRFs for Materialize mode Michael Paquier 15.0
2022-02-24 Clean up and simplify code in a couple of set-returning functions Michael Paquier 15.0
2022-02-23 Re-allow underscore as first character of custom GUC names. Tom Lane 15.0
2022-02-22 Add compute_query_id = regress Michael Paquier 15.0
2022-02-21 Disallow setting bogus GUCs within an extension's reserved namespace. Tom Lane 15.0
2022-02-17 Increase hash_mem_multiplier default to 2.0. Peter Geoghegan 15.0
2022-02-17 Remove all traces of tuplestore_donestoring() in the C code Michael Paquier 15.0
2022-02-16 Split xlog.c into xlog.c and xlogrecovery.c. Heikki Linnakangas 15.0
2022-02-14 Use WL_SOCKET_CLOSED for client_connection_check_interval. Thomas Munro 15.0