aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/pqcomm.c
Commit message (Expand)AuthorAge
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund2017-10-01
* Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane2017-06-28
* Support tcp_keepalives_idle option on Solaris.Tom Lane2017-06-27
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Include port number when logging successful binding to a TCP port.Tom Lane2017-03-14
* Improve postmaster's logging of listen socket creation.Tom Lane2017-03-10
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove "sco" and "unixware" ports.Tom Lane2016-10-11
* Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas2016-09-02
* Remove duplicate function prototype.Robert Haas2016-08-23
* pgindent run for 9.6Robert Haas2016-06-09
* Properly declare FeBeWaitSet.Andres Freund2016-03-21
* Introduce WaitEventSet API.Andres Freund2016-03-21
* Update copyright for 2016Bruce Momjian2016-01-02
* Message improvementsPeter Eisentraut2015-11-16
* Fix incorrect order of lock file removal and failure to close() sockets.Tom Lane2015-08-02
* Call getsockopt() on the correct socket.Heikki Linnakangas2015-07-06
* Don't set SO_SNDBUF on recent Windows versions that have a bigger default.Heikki Linnakangas2015-07-06
* pgindent run for 9.5Bruce Momjian2015-05-23
* Prevent a double free by not reentering be_tls_close().Noah Misch2015-05-18
* Also correct therefor to therefore.Andres Freund2015-04-26
* Simplify waiting logic in reading from / writing to client.Heikki Linnakangas2015-02-13
* Assert(PqCommReadingMsg) in pq_peekbyte().Noah Misch2015-02-06
* Use a nonblocking socket for FE/BE communication and block using latches.Andres Freund2015-02-03
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Don't dump core if pq_comm_reset() is called before pq_init().Robert Haas2014-12-04
* Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.Robert Haas2014-11-05
* Support frontend-backend protocol communication using a shm_mq.Robert Haas2014-10-31
* pgindent run for 9.4Bruce Momjian2014-05-06
* check socket creation errors against PGINVALID_SOCKETBruce Momjian2014-04-16
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Standardize spelling of "nonblocking"Peter Eisentraut2013-04-18
* Update copyrights for 2013Bruce Momjian2013-01-01
* Produce a more useful error message for over-length Unix socket paths.Tom Lane2012-11-29
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-10
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut2012-03-21
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Cancel running query if it is detected that the connection to the client isHeikki Linnakangas2011-12-09
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Attempt to unbreak windows builds broken by commit 754baa2.Andrew Dunstan2011-03-30