Commits

DateSubjectAuthorReleases
2026-04-07 Use add_size/mul_size for index instrumentation size calculations Tomas Vondra 19 (unreleased)
2026-04-06 Allocate separate DSM chunk for parallel Index[Only]Scan instrumentation Melanie Plageman 19 (unreleased)
2026-03-30 Pass down information on table modification to scan nodes Melanie Plageman 19 (unreleased)
2026-03-30 Thread flags through begin-scan APIs Melanie Plageman 19 (unreleased)
2026-03-22 Make IndexScanInstrumentation a pointer in executor scan nodes. Peter Geoghegan 19 (unreleased)
2026-03-16 Reduce header inclusions via execnodes.h Álvaro Herrera 19 (unreleased)
2026-03-15 Optimize tuple deformation David Rowley 19 (unreleased)
2026-03-14 Tighten asserts on ParallelWorkerNumber Tomas Vondra 18.4
2026-03-14 Tighten asserts on ParallelWorkerNumber Tomas Vondra 19 (unreleased)
2026-01-26 Fix accidentally cast away qualifiers Peter Eisentraut 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-10-31 Mark function arguments of type "Datum *" as "const Datum *" where possible Peter Eisentraut 19 (unreleased)
2025-03-11 Show index search count in EXPLAIN ANALYZE, take 2. Peter Geoghegan 18.0
2025-02-27 Generalize hash and ordering support in amapi Peter Eisentraut 18.0
2025-01-15 Rename RowCompareType to CompareType Peter Eisentraut 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-04-06 Enhance nbtree ScalarArrayOp execution. Peter Geoghegan 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-09-28 Remove obsolete executor cleanup code Amit Langote 17.0
2023-01-31 Remove dead NoMovementScanDirection code David Rowley 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-02-14 Fix memory leak in IndexScan node with reordering Alexander Korotkov 15.0