pgsql: New contrib module, auth_delay. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: New contrib module, auth_delay.
Date
Msg-id E1PMJoW-0006JW-Dv@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: A bit more wordsmithing on the PQping documentation.
Next
From: Bruce Momjian
Date:
Subject: pgsql: In libpq/Makefile, use OBJS += as a way to break up long link li