postgresql/src/backend/storage
Tom Lane a56a016ceb Repair some REINDEX problems per recent discussions. The relcache is
now able to cope with assigning new relfilenode values to nailed-in-cache
indexes, so they can be reindexed using the fully crash-safe method.  This
leaves only shared system indexes as special cases.  Remove the 'index
deactivation' code, since it provides no useful protection in the shared-
index case.  Require reindexing of shared indexes to be done in standalone
mode, but remove other restrictions on REINDEX.  -P (IgnoreSystemIndexes)
now prevents using indexes for lookups, but does not disable index updates.
It is therefore safe to allow from PGOPTIONS.  Upshot: reindexing system catalogs
can be done without a standalone backend for all cases except
shared catalogs.
2003-09-24 18:54:02 +00:00
..
buffer Repair potential deadlock created by recent changes to recycle btree 2003-08-10 19:48:08 +00:00
file Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
freespace Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
ipc Repair some REINDEX problems per recent discussions. The relcache is 2003-09-24 18:54:02 +00:00
large_object Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
lmgr Reimplement hash index locking algorithms, per my recent proposal to 2003-09-04 22:06:27 +00:00
page Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
smgr Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
Makefile Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00