aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/pqcomm.c
Commit message (Expand)AuthorAge
* Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macroTom Lane2006-01-24
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-24
* Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane2005-09-12
* Use the standard spelling of the protocol argument to get/setsockopt.Tom Lane2005-07-30
* Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian2005-07-30
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
* Increase MAXLISTEN to a more generous value, and add an error messageTom Lane2005-01-12
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Add some code to ensure that we don't lose communication sync due toTom Lane2004-10-18
* Repair bug that would allow libpq to think a command had succeeded whenTom Lane2004-09-26
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* *) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian2004-05-26
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-12
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Include 'IPv4', 'IPv6', or 'Unix' in socket-creation failure messages,Tom Lane2003-08-12
* SCO_ACCEPT_BUG code didn't get updated for new SockAddr struct definition.Tom Lane2003-08-07
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane2003-07-27
* Don't refer to AF_UNIX in code not protected with HAVE_UNIX_SOCKETS.Tom Lane2003-07-24
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-23
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-22
* IPv6 cleanups.Bruce Momjian2003-06-12
* freeaddrinfo2() does need two parameters after all, per comment byTom Lane2003-06-09
* libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane2003-06-08
* Don't explicitly close() the session socket during backend exit; insteadTom Lane2003-05-29
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian2003-04-25
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-22
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-19
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-02
* Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut2003-03-29
* Where available, use utime() or utimes() to update the file mod timeTom Lane2003-01-25
* Readd #include netinet/in.h for FreeBSD.Bruce Momjian2003-01-14
* Fix for systems that don't have INET_ADDRSTRLEN.Peter Eisentraut2003-01-06
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-06
* Back out V6 code, caused postmaster startup failure.Bruce Momjian2002-12-06
* We have just finished porting the old KAME IPv6 patch over toBruce Momjian2002-12-06
* Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane2002-09-04
* pgindent run.Bruce Momjian2002-09-04
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* UPDATED PATCH:Bruce Momjian2002-06-14
* Back out SSL changes. Newer patch available.Bruce Momjian2002-06-14
* Attached are a revised set of SSL patches. Many of these patchesBruce Momjian2002-06-14