Commits

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

DateSubjectAuthorReleases
2023-03-22 Evade extra table_tuple_fetch_row_version() in ExecUpdate()/ExecDelete() Alexander Korotkov 16.0
2023-03-22 Allow locking updated tuples in tuple_update() and tuple_delete() Alexander Korotkov 16.0
2023-01-12 Fix jsonpath existense checking of missing variables Alexander Korotkov 16.0
2023-01-08 Improve GIN cost estimation Alexander Korotkov 16.0
2023-01-08 Extract the multiplier for CPU process cost of index page into a macro Alexander Korotkov 16.0
2023-01-05 Remove extra regress check arguments from test_pg_db_role_setting Alexander Korotkov 16.0
2023-01-05 meson: Add 'running' test setup, as a replacement for installcheck Alexander Korotkov 16.0
2022-12-09 Fix invalid role names introduced in 096dd80f3c Alexander Korotkov 16.0
2022-12-09 Add USER SET parameter values for pg_db_role_setting Alexander Korotkov 16.0
2022-12-06 Check the snapshot argument of index_beginscan and family Alexander Korotkov 16.0
2022-11-23 Support for custom slots in the custom executor nodes Alexander Korotkov 16.0
2022-08-27 Fix typo in comment for writetuple() function Alexander Korotkov 16.0
2022-07-27 Split tuplesortvariants.c from tuplesort.c Alexander Korotkov 16.0
2022-07-27 Split TuplesortPublic from Tuplesortstate Alexander Korotkov 16.0
2022-07-27 Move memory management away from writetup() and tuplesort_put*() Alexander Korotkov 16.0
2022-07-27 Put abbreviation logic into puttuple_common() Alexander Korotkov 16.0
2022-07-27 Add new Tuplesortstate.removeabbrev function Alexander Korotkov 16.0
2022-07-27 Remove Tuplesortstate.copytup function Alexander Korotkov 16.0
2022-07-20 Document the ability to specify TableAM for pgbench Alexander Korotkov 16.0
2022-07-08 Add missing inequality searches to rbtree Alexander Korotkov 16.0
2022-07-08 Use C99 designator in the rbtree sentinel definition Alexander Korotkov 16.0