postgresql/src/include
Bruce Momjian eb7afc1407 SSL patch that adds support for optional client certificates.
If the user has certificates in $HOME/.postgresql/postgresql.crt
and $HOME/.postgresql/postgresql.key exist, they are provided
to the server.  The certificate used to sign this cert must be
known to the server, in $DataDir/root.crt.  If successful, the
cert's "common name" is logged.

Client certs are not used for authentication, but they could be
via the port->peer (X509 *), port->peer_dn (char *) or
port->peer_cn (char *) fields.  Or any other function could be
used, e.g., many sites like the issuer + serial number hash.

Bear Giles
2002-06-14 04:36:58 +00:00
..
access Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber, 2002-05-27 19:53:33 +00:00
bootstrap Support toasting of shared system relations, and provide toast tables for 2002-04-27 21:24:34 +00:00
catalog Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:44:38 +00:00
commands Modify sequence state storage to eliminate dangling-pointer problem 2002-05-22 21:40:55 +00:00
executor Mark index entries "killed" when they are no longer visible to any 2002-05-24 18:57:57 +00:00
lib New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
libpq SSL patch that adds support for optional client certificates. 2002-06-14 04:36:58 +00:00
mb Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp> 2002-06-13 08:30:22 +00:00
nodes Add optional "validator" function to languages that can validate the 2002-05-22 17:21:02 +00:00
optimizer Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan to 2002-05-18 18:49:41 +00:00
parser Get rid of the last few uses of typeidTypeName() rather than 2002-05-17 22:35:13 +00:00
port Not needed anymore. 2002-05-05 16:47:09 +00:00
regex Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:44:38 +00:00
rewrite Change naming rule for ON SELECT rules of views: they're all just 2002-04-19 23:13:54 +00:00
storage Katherine Ward wrote: 2002-06-11 13:40:53 +00:00
tcop Scanner performance improvements 2002-04-20 21:56:15 +00:00
utils Further tweaks to support display of sort keys in EXPLAIN --- initial 2002-06-13 03:40:49 +00:00
c.h Document that NAMEDATALEN must be a multiple of sizeof(int). 2002-04-30 19:53:03 +00:00
fmgr.h Implement types regprocedure, regoper, regoperator, regclass, regtype 2002-04-25 02:56:56 +00:00
Makefile Include directory rearrangement 2001-08-28 14:20:28 +00:00
miscadmin.h Katherine Ward wrote: 2002-06-11 13:40:53 +00:00
pg_config.h.in Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00
pg_config.h.win32 I'm at the win32 error messages once more. The DLL load thingy doesn't 2002-04-24 02:26:06 +00:00
pgstat.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
postgres.h Support toasting of shared system relations, and provide toast tables for 2002-04-27 21:24:34 +00:00
postgres_ext.h Document that NAMEDATALEN must be a multiple of sizeof(int). 2002-04-30 19:53:03 +00:00
postgres_fe.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rusagestub.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00