pgsql-server/ oc/src/sgml/ref/cluster.sgml rc/ ... - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql-server/ oc/src/sgml/ref/cluster.sgml rc/ ...
Date
Msg-id 20020810204346.3EC5B4754A7@postgresql.org
Whole thread Raw
Responses Re: pgsql-server/ oc/src/sgml/ref/cluster.sgml rc/ ...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.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>)


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/contrib/intarray README.intarray ...
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/backend/nodes outfuncs.c read ...