index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
cluster.sql
Age
Commit message (
Expand
)
Author
2023-01-14
Fix MAINTAIN privileges for toast tables and partitions.
Jeff Davis
2022-04-21
Fix CLUSTER tuplesorts on abbreviated expressions.
Peter Geoghegan
2022-04-14
Have CLUSTER ignore partitions not owned by caller
Alvaro Herrera
2022-04-02
Allow CLUSTER on partitioned tables
Alvaro Herrera
2021-03-23
Avoid possible crash while finishing up a heap rewrite.
Tom Lane
2019-10-15
Fix CLUSTER on expression indexes.
Andres Freund
2018-01-25
Ignore partitioned indexes where appropriate
Alvaro Herrera
2017-09-29
Remove replacement selection sort.
Robert Haas
2016-07-17
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-13
Minor test adjustment.
Tom Lane
2016-07-13
Add a regression test case to improve code coverage for tuplesort.
Tom Lane
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-02-03
Fix timing-sensitive regression test result I just created :-( --- the
Tom Lane
2010-02-02
CLUSTER specified the wrong namespace when renaming toast tables of temporary
Tom Lane
2007-09-03
Add an ORDER BY to nail down the expected row order from a query that's
Tom Lane
2007-04-08
Make CLUSTER MVCC-safe. Heikki Linnakangas
Tom Lane
2007-04-08
Support syntax "CLUSTER table USING index", which is more logical.
Bruce Momjian
2005-07-07
Track dependencies on shared objects (which is to say, roles; we already
Tom Lane
2004-06-02
OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER.
Bruce Momjian
2003-03-20
Add ALTER TABLE <tablename> CLUSTER ON <indexname>
Bruce Momjian
2002-11-19
Update regression for ALL missing from CLUSTER.
Bruce Momjian
2002-11-15
New version attached. The following is implemented:
Bruce Momjian
2002-08-27
I attach a little patch to make CLUSTER set and reset the indisclustered
Bruce Momjian
2002-08-11
Code review of CLUSTER patch. Clean up problems with relcache getting
Tom Lane
2002-08-11
Make cluster regress test functional.
Tom Lane
2002-08-10
Major improvement in CLUSTER which preserves table characteristics using
Bruce Momjian