pgsql: Implement IF NOT EXIST for CREATE INDEX.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Implement IF NOT EXIST for CREATE INDEX.
Date: 2014-11-06 09:49:10
Message-ID: E1XmJgk-0001A6-2e@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Implement IF NOT EXIST for CREATE INDEX.

Fabrízio de Royes Mello, reviewed by Marti Raudsepp, Adam Brightwell and me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/08309aaf74ee879699165ec8a2d53e56f2d2e947

Modified Files
--------------
doc/src/sgml/ref/create_index.sgml | 14 +++++++++++++-
src/backend/catalog/index.c | 17 ++++++++++++++++-
src/backend/catalog/toasting.c | 2 +-
src/backend/commands/indexcmds.c | 9 ++++++++-
src/backend/nodes/copyfuncs.c | 1 +
src/backend/nodes/equalfuncs.c | 1 +
src/backend/parser/gram.y | 26 ++++++++++++++++++++++++++
src/include/catalog/index.h | 3 ++-
src/include/nodes/parsenodes.h | 1 +
src/test/regress/expected/create_index.out | 10 ++++++++++
src/test/regress/sql/create_index.sql | 6 ++++++
11 files changed, 85 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2014-11-06 11:04:37 pgsql: Fix typo in comment.
Previous Message Bruce Momjian 2014-11-06 07:33:12 pgsql: C comment: mention why the Gregorian calendar is used pre-1582