Commits

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

DateSubjectAuthorReleases
2020-03-30 Deduplicate PageIsNew() check in lazy_scan_heap(). Andres Freund 13.0
2020-03-28 Ensure snapshot is registered within ScanPgRelation(). Andres Freund 13.0
2020-03-24 logical decoding: Remove TODO about unnecessary optimization. Andres Freund 13.0
2020-03-24 Report wait event for cost-based vacuum delay. Andres Freund 13.0
2020-03-23 Add regression tests for constraint errors in partitioned tables. Andres Freund 13.0
2020-02-24 expression eval: Reduce number of steps for agg transition invocations. Andres Freund 13.0
2020-02-12 Try to harden insert-conflict-specconflict against autovacuum. Andres Freund 13.0
2020-02-12 Test additional speculative conflict scenarios. Andres Freund 13.0
2020-02-07 jit: Reference expression step functions via llvmjit_types. Andres Freund 13.0
2020-02-07 jit: Remove redundancies in expression evaluation code generation. Andres Freund 13.0
2020-02-07 jit: Reference functions by name in IOCOERCE steps. Andres Freund 13.0
2020-02-07 expression eval: Don't redundantly keep track of AggState. Andres Freund 13.0
2020-02-07 expression eval, jit: Minor code cleanups. Andres Freund 13.0
2020-01-21 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. Andres Freund 13.0
2019-11-14 Fix plan instability in the new tuplesort test. Andres Freund 13.0
2019-11-13 Remove unused code from tuplesort. Andres Freund 13.0
2019-11-13 Add tests for tuplesort.c. Andres Freund 13.0
2019-11-08 Pass ItemPointer not HeapTuple to IndexBuildCallback. Andres Freund 13.0
2019-11-05 Make StringInfo available to frontend code. Andres Freund 13.0
2019-11-05 Split all OBJS style lines in makefiles into one-line-per-entry style. Andres Freund 13.0
2019-10-30 pg_waldump: Fix --bkp-details to not issue spurious newlines for FPWs. Andres Freund 13.0
2019-10-30 pg_waldump: Fix small memory leak when rmgr->rm_identify returns NULL. Andres Freund 13.0
2019-10-16 Replace alter_table.sql test usage of event triggers. Andres Freund 13.0
2019-10-15 Fix CLUSTER on expression indexes. Andres Freund 13.0
2019-10-10 Fix table rewrites that include a column without a default. Andres Freund 13.0