postgresql/src/include/commands
Bruce Momjian 8bc717cb88 New version attached. The following is implemented:
- CLUSTER ALL clusters all the tables that have some index with
  indisclustered set and the calling user owns.
- CLUSTER tablename clusters the named table, using the index with
  indisclustered set.  If no index has the bit set, throws elog(ERROR).
- The multi-relation version (CLUSTER ALL) uses a multitransaction
  approach, similar to what VACUUM does.

Alvaro Herrera
2002-11-15 03:09:39 +00:00
..
async.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
cluster.h New version attached. The following is implemented: 2002-11-15 03:09:39 +00:00
comment.h Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
conversioncmds.h pgindent run. 2002-09-04 20:31:48 +00:00
copy.h pgindent run. 2002-09-04 20:31:48 +00:00
dbcommands.h Be careful to include postgres.h *before* any system headers, to ensure 2002-09-05 00:43:07 +00:00
defrem.h Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
explain.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
lockcmds.h pgindent run. 2002-09-04 20:31:48 +00:00
portalcmds.h Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to end 2002-11-13 00:44:09 +00:00
prepare.h pgindent run. 2002-09-04 20:31:48 +00:00
proclang.h Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
schemacmds.h pgindent run. 2002-09-04 20:31:48 +00:00
sequence.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
tablecmds.h Code review for ON COMMIT patch. Make the actual on-commit action happen 2002-11-11 22:19:25 +00:00
trigger.h Arrange to copy relcache's trigdesc structure at the start of any 2002-10-14 16:51:30 +00:00
user.h Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty 2002-10-21 19:46:45 +00:00
vacuum.h Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in 2002-07-31 17:19:54 +00:00
variable.h pgindent run. 2002-09-04 20:31:48 +00:00
version.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
view.h CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. 2002-09-02 02:13:02 +00:00