git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 5b7eb4d) | patch
New version attached. The following is implemented:
2002年11月15日 03:09:39 +0000 (03:09 +0000)
2002年11月15日 03:09:39 +0000 (03:09 +0000)
commit 8bc717cb8878ff2baee4e29553736fab57248436
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
doc/src/sgml/ref/cluster.sgml diff | blob | blame | history
src/backend/commands/cluster.c diff | blob | blame | history
src/backend/parser/gram.y diff | blob | blame | history
src/backend/tcop/utility.c diff | blob | blame | history
src/include/commands/cluster.h diff | blob | blame | history
src/include/nodes/parsenodes.h diff | blob | blame | history
src/test/regress/expected/cluster.out diff | blob | blame | history
src/test/regress/sql/cluster.sql diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /