]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-misc.c
UPDATED PATCH:
[postgresql] / src / interfaces / 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...
1998-01-26 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-03-16 Marc G. Fournierom: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
1996-12-31 Bryan HendersonMake error messages more explicit, PQtrace() output...
1996-11-03 Marc G. Fourniershared build fails, but the rest compiles...formatting...
1996-08-06 Marc G. FournierFixes for:
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01