pgsql: Triggered change notifications.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Triggered change notifications.
Date: 2012-01-20 04:15:45
Message-ID: E1Ro5tB-0000t3-9N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Triggered change notifications.

Kevin Grittner, reviewed (in earlier versions) by Álvaro Herrera

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6e3323d41dc45e93700a3420fd27ca05db6a64a7

Modified Files
--------------
contrib/Makefile | 1 +
contrib/tcn/Makefile | 17 ++++
contrib/tcn/tcn--1.0.sql | 9 ++
contrib/tcn/tcn.c | 184 ++++++++++++++++++++++++++++++++++++++++++++
contrib/tcn/tcn.control | 5 +
doc/src/sgml/contrib.sgml | 1 +
doc/src/sgml/filelist.sgml | 1 +
doc/src/sgml/tcn.sgml | 72 +++++++++++++++++
8 files changed, 290 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2012-01-20 11:24:17 pgsql: Further doc cleanups from the pg_stat_activity changes
Previous Message Robert Haas 2012-01-20 02:53:52 pgsql: Clarify that bgwriter no longer handles checkpoints.