OSDN Git Service

Update copyright to 2004.
[pg-rex/syncrep.git] / src / interfaces / libpq / fe-misc.c
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-08 Bruce MomjianChange PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDI...
2004-06-03 Bruce MomjianAdd PGETC (for pg_service.conf) and PGLOCALE (for local...
2004-05-25 Bruce MomjianMake the locale location relocatable.
2004-03-15 Tatsuo IshiiAdd PQmbdsplen() which returns the "display length...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-19 Tom LaneAdjust libpq to avoid deadlock when both client and...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Tom LaneFix some more problems with testing error returns from...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-23 Tom LaneChange pqInternalNotice to accept a format string and...
2003-06-21 Tom LaneUpdate libpq to make new features of FE/BE protocol...
2003-06-14 Bruce MomjianMake libpq thread-safe with configure --with-threads...
2003-06-12 Bruce MomjianAttached is the complete diff against current CVS.
2003-06-12 Bruce MomjianBack out patch that got bundled into another patch.
2003-06-12 Bruce MomjianNew patch with corrected README attached.
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
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-06 Tom LaneUse poll(2) in preference to select(2), if available...
2003-01-07 Tom LaneFix various places where global s/NOTICE/WARNING/ was...
2002-10-24 Tom LaneCode review for connection timeout patch. Avoid unport...
2002-10-16 Bruce MomjianFix connection_timeout to use time() and handle timeout...
2002-10-14 Bruce MomjianMention that resetting the timeout may be wrong on...
2002-10-14 Bruce MomjianRestore ptmp_timeout for cases where no timeout is...
2002-10-14 Bruce Momjianlibpq connection_timeout doesn't do subsecond timing...
2002-10-03 Bruce MomjianThe attached patch fixes a number of issues related...
2002-09-04 Bruce Momjianpgindent run.
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-08-17 Bruce MomjianAdd libpq connection timeout parameter.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Tom LaneClean up gcc warnings. Avoid the bad habit of putting...
2002-06-15 Bruce MomjianPATCH SSL_pending() checks in libpq/fe-misc.c:
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-04-24 Bruce MomjianI'm at the win32 error messages once more. The DLL...
2002-04-15 Bruce MomjianFix for EINTR returns from Win9X socket operations:
2002-03-06 Bruce MomjianChange made to elog:
2002-03-05 Bruce MomjianBack out old version and update with newer patch of:
2002-03-05 Bruce MomjianHere's a patch against 7.1.3 that fixes a problem with...
2001-12-03 Tom LaneRemove code to lookup WinSock error strings in netmsg...
2001-11-28 Tom LaneLoad netmsg.dll locally in winsock_strerror, to avoid...
2001-11-27 Tom Lanestrcat should obviously be strcpy here.
2001-11-08 Bruce MomjianFix indenting for 'extern "C"' cases.
2001-11-08 Tom LaneAdd casts to suppress compiler warnings observed on...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-30 Tom Lanewinsock_strerror crashed on me. This fixes a line of...
2001-09-06 Tatsuo IshiiCommit Karel's patch.
2001-09-06 Bruce MomjianHello, i just reviewed the win32 errno patch and i...
2001-08-21 Bruce Momjian> Ok, where's a "system dependent hack" :)
2001-08-17 Bruce MomjianRemove some unneeded dashes from libpq comments.
2001-07-20 Bruce Momjiani've spotted a following problem using DBD::Pg under...
2001-07-15 Peter EisentrautNLS for libpq. Clean up the message formats and change...
2001-07-06 Peter EisentrautRepair libpq to follow protocol by not sending Terminat...
2001-05-28 Tom LaneSuppress useless memmove() when buffer already contains...
2001-03-31 Tom LanepqWait() should check for exception status as well...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-17 Tom LaneSeems a bad idea to assume that select(2) doesn't touch...
2001-02-11 Bruce MomjianCleanup of source.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Bruce MomjianMake pgsql compile on FreeBSD-alpha.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-11 Bruce MomjianThomas pointed out this bug in my non-blocking stuff.
2000-02-07 Peter EisentrautFixed psql double quoting of SQL ids
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-26 Bruce MomjianAdd:
2000-01-20 Tom LaneTweak includes to avoid compiler warning on HPUX.
2000-01-18 Bruce MomjianHi!
2000-01-18 Bruce MomjianLibpq non-blocking mode, from Alfred Perlstein
1999-11-30 Bruce MomjianThis patch (against the current CVS sources) adds to...
1999-11-11 Bruce MomjianIn the spirit of TODO item
1999-09-27 Bruce MomjianLots of patches coming in from me today :-)
1999-09-13 Tom LanePatch to cure O(N^2) behavior in libpq when reading...
1999-08-31 Tom LaneUpdate frontend libpq to remove limits on query lengths,
1999-07-19 Bruce MomjianEnable WIN32 compilation of libpq.
1999-07-19 Bruce MomjianRe-add getopt.h check, remove NT-specific tests for it.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-05-28 Tom LaneWhen closure of the backend connection is detected...
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-22 Bruce MomjianFinal optimizer cleanups.
1998-09-20 Bruce MomjianFix memory leak from Tom Lane.
1998-09-03 Bruce MomjianAttached is a patch to remove the definitions of libpq...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-29 Bruce Momjianlibpq's pqGetnchar() should not return a null-terminate...
1998-08-17 Marc G. FournierDate: Sun, 16 Aug 1998 14:56:48 -0400
1998-08-09 Bruce MomjianThe attached patch implements some changes that were...
1998-07-03 Bruce MomjianHello!
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-12 Bruce MomjianAdd sys/time.h to fe-misc.c, prevent pgtclsh from using...
1998-05-07 Bruce MomjianAdd missing includes.
1998-05-06 Bruce MomjianIt seems the regression tests don't cover copy in/out...
1998-05-06 Bruce MomjianWhat I've done:
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
next