postgresql/src/include/commands
Tom Lane 4cc7a93d22 Make REINDEX DATABASE do what one would expect, namely reindex all indexes
in the database.  The old behavior (reindex system catalogs only) is now
available as REINDEX SYSTEM.  I did not add the complementary REINDEX USER
case since there did not seem to be consensus for this, but it would be
trivial to add later.  Per recent discussions.
2005-06-22 21:14:31 +00:00
..
alter.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
async.h Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
cluster.h Report index name on CLUSTER failure. Also, suggest ALTER TABLE 2005-05-10 13:16:26 +00:00
comment.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
conversioncmds.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
copy.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
dbcommands.h Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00
defrem.h Make REINDEX DATABASE do what one would expect, namely reindex all indexes 2005-06-22 21:14:31 +00:00
explain.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
lockcmds.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
portalcmds.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
prepare.h Fix the mechanism for reporting the original table OID and column number 2005-06-22 17:45:46 +00:00
proclang.h First batch of object rename commands. 2003-06-27 14:45:32 +00:00
schemacmds.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
sequence.h Add a function lastval(), which returns the value returned by the 2005-06-07 07:08:35 +00:00
tablecmds.h Generalize TRUNCATE to support truncating multiple tables in one 2005-01-27 03:19:37 +00:00
tablespace.h Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00
trigger.h When enqueueing after-row triggers for updates of a table with a foreign 2005-05-30 07:20:59 +00:00
typecmds.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
user.h Add code to prevent transaction ID wraparound by enforcing a safe limit 2005-02-20 02:22:07 +00:00
vacuum.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
variable.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
version.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
view.h Add support for temporary views, including documentation and regression 2005-02-02 06:36:02 +00:00