]> granicus.if.org Git - postgresql/history - src/backend/libpq/pqcomm.c
Simplify the socket handling code by supplying a replacement getaddrinfo()
[postgresql] / src / backend / libpq / pqcomm.c
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.
1999-07-07 Bruce MomjianAllow port numbers 32k - 64k.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-21 Tom LaneReport strerror() rather than errno in low-level backen...
1999-05-10 Bruce MomjianUpdate to PyGreSQL 2.3.
1999-05-04 Tom LaneRepair incorrectly-figured snprintf length restriction.
1999-04-25 Tom LaneRevise backend libpq interfaces so that messages to...
1999-02-18 Tom LaneProduce a more specific error message when backend...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-24 Tom LaneFix a couple little problems with signed vs. unsigned
1999-01-23 Tom LaneAdd explicit buffering in backend libpq, to compensate for
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1999-01-17 Tom LaneRemove uses of MSG_WAITALL temporarily, since it doesn't
1999-01-12 Marc G. FournierFrom: Magnus Hagander <mha@sollentuna.net>
1999-01-11 Marc G. FournierFrom: Magnus Hagander <mha@sollentuna.net>
1998-12-14 Marc G. FournierMany more cleanups...
1998-11-29 Tom Lanepq_getstr didn't handle buffer overrun correctly; it...
1998-10-13 Marc G. FournierFrom: Peter Gucwa <pg@softcomputer.com>
1998-10-07 Bruce Momjianmake lock variable only used with fcntl
1998-10-06 Tom LaneAdd configure test to make sure fcntl(SETLK) is available,
1998-09-10 Vadim B. Mikheevflock --> fcntl
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-25 Marc G. FournierMassimo Dal Zotto <dz@cs.unitn.it>
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-18 Bruce MomjianAdd auto-size to screen to \d? commands. Use UNION...
next