postgresql/src/backend/storage
Tom Lane 5b965bf08b Teach autovacuum how to determine whether a temp table belongs to a crashed
backend.  If so, send a LOG message to the postmaster log, and if the table
is beyond the vacuum-for-wraparound horizon, forcibly drop it.  Per recent
discussions.  Perhaps we ought to back-patch this, but it probably needs
to age a bit in HEAD first.
2008-07-01 02:09:34 +00:00
..
buffer Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
file Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all 2008-05-02 01:08:27 +00:00
freespace Reduce memory consumption during VACUUM of large relations, by using 2008-03-10 02:04:10 +00:00
ipc Teach autovacuum how to determine whether a temp table belongs to a crashed 2008-07-01 02:09:34 +00:00
large_object Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
lmgr Further tweak for comment in CheckDeadLock(), per Tom. 2008-06-09 18:23:05 +00:00
page This is the patch replace offnum++ by OffsetNumberNext, to be 2008-05-13 15:44:08 +00:00
smgr Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation 2008-06-12 09:12:31 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00