postgresql/src/backend/access/heap
Tom Lane 3908473c80 Make DROP TABLE rollback-able: postpone physical file delete until commit.
(WAL logging for this is not done yet, however.)  Clean up a number of really
crufty things that are no longer needed now that DROP behaves nicely.  Make
temp table mapper do the right things when drop or rename affecting a temp
table is rolled back.  Also, remove "relation modified while in use" error
check, in favor of locking tables at first reference and holding that lock
throughout the statement.
2000-11-08 22:10:03 +00:00
..
heapam.c Make DROP TABLE rollback-able: postpone physical file delete until commit. 2000-11-08 22:10:03 +00:00
hio.c Heap redo/undo (except for tuple moving used by vacuum). 2000-09-07 09:58:38 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
stats.c Add: 2000-01-26 05:58:53 +00:00
tuptoaster.c If a field is incompressible ('compressed' data is actually larger than 2000-10-23 23:42:04 +00:00