summaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAgeFilesLines
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-301-1/+32
* Also correct therefor to therefore.Andres Freund2015-04-261-1/+1
* Add system view pg_stat_sslMagnus Hagander2015-04-121-0/+104
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-211-2/+1
* Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane2015-02-172-109/+6
* Fix misuse of memcpy() in check_ip().Tom Lane2015-02-161-2/+2
* Restore the SSL_set_session_id_context() call to OpenSSL renegotiation.Heikki Linnakangas2015-02-161-0/+4
* Simplify waiting logic in reading from / writing to client.Heikki Linnakangas2015-02-133-150/+77
* Simplify the way OpenSSL renegotiation is initiated in server.Heikki Linnakangas2015-02-131-23/+0
* Fix minor memory leak in ident_inet().Tom Lane2015-02-111-10/+11
* Assert(PqCommReadingMsg) in pq_peekbyte().Noah Misch2015-02-061-0/+2
* Don't allow immediate interrupts during authentication anymore.Andres Freund2015-02-033-20/+25
* Process 'die' interrupts while reading/writing from the client socket.Andres Freund2015-02-032-27/+55
* Introduce and use infrastructure for interrupt processing during client reads.Andres Freund2015-02-032-9/+62
* Use a nonblocking socket for FE/BE communication and block using latches.Andres Freund2015-02-033-46/+124
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-022-2/+77
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-241-2/+5
* Update copyright for 2015Bruce Momjian2015-01-0612-12/+12
* Fix poorly worded error message.Tom Lane2014-12-171-2/+3
* Don't dump core if pq_comm_reset() is called before pq_init().Robert Haas2014-12-041-6/+3
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-031-1/+1
* Make Port->ssl_in_use available, even when built with !USE_SSLHeikki Linnakangas2014-11-251-9/+1
* Message improvementsPeter Eisentraut2014-11-111-1/+1
* Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.Robert Haas2014-11-051-0/+2
* Support frontend-backend protocol communication using a shm_mq.Robert Haas2014-10-313-37/+324
* Message improvementsPeter Eisentraut2014-10-121-1/+1
* Reorganize functions in be-secure-openssl.cHeikki Linnakangas2014-08-181-397/+408
* Fix whitespacePeter Eisentraut2014-08-131-1/+0
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-115-1011/+1081
* Rename lo_create(oid, bytea) to lo_from_bytea().Tom Lane2014-06-121-2/+2
* pgindent run for 9.4Bruce Momjian2014-05-067-21/+22
* Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane2014-04-161-1/+1
* check socket creation errors against PGINVALID_SOCKETBruce Momjian2014-04-163-10/+10
* Fix assorted issues in client host name lookup.Tom Lane2014-04-022-20/+42
* Adjust getpwuid() fix commit to display errno string on failureBruce Momjian2014-03-281-8/+7
* Un-break peer authentication.Tom Lane2014-03-281-8/+8
* Cleanups from the remove-native-krb5 patchMagnus Hagander2014-03-161-1/+0
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-131-1/+0
* Another round of Coverity fixesStephen Frost2014-03-031-11/+7
* Various Coverity-spotted fixesStephen Frost2014-03-011-1/+1
* Disallow use of SSL v3 protocol in the server as well as in libpq.Tom Lane2014-01-311-2/+11
* Log a detail message for auth failures due to missing or expired password.Tom Lane2014-01-272-18/+40
* Remove support for native krb5 authenticationMagnus Hagander2014-01-193-248/+6
* Move username lookup functions from /port to /commonBruce Momjian2014-01-101-0/+1
* Update copyright for 2014Bruce Momjian2014-01-0710-10/+10
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-181-8/+7
* SSL: Support ECDH key exchangePeter Eisentraut2013-12-071-0/+34
* SSL: Add configuration option to prefer server cipher orderPeter Eisentraut2013-12-071-0/+7
* Clear retry flags properly in replacement OpenSSL sock_write function.Tom Lane2013-12-051-1/+5
* Fix new and latent bugs with errno handling in secure_read/secure_write.Tom Lane2013-11-241-16/+21