summaryrefslogtreecommitdiff
path: root/src/backend/storage/aio
AgeCommit message (Expand)Author
2025-02-18Fix typo in 2a8a0067.Thomas Munro
2025-02-15Fix explicit valgrind interaction in read_stream.c.Thomas Munro
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-09-17Allow ReadStream to be consumed as raw block numbers.Thomas Munro
2024-09-03Standardize "read-ahead advice" terminology.Thomas Munro
2024-09-03Add block_range_read_stream_cb(), to deduplicate code.Noah Misch
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-08-31Fix unfairness in all-cached parallel seq scan.Thomas Munro
2024-08-17C comment: fix for commit b5a9b18cd0bBruce Momjian
2024-07-20Add a way to create read stream object by using SMgrRelation.Noah Misch
2024-07-20Refactor PinBufferForBlock() to remove checks about persistence.Noah Misch
2024-05-01Fix typos and incorrect type in read_stream.cDavid Rowley
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-07Fix if/while thinko in read_stream.c edge case.Thomas Munro
2024-04-06Allow BufferAccessStrategy to limit pin count.Thomas Munro
2024-04-06Improve read_stream.c's fast path.Thomas Munro
2024-04-02Provide API for streaming relation data.Thomas Munro