pgsql/src backend/parser/gram.y backend/parser ...

From: ishii(at)postgresql(dot)org (Tatsuo Ishii)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/parser/gram.y backend/parser ...
Date: 2002-07-11 07:39:28
Message-ID: 20020711073928.4952C475864@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: ishii(at)postgresql(dot)org 02/07/11 03:39:28

Modified files:
src/backend/parser: gram.y keywords.c
src/backend/tcop: utility.c postgres.c
src/backend/commands: Makefile
src/backend/catalog: Makefile indexing.c
src/backend/utils/cache: syscache.c
src/include/nodes: parsenodes.h nodes.h
src/include/catalog: catname.h catversion.h indexing.h
src/include/utils: syscache.h
src/test/regress/expected: sanity_check.out
Added files:
src/backend/commands: conversioncmds.c
src/backend/catalog: pg_conversion.c
src/include/commands: conversioncmds.h
src/include/catalog: pg_conversion.h

Log message:
Add new CREATE CONVERSION/DROP CONVERSION command.
This is the first cut toward CREATE CONVERSION/DROP CONVERSION implementaion.
The commands can now add/remove tuples to the new pg_conversion system
catalog, but that's all. Still need work to make them actually working.
Documentations, regression tests also need work.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-07-11 16:35:56 pgsql/doc FAQ src/FAQ/FAQ.html
Previous Message Bruce Momjian - CVS 2002-07-11 02:56:49 pgsql/doc TODO