Commits

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

DateSubjectAuthorReleases
2026-05-14 Prevent access to other sessions' temp tables Alexander Korotkov 18 (unreleased)
2026-04-10 read_stream: Remove obsolete comment. Thomas Munro 18.4
2025-08-09 Fix rare bug in read_stream.c's split IO handling. Thomas Munro 18.0
2025-04-07 read_stream: Fix overflow hazard with large shared buffers Andres Freund 18.0
2025-03-30 read_stream: Introduce and use optional batchmode support Andres Freund 18.0
2025-03-30 aio: Basic read_stream adjustments for real AIO Andres Freund 18.0
2025-03-21 Support buffer forwarding in read_stream.c. Thomas Munro 18.0
2025-03-19 Increase io_combine_limit range to 1MB. Thomas Munro 18.0
2025-03-15 Simplify distance heuristics in read_stream.c. Thomas Munro 18.0
2025-03-15 Improve read_stream.c advice for dense streams. Thomas Munro 18.0
2025-03-14 Respect changing pin limits in read_stream.c. Thomas Munro 18.0
2025-03-13 Fix read_stream.c for changing io_combine_limit. Thomas Munro 18.0
2025-02-27 Remove arbitrary cap on read_stream.c buffer queue. Thomas Munro 18.0
2025-02-18 Fix typo in 2a8a0067. Thomas Munro 18.0
2025-02-15 Fix explicit valgrind interaction in read_stream.c. Thomas Munro 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-10-27 Remove unused #include's from backend .c files Peter Eisentraut 18.0
2024-09-17 Allow ReadStream to be consumed as raw block numbers. Thomas Munro 18.0
2024-09-03 Standardize "read-ahead advice" terminology. Thomas Munro 18.0
2024-09-03 Add block_range_read_stream_cb(), to deduplicate code. Noah Misch 18.0
2024-09-03 Fix typos and grammar in code comments and docs Michael Paquier 18.0
2024-08-31 Fix unfairness in all-cached parallel seq scan. Thomas Munro 18.0
2024-08-17 C comment: fix for commit b5a9b18cd0b Bruce Momjian 18.0
2024-07-20 Refactor PinBufferForBlock() to remove checks about persistence. Noah Misch 18.0
2024-07-20 Add a way to create read stream object by using SMgrRelation. Noah Misch 18.0