postgresql/src/backend
Magnus Hagander 5ea449e06e Add configuration parameter ssl_renegotiation_limit to control
how often we do SSL session key renegotiation. Can be set to
0 to disable renegotiation completely, which is required if
a broken SSL library is used (broken patches to CVE-2009-3555
a known cause) or when using a client library that can't do
renegotiation.
2010-02-25 13:26:26 +00:00
..
access Fix STOP WAL LOCATION in backup history files no to return the next 2010-02-19 01:04:39 +00:00
bootstrap Start background writer during archive recovery. Background writer now performs 2009-02-18 15:58:41 +00:00
catalog Remove obsolete comment about 'fsm' argument, which isn't an argument 2010-02-08 20:00:55 +00:00
commands CLUSTER specified the wrong namespace when renaming toast tables of temporary 2010-02-02 19:12:34 +00:00
executor Fix ExecEvalArrayRef to pass down the old value of the array element or slice 2010-02-18 18:41:55 +00:00
foreign Always pass catalog id to the options validator function specified in 2009-12-23 12:24:16 +00:00
lib Update copyright for 2009. 2009-01-01 17:24:05 +00:00
libpq Add configuration parameter ssl_renegotiation_limit to control 2010-02-25 13:26:26 +00:00
main Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodes Change CREATE TABLE so that column default expressions coming from different 2009-10-06 00:55:35 +00:00
optimizer Fix an oversight in convert_EXISTS_sublink_to_join: we can't convert an 2010-01-18 18:17:52 +00:00
parser Avoid a premature coercion failure in transformSetOperationTree() when 2009-12-16 22:24:19 +00:00
po Translation updates 2009-12-08 22:22:17 +00:00
port Fix race condition in win32 signal handling. 2010-01-31 17:16:29 +00:00
postmaster Ignore attempts to set "application_name" in the connection startup packet. 2009-12-02 17:41:07 +00:00
regex Change regexp engine's ccondissect/crevdissect routines to perform DFA 2010-02-01 02:45:35 +00:00
rewrite Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; 2009-10-27 17:11:30 +00:00
snowball Update copyright for 2009. 2009-01-01 17:24:05 +00:00
storage Fix bug in temporary file management with subtransactions. A cursor opened 2009-12-03 11:03:35 +00:00
tcop Avoid performing encoding conversion on command tag strings during EndCommand. 2010-01-30 20:09:59 +00:00
tsearch Avoid core dump on empty thesaurus dictionary. 2009-11-30 16:38:40 +00:00
utils Add configuration parameter ssl_renegotiation_limit to control 2010-02-25 13:26:26 +00:00
common.mk Code coverage testing with gcov. Documentation is in the regression test 2008-09-05 12:11:18 +00:00
Makefile Well, the systemtap guys moved the goalposts again: with the latest version, 2010-01-20 23:12:15 +00:00
nls.mk Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00