pgsql-server/ oc/src/sgml/ref/cluster.sgml rc/ ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/src/sgml/ref/cluster.sgml rc/ ...
Date: 2002-08-10 20:43:46
Message-ID: 20020810204346.3EC5B4754A7@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 02/08/10 16:43:46

Modified files:
doc/src/sgml/ref: cluster.sgml
src/backend/commands: cluster.c
Added files:
src/test/regress/output: cluster.out
src/test/regress/sql: cluster.sql

Log message:
Major improvement in CLUSTER which preserves table characteristics using
relfilenode.

I sent the CLUSTER patch a few days ago and I think it was missed. I
append it again, this time including the regression test files. For the
committer, please note that you have to cvs add the files as they don't
exist. Maybe add to the parallel and serial schedules also, but I don't
know such stuff.

Alvaro Herrera (<alvherre[a]atentus.com>)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-08-10 20:44:48 pgsql-server/src/backend/nodes outfuncs.c read ...
Previous Message Bruce Momjian - CVS 2002-08-10 20:38:29 pgsql-server/contrib/intarray README.intarray ...