pgsql: New contrib module, auth_delay.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: New contrib module, auth_delay.
Date: 2010-11-27 12:23:36
Message-ID: E1PMJoW-0006JW-Dv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

New contrib module, auth_delay.

KaiGai Kohei, with a few changes by me.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=fe7a32fc87e68edf014ee7e575f92cb027437ff4

Modified Files
--------------
contrib/Makefile | 1 +
contrib/README | 5 +++
contrib/auth_delay/Makefile | 14 ++++++++
contrib/auth_delay/auth_delay.c | 70 +++++++++++++++++++++++++++++++++++++++
doc/src/sgml/auth-delay.sgml | 67 +++++++++++++++++++++++++++++++++++++
doc/src/sgml/contrib.sgml | 1 +
doc/src/sgml/filelist.sgml | 1 +
7 files changed, 159 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-11-27 16:03:26 pgsql: In libpq/Makefile, use OBJS += as a way to break up long link li
Previous Message Tom Lane 2010-11-27 07:43:03 pgsql: A bit more wordsmithing on the PQping documentation.