Commits

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

DateSubjectAuthorReleases
2026-06-19 Update JIT tuple deforming code for virtual generated columns David Rowley 19 (unreleased)
2026-06-17 Add tuple deformation test for virtual generated columns David Rowley 19 (unreleased)
2026-06-16 Fix various query jumble comments David Rowley 19 (unreleased)
2026-06-06 Fix tuple deforming with virtual generated columns David Rowley 19 (unreleased)
2026-04-24 Fix incorrect logic for hashed IN / NOT IN with non-strict operators David Rowley 19 (unreleased)
2026-04-23 Fix new-to-v19 -Wshadow warnings David Rowley 19 (unreleased)
2026-04-19 Minor fixes for test_bitmapset.c David Rowley 19 (unreleased)
2026-04-13 Improve various new-to-v19 appendStringInfo calls David Rowley 19 (unreleased)
2026-04-12 Fix unlikely overflow bug in bms_next_member() David Rowley 19 (unreleased)
2026-04-12 Use stack-allocated StringInfoDatas, where possible David Rowley 19 (unreleased)
2026-04-12 Doc: use "an SQL" consistently rather than "a SQL" David Rowley 19 (unreleased)
2026-04-02 Fix nocachegetattr() so it again supports deforming cstrings David Rowley 19 (unreleased)
2026-03-30 Fix datum_image_*()'s inability to detect sign-extension variations David Rowley 19 (unreleased)
2026-03-20 Fix new tuple deforming code so it can support cstrings again David Rowley 19 (unreleased)
2026-03-19 Short-circuit row estimation in NOT IN containing NULL consts David Rowley 19 (unreleased)
2026-03-18 Move planner row-estimation tests to new planner_est.sql David Rowley 19 (unreleased)
2026-03-17 Reduce size of CompactAttribute struct to 8 bytes David Rowley 19 (unreleased)
2026-03-16 Fix thinko in nocachegetattr() and nocache_index_getattr() David Rowley 19 (unreleased)
2026-03-15 Optimize tuple deformation David Rowley 19 (unreleased)
2026-03-15 Add all required calls to TupleDescFinalize() David Rowley 19 (unreleased)
2026-03-14 Allow sibling call optimization in slot_getsomeattrs_int() David Rowley 19 (unreleased)
2026-01-26 Remove deduplication logic from find_window_functions David Rowley 19 (unreleased)
2026-01-26 Always inline SeqNext and SeqRecheck David Rowley 19 (unreleased)
2026-01-08 Fix possible incorrect column reference in ERROR message David Rowley 19 (unreleased)
2026-01-06 Fix issue with EVENT TRIGGERS and ALTER PUBLICATION David Rowley 19 (unreleased)