Commits

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

DateSubjectAuthorReleases
2023-10-05 Fix memory leak in Memoize code David Rowley 16.1
2023-09-28 Add missing TidRangePath handling in print_path() David Rowley 16.1
2023-09-21 Fix vacuumdb to pass buffer-usage-limit with analyze-only mode David Rowley 16.1
2023-09-13 Fix incorrect logic in plan dependency recording David Rowley 16.1
2023-08-23 Meson: check for pg_config_paths.h left over from make David Rowley 16.0
2023-08-07 Don't Memoize lateral joins with volatile join conditions David Rowley 16.0
2023-08-02 Fix performance regression in pg_strtointNN_safe functions David Rowley 16.0
2023-08-01 Fix overly strict Assert in jsonpath code David Rowley 16.0
2023-07-27 Fix performance problem with new COPY DEFAULT code David Rowley 16.0
2023-07-09 Doc: update old reference to "result cache" David Rowley 16.0
2023-06-22 Doc: mention that extended stats aren't used for joins David Rowley 16.0
2023-06-19 Don't use partial unique indexes for unique proofs in the planner David Rowley 16.0
2023-06-07 Don't use _BitScanForward64/_BitScanReverse64 on 32-bit MSVC builds David Rowley 16.0
2023-06-05 Doc: unify use of timestamp with time zone vs timestamptz David Rowley 16.0
2023-04-20 Remove unused global variable David Rowley 16.0
2023-04-20 Fix incorrect function name reference David Rowley 16.0
2023-04-20 Doc: clarify NULLS NOT DISTINCT use in unique indexes David Rowley 16.0
2023-04-19 Fix list_copy_head() with empty Lists David Rowley 16.0
2023-04-19 Fix various typos and incorrect/outdated name references David Rowley 16.0
2023-04-18 Fix some typos and some incorrectly duplicated words David Rowley 16.0
2023-04-18 Fix various typos David Rowley 16.0
2023-04-16 Doc: remove notes about the version vacuumdb options are valid from David Rowley 16.0
2023-04-16 Doc: add note about --buffer-usage-limit being v16 onwards David Rowley 16.0
2023-04-16 Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docs David Rowley 16.0
2023-04-14 Adjust Valgrind macro usage to protect chunk headers David Rowley 16.0