postgresql/src/backend
Bruce Momjian 1b7f3cc02d This patch implements FOR EACH STATEMENT triggers, per my email to
-hackers a couple days ago.

Notes/caveats:

        - added regression tests for the new functionality, all
          regression tests pass on my machine

        - added pg_dump support

        - updated PL/PgSQL to support per-statement triggers; didn't
          look at the other procedural languages.

        - there's (even) more code duplication in trigger.c than there
          was previously. Any suggestions on how to refactor the
          ExecXXXTriggers() functions to reuse more code would be
          welcome -- I took a brief look at it, but couldn't see an
          easy way to do it (there are several subtly-different
          versions of the code in question)

        - updated the documentation. I also took the liberty of
          removing a big chunk of duplicated syntax documentation in
          the Programmer's Guide on triggers, and moving that
          information to the CREATE TRIGGER reference page.

        - I also included some spelling fixes and similar small
          cleanups I noticed while making the changes. If you'd like
          me to split those into a separate patch, let me know.

Neil Conway
2002-11-23 03:59:09 +00:00
..
access This patch implements FOR EACH STATEMENT triggers, per my email to 2002-11-23 03:59:09 +00:00
bootstrap Rename server_min_messages to log_min_messages. Part of consolidation 2002-11-14 23:53:27 +00:00
catalog Add DOMAIN check constraints. 2002-11-15 02:50:21 +00:00
commands This patch implements FOR EACH STATEMENT triggers, per my email to 2002-11-23 03:59:09 +00:00
executor This patch implements FOR EACH STATEMENT triggers, per my email to 2002-11-23 03:59:09 +00:00
lib pgindent run. 2002-09-04 20:31:48 +00:00
libpq Remove inappropriate inclusions of OpenSSL internal header e_os.h, 2002-11-07 18:45:51 +00:00
main This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
nodes This patch implements FOR EACH STATEMENT triggers, per my email to 2002-11-23 03:59:09 +00:00
optimizer Finish implementation of hashed aggregation. Add enable_hashagg GUC 2002-11-21 00:42:20 +00:00
parser This patch implements FOR EACH STATEMENT triggers, per my email to 2002-11-23 03:59:09 +00:00
po Most of the code follows the American spelling of the word, which is 2002-11-19 17:21:40 +00:00
port This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
postmaster Code review for superuser_reserved_connections patch. Don't try to do 2002-11-21 06:36:08 +00:00
regex This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
rewrite Rule rewriter was doing the wrong thing with conditional INSTEAD rules 2002-10-20 00:58:55 +00:00
storage Code review for superuser_reserved_connections patch. Don't try to do 2002-11-21 06:36:08 +00:00
tcop Most of the code follows the American spelling of the word, which is 2002-11-19 17:21:40 +00:00
utils This patch implements FOR EACH STATEMENT triggers, per my email to 2002-11-23 03:59:09 +00:00
Makefile > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not 2002-10-09 16:21:54 +00:00
nls.mk Translation updates 2002-09-14 13:46:24 +00:00