summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
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
2014-11-05Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.Robert Haas
2014-10-31Support frontend-backend protocol communication using a shm_mq.Robert Haas
2014-10-12Message improvementsPeter Eisentraut
2014-08-18Reorganize functions in be-secure-openssl.cHeikki Linnakangas
2014-08-14Fix whitespacePeter Eisentraut
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-06-12Rename lo_create(oid, bytea) to lo_from_bytea().Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-16Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane
2014-04-16check socket creation errors against PGINVALID_SOCKETBruce Momjian
2014-04-02Fix assorted issues in client host name lookup.Tom Lane
2014-03-28Adjust getpwuid() fix commit to display errno string on failureBruce Momjian
2014-03-28Un-break peer authentication.Tom Lane
2014-03-16Cleanups from the remove-native-krb5 patchMagnus Hagander
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-03-03Another round of Coverity fixesStephen Frost
2014-03-02Various Coverity-spotted fixesStephen Frost
2014-01-31Disallow use of SSL v3 protocol in the server as well as in libpq.Tom Lane
2014-01-28Log a detail message for auth failures due to missing or expired password.Tom Lane
2014-01-19Remove support for native krb5 authenticationMagnus Hagander
2014-01-10Move username lookup functions from /port to /commonBruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-18Fix incorrect error message reported for non-existent usersBruce Momjian
2013-12-07SSL: Support ECDH key exchangePeter Eisentraut
2013-12-07SSL: Add configuration option to prefer server cipher orderPeter Eisentraut
2013-12-05Clear retry flags properly in replacement OpenSSL sock_write function.Tom Lane
2013-11-24Fix new and latent bugs with errno handling in secure_read/secure_write.Tom Lane
2013-10-28Add large object functions catering to SQL callers.Noah Misch
2013-10-24Fix memory leak when an empty ident file is reloaded.Heikki Linnakangas