pgsql: Implement IS NOT DISTINCT FROM, update the regression tests and - Mailing list pgsql-committers

From neilc@postgresql.org (Neil Conway)
Subject pgsql: Implement IS NOT DISTINCT FROM, update the regression tests and
Date
Msg-id 20051211105428.8A9A09DCAB2@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Implement IS NOT DISTINCT FROM, update the regression tests and docs.
Patch from Pavel Stehule, minor fixups by myself.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        func.sgml (r1.297 -> r1.298)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.297&r2=1.298)
    pgsql/src/backend/parser:
        gram.y (r2.516 -> r2.517)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y.diff?r1=2.516&r2=2.517)
    pgsql/src/test/regress/expected:
        select_distinct.out (r1.4 -> r1.5)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/select_distinct.out.diff?r1=1.4&r2=1.5)
    pgsql/src/test/regress/sql:
        select_distinct.sql (r1.4 -> r1.5)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/select_distinct.sql.diff?r1=1.4&r2=1.5)

pgsql-committers by date:

Previous
From: xzilla@pgfoundry.org (User Xzilla)
Date:
Subject: wikipedia - wikipgedia: fix the remote code execution vulnerability
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Divide the lock manager's shared state into 'partitions', so as