pgsql/ ontrib/intarray/_int.sql.in oc/src/sgml ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql/ ontrib/intarray/_int.sql.in oc/src/sgml ...
Date
Msg-id 20020729221412.2043E475E1E@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/07/29 18:14:12

Modified files:
    contrib/intarray: _int.sql.in
    doc/src/sgml/ref: allfiles.sgml drop_operator.sgml
    doc/src/sgml   : reference.sgml release.sgml
    src/backend/catalog: aclchk.c dependency.c index.c
    src/backend/commands: Makefile
    src/backend/nodes: copyfuncs.c equalfuncs.c
    src/backend/parser: gram.y keywords.c
    src/backend/tcop: postgres.c utility.c
    src/backend/utils/adt: regproc.c
    src/bin/initdb : initdb.sh
    src/include/catalog: pg_am.h
    src/include/commands: defrem.h
    src/include/nodes: nodes.h parsenodes.h
    src/include/utils: acl.h builtins.h
Added files:
    doc/src/sgml/ref: create_opclass.sgml drop_opclass.sgml
    src/backend/commands: opclasscmds.c

Log message:
    Implement CREATE/DROP OPERATOR CLASS.  Work still remains: need more
    documentation (xindex.sgml should be rewritten), need to teach pg_dump
    about it, need to update contrib modules that currently build pg_opclass
    entries by hand.  Original patch by Bill Studenmund, grammar adjustments
    and general update for 7.3 by Tom Lane.


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/doc TODO
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src/backend/commands functioncmds.c