postgresql/src/backend
Heikki Linnakangas 272923a0a6 Simplify the way OpenSSL renegotiation is initiated in server.
At least in all modern versions of OpenSSL, it is enough to call
SSL_renegotiate() once, and then forget about it. Subsequent SSL_write()
and SSL_read() calls will finish the handshake.

The SSL_set_session_id_context() call is unnecessary too. We only have
one SSL context, and the SSL session was created with that to begin with.
2015-02-13 21:46:08 +02:00
..
access Minor cleanup/code review for "indirect toast" stuff. 2015-02-09 12:30:52 -05:00
bootstrap Add new function BackgroundWorkerInitializeConnectionByOid. 2015-02-02 16:23:59 -05:00
catalog Fix reference-after-free when waiting for another xact due to constraint. 2015-02-04 16:00:34 +02:00
commands Introduce and use infrastructure for interrupt processing during client reads. 2015-02-03 22:25:20 +01:00
executor Fix reference-after-free when waiting for another xact due to constraint. 2015-02-04 16:00:34 +02:00
foreign Update copyright for 2015 2015-01-06 11:43:47 -05:00
lib Fix typos, update README. 2015-01-23 15:06:53 -05:00
libpq Simplify the way OpenSSL renegotiation is initiated in server. 2015-02-13 21:46:08 +02:00
main Always set the six locale category environment variables in main(). 2015-01-07 22:34:57 -05:00
nodes Improve new caching logic in tbm_add_tuples(). 2015-01-16 13:28:30 -05:00
optimizer Fix GEQO to not assume its join order heuristic always works. 2015-02-10 20:37:19 -05:00
parser Fix typo in comment. 2015-02-03 09:49:07 +02:00
po Translation updates 2015-02-01 23:23:40 -05:00
port Remove the option to service interrupts during PGSemaphoreLock(). 2015-02-03 23:25:00 +01:00
postmaster Introduce and use infrastructure for interrupt processing during client reads. 2015-02-03 22:25:20 +01:00
regex Replace a bunch more uses of strncpy() with safer coding. 2015-01-24 13:05:42 -05:00
replication Fix missing PQclear() in libpqrcv_endstreaming(). 2015-02-11 19:20:49 -05:00
rewrite Fix column-privilege leak in error-message paths 2015-01-28 12:31:30 -05:00
snowball Update copyright for 2015 2015-01-06 11:43:47 -05:00
storage Remove remnants of ImmediateInterruptOK handling. 2015-02-03 23:25:47 +01:00
tcop Remove ill-conceived Assertion in ProcessClientWriteInterrupt(). 2015-02-03 23:52:15 +01:00
tsearch Update copyright for 2015 2015-01-06 11:43:47 -05:00
utils Move pg_crc.c to src/common, and remove pg_crc_tables.h 2015-02-09 11:17:56 +02:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
Makefile Update copyright for 2015 2015-01-06 11:43:47 -05:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
nls.mk Translation updates 2015-02-01 23:23:40 -05:00