pgsql: Add ONLY support to LOCK and TRUNCATE.

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add ONLY support to LOCK and TRUNCATE.
Date: 2009-01-12 08:54:27
Message-ID: 20090112085427.25B38754877@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add ONLY support to LOCK and TRUNCATE. By default, these commands are now
recursive.

=> Note this incompatibility in the release notes.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
lock.sgml (r1.51 -> r1.52)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/lock.sgml?r1=1.51&r2=1.52)
truncate.sgml (r1.31 -> r1.32)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/truncate.sgml?r1=1.31&r2=1.32)
pgsql/src/backend/commands:
lockcmds.c (r1.20 -> r1.21)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/lockcmds.c?r1=1.20&r2=1.21)
tablecmds.c (r1.276 -> r1.277)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c?r1=1.276&r2=1.277)
pgsql/src/backend/parser:
gram.y (r2.652 -> r2.653)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y?r1=2.652&r2=2.653)
pgsql/src/test/regress/expected:
truncate.out (r1.18 -> r1.19)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/truncate.out?r1=1.18&r2=1.19)
pgsql/src/test/regress/sql:
truncate.sql (r1.7 -> r1.8)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/truncate.sql?r1=1.7&r2=1.8)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-01-12 09:38:31 pgsql: Use qualified_name instead of relation_expr for commands that
Previous Message Tom Lane 2009-01-12 05:10:45 pgsql: Implement prefetching via posix_fadvise() for bitmap index scans.