summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/cluster.sql
AgeCommit message (Expand)Author
2023-01-14Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis
2022-04-21Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan
2022-04-14Have CLUSTER ignore partitions not owned by callerAlvaro Herrera
2022-04-02Allow CLUSTER on partitioned tablesAlvaro Herrera
2021-03-23Avoid possible crash while finishing up a heap rewrite.Tom Lane
2019-10-15Fix CLUSTER on expression indexes.Andres Freund
2018-01-25Ignore partitioned indexes where appropriateAlvaro Herrera
2017-09-29Remove replacement selection sort.Robert Haas
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2016-07-13Minor test adjustment.Tom Lane
2016-07-13Add a regression test case to improve code coverage for tuplesort.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-02-03Fix timing-sensitive regression test result I just created :-( --- theTom Lane
2010-02-02CLUSTER specified the wrong namespace when renaming toast tables of temporaryTom Lane
2007-09-03Add an ORDER BY to nail down the expected row order from a query that'sTom Lane
2007-04-08Make CLUSTER MVCC-safe. Heikki LinnakangasTom Lane
2007-04-08Support syntax "CLUSTER table USING index", which is more logical.Bruce Momjian
2005-07-07Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane
2004-06-02OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER.Bruce Momjian
2003-03-20Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian
2002-11-19Update regression for ALL missing from CLUSTER.Bruce Momjian
2002-11-15New version attached. The following is implemented:Bruce Momjian
2002-08-27I attach a little patch to make CLUSTER set and reset the indisclusteredBruce Momjian
2002-08-11Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane
2002-08-11Make cluster regress test functional.Tom Lane
2002-08-10Major improvement in CLUSTER which preserves table characteristics usingBruce Momjian