From: | tgl(at)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/ ontrib/intarray/_int.sql.in oc/src/sgml ... |
Date: | 2002-07-29 22:14:12 |
Message-ID: | 20020729221412.2043E475E1E@postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-07-29 23:44:45 | pgsql/src/backend/commands functioncmds.c |
Previous Message | Bruce Momjian - CVS | 2002-07-29 21:41:19 | pgsql/doc TODO |