]> granicus.if.org Git - postgresql/history - src/backend/libpq/pqcomm.c
Add some code to ensure that we don't lose communication sync due to
[postgresql] / src / backend / libpq / pqcomm.c
2004-10-18 Tom LaneAdd some code to ensure that we don't lose communicatio...
2004-09-26 Tom LaneRepair bug that would allow libpq to think a command...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-12 Tom LaneInclude 'IPv4', 'IPv6', or 'Unix' in socket-creation...
2003-08-07 Tom LaneSCO_ACCEPT_BUG code didn't get updated for new SockAddr...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-24 Tom LaneDon't refer to AF_UNIX in code not protected with HAVE_...
2003-07-23 Tom LaneHave a go at fixing various outstanding portability...
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-06-09 Tom Lanefreeaddrinfo2() does need two parameters after all...
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
2003-05-29 Tom LaneDon't explicitly close() the session socket during...
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-04-25 Bruce MomjianUse closesocket() for all socket/pipe closing, because...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-04-02 Tom LaneWhack getaddrinfo() patch around until it works, more...
2003-03-29 Peter EisentrautSimplify the socket handling code by supplying a replac...
2003-01-25 Tom LaneWhere available, use utime() or utimes() to update...
2003-01-14 Bruce MomjianReadd #include netinet/in.h for FreeBSD.
2003-01-06 Peter EisentrautFix for systems that don't have INET_ADDRSTRLEN.
2003-01-06 Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...
2002-12-06 Bruce MomjianBack out V6 code, caused postmaster startup failure.
2002-12-06 Bruce MomjianWe have just finished porting the old KAME IPv6 patch...
2002-09-04 Tom LaneGuard against send-lots-and-lots-of-data DoS attack...
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-14 Bruce MomjianUPDATED PATCH:
2002-06-14 Bruce MomjianBack out SSL changes. Newer patch available.
2002-06-14 Bruce MomjianAttached are a revised set of SSL patches. Many of...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-04-21 Tom LaneFix typo.
2002-04-20 Peter Eisentrautpq_getstring doesn't go through pq_getbyte anymore...
2002-04-03 Tom LaneReplace perror() calls by elog()s, so that messages...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-04 Tom LaneFurther work on elog cleanup: fix some bogosities in...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-12-04 Tom LaneChange appendStringInfoChar to appendStringInfoCharMacr...
2001-12-04 Tom LaneReplace pq_getbytes(&ch, 1) calls with pq_getbyte(...
2001-11-12 Tom LaneSuppress duplicate error messages in pq_flush. Write...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-07 Tom LaneFix thinko (revealed by gcc warning).
2001-08-07 Peter EisentrautAdd a check for end of client connection before expecti...
2001-08-05 Tom LaneRemove no-longer-needed fcntl call (I'm not sure it...
2001-07-11 Tom LaneInstead of believing SOMAXCONN from the system header...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-18 Tom LaneClean up backend-exit-time cleanup behavior. Use on_sh...
2000-11-29 Tom LaneGet rid of not-very-portable fcntl(F_SETLK) mechanism...
2000-11-21 Peter EisentrautExtend accept/AF_UNIX bug workaround to SCO OpenServer.
2000-11-14 Bruce MomjianRename PortName to PortNumber.
2000-11-13 Bruce MomjianFix for no hterror().
2000-11-13 Bruce MomjianUUNET is looking into offering PostgreSQL as a part...
2000-11-01 Peter EisentrautAdd runtime configuration options to control permission...
2000-10-23 Bruce MomjianBack out xti.h portion of the patch.
2000-10-22 Peter EisentrautMakeover for Unixware 7.1.1
2000-10-14 Bruce MomjianThe configure script fails to find <netinet/tcp.h>.
2000-10-05 Tom LaneClean up gcc warning, fix inappropriate choice of confi...
2000-10-03 Bruce MomjianNew diff that now covers the entire tree. Applying...
2000-10-02 Peter EisentrautMop up from caddr_t -> Datum conversion to make things...
2000-10-02 Peter EisentrautBanish caddr_t (mostly), use Datum where appropriate.
2000-09-27 Peter EisentrautFixes for Cygwin, with help from Pete Forman <gsez020...
2000-07-08 Tom LaneRemove long-dead support for invoking queries from...
2000-07-03 Peter EisentrautMove PGPORT envar handling to ResetAllOptions(). Improv...
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-11 Peter EisentrautSubstituted new configure test for types of accept()
2000-06-06 Peter EisentrautPGPORT envar was erroneously ignored by the backend
2000-06-04 Peter EisentrautNew ps display code, works on more platforms.
2000-06-02 Bruce MomjianRemove NT-specific file open defines by defining our...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-26 Tom LaneAfter closing frontend socket, set MyProcPort->sock...
2000-05-21 Tom LaneRemove calls to getprotobyname(), which we now know...
2000-05-20 Tatsuo IshiiAdd KEEPALIVE option to the socket of backend. This...
2000-04-14 Tom LaneSkip setsockopt(SO_REUSEADDR) for the Unix-domain postm...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-10-25 Tom LaneStandardize on MAXPGPATH as the size of a file pathname...
1999-10-23 Tom LaneLook Ma, no MAX_PARSE_BUFFER! (At least not in the...
1999-09-27 Bruce MomjianLots of patches coming in from me today :-)
1999-09-08 Tom LaneStreamConnection() mustn't call elog().
1999-08-31 Tom LaneCommit the bulk of Mike Ansley's long-query changes...
1999-07-23 Tom LaneExit cleanups I made yesterday caused pq_close() to be
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-17 Bruce Momjianclean up comment on missing file.
1999-07-17 Bruce MomjianInclude check
1999-07-16 Tom LaneAdd back improperly removed #include for utils/trace.h.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
next