pgsql/ oc/src/sgml/func.sgml oc/src/sgml/synta ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/func.sgml oc/src/sgml/synta ...
Date: 2001-06-19 22:39:12
Message-ID: 200106192239.f5JMdCN25775@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/06/19 18:39:12

Modified files:
doc/src/sgml : func.sgml syntax.sgml
src/backend/executor: execQual.c
src/backend/nodes: copyfuncs.c equalfuncs.c outfuncs.c
readfuncs.c
src/backend/optimizer/util: clauses.c
src/backend/parser: gram.y keywords.c parse_clause.c
parse_coerce.c parse_expr.c
src/backend/utils/adt: ruleutils.c
src/include/catalog: catversion.h
src/include/nodes: nodes.h parsenodes.h
src/include/parser: parse_coerce.h

Log message:
Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean
tests to return the correct results per SQL9x when given NULL inputs.
Reimplement these tests as well as IS [NOT] NULL to have their own
expression node types, instead of depending on special functions.
From Joe Conway, with a little help from Tom Lane.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-06-19 23:40:10 pgsql/src/backend postmaster/postmaster.c tcop ...
Previous Message Tom Lane 2001-06-19 21:28:41 pgsql/src/include/utils rel.h