postgresql/src/backend/access/heap
Tom Lane af5ced9cfd Further work on connecting the free space map (which is still just a
stub) into the rest of the system.  Adopt a cleaner approach to preventing
deadlock in concurrent heap_updates: allow RelationGetBufferForTuple to
select any page of the rel, and put the onus on it to lock both buffers
in a consistent order.  Remove no-longer-needed isExtend hack from
API of ReleaseAndReadBuffer.
2001-06-29 21:08:25 +00:00
..
heapam.c Further work on connecting the free space map (which is still just a 2001-06-29 21:08:25 +00:00
hio.c Further work on connecting the free space map (which is still just a 2001-06-29 21:08:25 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
stats.c Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
tuptoaster.c Statistical system views (yet without the config stuff, but 2001-06-22 19:16:24 +00:00