postgresql/src/backend
Bruce Momjian 55d053233c SSL support for ephemeral DH keys.
As the comment headers in be-secure.c discusses, EPH preserves
confidentiality even if the static private key (which is usually
kept unencrypted) is compromised.

Because of the value of this, common default values are hard-coded
to protect the confidentiality of the data even if an attacker
successfully deletes or modifies the external file.

Bear Giles
2002-06-14 04:31:49 +00:00
..
access Katherine Ward wrote: 2002-06-11 13:40:53 +00:00
bootstrap Katherine Ward wrote: 2002-06-11 13:40:53 +00:00
catalog Mark index entries "killed" when they are no longer visible to any 2002-05-24 18:57:57 +00:00
commands Allow ANALYZE to run in a transaction. 2002-06-13 19:52:02 +00:00
executor Mark index entries "killed" when they are no longer visible to any 2002-05-24 18:57:57 +00:00
lib Add Assert check to catch vsnprintf overrunning its buffer. (Seen to 2002-03-04 18:34:02 +00:00
libpq SSL support for ephemeral DH keys. 2002-06-14 04:31:49 +00:00
main Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
nodes Add optional "validator" function to languages that can validate the 2002-05-22 17:21:02 +00:00
optimizer Make WHERE conditions pulled up from subqueries be executed before outer 2002-06-13 15:10:25 +00:00
parser Add PLACING to the list of reserved keywords. Added as a token in the last 2002-06-13 14:16:43 +00:00
po Improve lexer's error reporting. You get the whole token mentioned now 2002-05-01 17:12:08 +00:00
port Add missing includes. 2002-05-05 16:14:24 +00:00
postmaster UPDATED PATCH: 2002-06-14 04:23:17 +00:00
regex Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:44:38 +00:00
rewrite Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +00:00
storage Katherine Ward wrote: 2002-06-11 13:40:53 +00:00
tcop Remove SetQuerySnapshot() from FETCH processing. No longer necessary 2002-05-21 22:18:08 +00:00
tioga Change made to elog: 2002-03-06 06:10:59 +00:00
utils Add support for GB18030 2002-06-14 03:30:56 +00:00
Makefile Add $(LDFLAGS) to Windows make rule for postgres executable. Needed 2002-05-22 21:46:40 +00:00