postgresql/src/backend/access/transam
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
..
Makefile WAL 2000-10-13 12:05:22 +00:00
rmgr.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
transam.c Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb 2001-05-14 20:30:21 +00:00
transsup.c Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
varsup.c Oops, only wanted python change in the last commit. Backing out. 2001-05-25 15:45:34 +00:00
xact.c Statistical system views (yet without the config stuff, but 2001-06-22 19:16:24 +00:00
xid.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
xlog.c Tweak error message. 2001-06-21 19:45:45 +00:00
xlogutils.c Further work on connecting the free space map (which is still just a 2001-06-29 21:08:25 +00:00