Commits

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

DateSubjectAuthorReleases
2024-04-10 Fix illegal attribute propagation in LLVM JIT. Thomas Munro 17.0
2024-04-08 Add pg_buffercache_evict() function for testing. Thomas Munro 17.0
2024-04-08 Use streaming I/O in ANALYZE. Thomas Munro 17.0
2024-04-07 Use streaming I/O in sequential scans. Thomas Munro 17.0
2024-04-07 Fix if/while thinko in read_stream.c edge case. Thomas Munro 17.0
2024-04-06 Increase default vacuum_buffer_usage_limit to 2MB. Thomas Munro 17.0
2024-04-06 Allow BufferAccessStrategy to limit pin count. Thomas Munro 17.0
2024-04-06 Improve read_stream.c's fast path. Thomas Munro 17.0
2024-04-02 Use streaming I/O in pg_prewarm. Thomas Munro 17.0
2024-04-02 Provide API for streaming relation data. Thomas Munro 17.0
2024-04-02 Provide vectored variant of ReadBuffer(). Thomas Munro 17.0
2024-03-13 ci: Use a RAM disk and more CPUs on FreeBSD. Thomas Munro 17.0
2024-03-05 Add --copy-file-range option to pg_upgrade. Thomas Munro 17.0
2024-03-02 Fix overflow in Windows replacement pg_pread/pg_pwrite. Thomas Munro 17.0
2024-03-01 Return ssize_t in fd.c I/O functions. Thomas Munro 17.0
2024-02-11 Fix gai_strerror() thread-safety on Windows. Thomas Munro 17.0
2024-01-25 jit: Require at least LLVM 10. Thomas Munro 17.0
2024-01-25 Track LLVM 18 changes. Thomas Munro 17.0
2023-12-18 Provide vectored variants of smgrread() and smgrwrite(). Thomas Munro 17.0
2023-12-16 Provide multi-block smgrprefetch(). Thomas Munro 17.0
2023-12-12 Provide vectored variants of FileRead() and FileWrite(). Thomas Munro 17.0
2023-12-11 Provide helper for retrying partial vectored I/O. Thomas Munro 17.0
2023-12-11 Define unconstify() and unvolatize() for C++. Thomas Munro 17.0
2023-12-08 Fix potential pointer overflow in xlogreader.c. Thomas Munro 17.0
2023-12-01 Adjust obsolete comment explaining set_stack_base(). Thomas Munro 17.0