summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2017-11-10Fix some null pointer dereferences in LDAP auth codePeter Eisentraut
2017-10-17Fix misparsing of non-newline-terminated pg_hba.conf files.Tom Lane
2017-09-23Fix saving and restoring umaskPeter Eisentraut
2017-08-07Require update permission for the large object written by lo_put().Tom Lane
2017-08-07Don't allow logging in with empty password.Heikki Linnakangas
2017-08-04Disallow SSL session tickets.Tom Lane
2017-07-03Treat clean shutdown of an SSL connection same as the non-SSL case.Heikki Linnakangas
2017-06-28Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-27Support tcp_keepalives_idle option on Solaris.Tom Lane
2017-03-26Fix unportable disregard of alignment requirements in RADIUS code.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-09-27Include <sys/select.h> where neededAlvaro Herrera
2016-09-15Fix building with LibreSSL.Heikki Linnakangas
2016-09-15Support OpenSSL 1.1.0.Heikki Linnakangas
2016-08-01Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane
2016-05-07Distrust external OpenSSL clients; clear err queuePeter Eisentraut
2016-03-29Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane
2016-01-14Properly close token in sspi authenticationMagnus Hagander
2015-11-17Message improvementsPeter Eisentraut
2015-11-06Set include_realm=1 default in parse_hba_lineStephen Frost
2015-10-16Don't send protocol messages to a shm_mq that no longer exists.Robert Haas
2015-08-02Fix incorrect order of lock file removal and failure to close() sockets.Tom Lane
2015-07-28Remove ssl renegotiation support.Andres Freund
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-18Check return values of sensitive system library calls.Noah Misch
2015-05-18Prevent a double free by not reentering be_tls_close().Noah Misch
2015-05-08Change default for include_realm to 1Stephen Frost
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas
2015-04-26Also correct therefor to therefore.Andres Freund
2015-04-12Add system view pg_stat_sslMagnus Hagander
2015-02-21Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane
2015-02-17Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane
2015-02-16Fix misuse of memcpy() in check_ip().Tom Lane
2015-02-16Restore the SSL_set_session_id_context() call to OpenSSL renegotiation.Heikki Linnakangas
2015-02-13Simplify waiting logic in reading from / writing to client.Heikki Linnakangas
2015-02-13Simplify the way OpenSSL renegotiation is initiated in server.Heikki Linnakangas
2015-02-12Fix minor memory leak in ident_inet().Tom Lane
2015-02-07Assert(PqCommReadingMsg) in pq_peekbyte().Noah Misch
2015-02-03Don't allow immediate interrupts during authentication anymore.Andres Freund
2015-02-03Process 'die' interrupts while reading/writing from the client socket.Andres Freund
2015-02-03Introduce and use infrastructure for interrupt processing during client reads.Andres Freund
2015-02-03Use a nonblocking socket for FE/BE communication and block using latches.Andres Freund
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-17Fix poorly worded error message.Tom Lane
2014-12-05Don't dump core if pq_comm_reset() is called before pq_init().Robert Haas
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-11-25Make Port->ssl_in_use available, even when built with !USE_SSLHeikki Linnakangas
2014-11-12Message improvementsPeter Eisentraut