postgresql/src/backend/access/heap
Tom Lane a04a423599 Arrange for large sequential scans to synchronize with each other, so that
when multiple backends are scanning the same relation concurrently, each page
is (ideally) read only once.

Jeff Davis, with review by Heikki and Tom.
2007-06-08 18:23:53 +00:00
..
Makefile Arrange for large sequential scans to synchronize with each other, so that 2007-06-08 18:23:53 +00:00
heapam.c Arrange for large sequential scans to synchronize with each other, so that 2007-06-08 18:23:53 +00:00
hio.c Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to 2007-02-05 04:22:18 +00:00
rewriteheap.c Move the tuple freezing point in CLUSTER to a point further back in the past, 2007-05-17 15:28:29 +00:00
syncscan.c Arrange for large sequential scans to synchronize with each other, so that 2007-06-08 18:23:53 +00:00
tuptoaster.c Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00