Commits

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

DateSubjectAuthorReleases
2026-06-08 ci: Improve ccache handling Andres Freund 19 (unreleased)
2026-06-04 ci: Add GitHub Actions based CI Andres Freund 19 (unreleased)
2026-06-04 ci: Remove support for cirrus-ci based CI Andres Freund 19 (unreleased)
2026-05-28 Make stack depth check work with asan's use-after-return Andres Freund 19 (unreleased)
2026-05-16 pg_test_timing: Show additional TSC clock source debug info Andres Freund 19 (unreleased)
2026-04-09 instrumentation: Avoid CPUID 0x15/0x16 for Hypervisor TSC frequency Andres Freund 19 (unreleased)
2026-04-08 instrumentation: Allocate query level instrumentation in ExecutorStart Andres Freund 19 (unreleased)
2026-04-08 instrumentation: Move ExecProcNodeInstr to allow inlining Andres Freund 19 (unreleased)
2026-04-07 pg_test_timing: Also test RDTSC[P] timing, report time source, TSC frequency Andres Freund 19 (unreleased)
2026-04-07 Allow retrieving x86 TSC frequency/flags from CPUID Andres Freund 19 (unreleased)
2026-04-07 instrumentation: Use Time-Stamp Counter on x86-64 to lower overhead Andres Freund 19 (unreleased)
2026-04-07 instrumentation: Standardize ticks to nanosecond conversion method Andres Freund 19 (unreleased)
2026-04-07 Minimal fix for WAIT FOR ... MODE 'standby_flush' Andres Freund 19 (unreleased)
2026-04-05 instrumentation: Separate per-node logic from other uses Andres Freund 19 (unreleased)
2026-04-05 instrumentation: Separate trigger logic from other uses Andres Freund 19 (unreleased)
2026-04-05 Fixups for a4f774cf1c7 Andres Freund 19 (unreleased)
2026-04-05 Add tid_block() and tid_offset() accessor functions Andres Freund 19 (unreleased)
2026-04-05 read_stream: Only increase read-ahead distance when waiting for IO Andres Freund 19 (unreleased)
2026-04-05 aio: io_uring: Trigger async processing for large IOs Andres Freund 19 (unreleased)
2026-04-05 read stream: Split decision about look ahead for AIO and combining Andres Freund 19 (unreleased)
2026-04-05 read_stream: Move logic about IO combining & issuing to helpers Andres Freund 19 (unreleased)
2026-04-02 pg_test_timing: Reduce per-loop overhead Andres Freund 19 (unreleased)
2026-04-01 read_stream: Prevent distance from decaying too quickly Andres Freund 19 (unreleased)
2026-04-01 read_stream: Issue IO synchronously while in fast path Andres Freund 19 (unreleased)
2026-04-01 aio: io_uring: Allow IO methods to check if IO completed in the background Andres Freund 19 (unreleased)