index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
aio
/
read_stream.c
Commit message (
Expand
)
Author
Age
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-27
*
Allow ReadStream to be consumed as raw block numbers.
Thomas Munro
2024-09-18
*
Standardize "read-ahead advice" terminology.
Thomas Munro
2024-09-04
*
Add block_range_read_stream_cb(), to deduplicate code.
Noah Misch
2024-09-03
*
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-03
*
Fix unfairness in all-cached parallel seq scan.
Thomas Munro
2024-08-31
*
C comment: fix for commit b5a9b18cd0b
Bruce Momjian
2024-08-16
*
Add a way to create read stream object by using SMgrRelation.
Noah Misch
2024-07-20
*
Refactor PinBufferForBlock() to remove checks about persistence.
Noah Misch
2024-07-20
*
Fix typos and incorrect type in read_stream.c
David Rowley
2024-05-01
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Fix if/while thinko in read_stream.c edge case.
Thomas Munro
2024-04-07
*
Allow BufferAccessStrategy to limit pin count.
Thomas Munro
2024-04-06
*
Improve read_stream.c's fast path.
Thomas Munro
2024-04-06
*
Provide API for streaming relation data.
Thomas Munro
2024-04-03