]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-connect.c
Remove calls to getprotobyname(), which we now know leaks memory on
[postgresql] / src / interfaces / libpq / fe-connect.c
2000-05-21 Tom LaneRemove calls to getprotobyname(), which we now know...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-24 Tom LaneFold PQsetenv working state into PGconn, rather than...
2000-03-23 Bruce MomjianSome points for portability improvements:
2000-03-11 Tom LaneChange PQconndefaults() to return a malloc'd array...
2000-02-24 Bruce Momjian The following is required in order to make beta1...
2000-02-21 Jan WieckAvoid race conditions in detection of EINPROGRESS durin...
2000-02-19 Tatsuo IshiiFix nasty bug in setting client_encoding
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-02-07 Peter EisentrautFixed psql double quoting of SQL ids
2000-02-05 Tatsuo IshiiChange function name PQclientencoding to PQclientEncodi...
2000-01-26 Bruce MomjianAdd:
2000-01-24 Bruce MomjianRemove Ops parameter from STATRELID cache lookup, for...
2000-01-23 Peter Eisentrautupdated install file
2000-01-18 Bruce MomjianHi!
2000-01-18 Bruce MomjianLibpq non-blocking mode, from Alfred Perlstein
2000-01-16 Tom LaneSigh, I'm an idiot ... I broke the async startup logic...
2000-01-15 Tatsuo IshiiEliminate using putenv().
2000-01-14 Tom LaneClean up some problems in new asynchronous-connection...
1999-12-02 Tom LaneType 'socklen_t' might be the right way to declare...
1999-11-30 Bruce MomjianThis patch (against the current CVS sources) adds to...
1999-11-11 Bruce MomjianIn the spirit of TODO item
1999-11-05 Tom Laneenvironment variable set by MULTIBYTE startup code...
1999-10-26 Bruce MomjianThese are two minor corrections to libpq's PQsetNoticeP...
1999-09-27 Bruce MomjianLots of patches coming in from me today :-)
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-06-17 Bruce MomjianRemove QUERY_LIMIT and documenation on same. Change...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-03 Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1999-03-29 Tatsuo Ishiichange comparison char* and NULL to char* and '\0'...
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-18 Bruce MomjianEnable bushy and right-hand queries by default.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-05 Bruce MomjianReverse out const to libpq interface from D'Arcy.
1999-02-04 Bruce MomjianConst fixes from D'Arcy.
1999-01-27 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1999-01-17 Tom LaneImprove error message when connect() call fails:
1998-10-14 Bruce MomjianNew PGQUERY_LIMIT environment variable, and doc changes.
1998-10-13 Marc G. FournierFrom: Peter Gucwa <pg@softcomputer.com>
1998-10-01 Tom LaneUpdate libpq to store an error message in PGresult...
1998-09-20 Bruce MomjianFix memory leak from Tom Lane.
1998-09-18 Bruce MomjianFixes for VC and libpq.
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-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-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-07-18 Bruce MomjianAdd auto-size to screen to \d? commands. Use UNION...
1998-07-09 Marc G. FournierFrom: Tom Lane <tgl@sss.pgh.pa.us>
1998-07-09 Marc G. FournierFrom: Tom Lane <tgl@sss.pgh.pa.us>
1998-07-07 Marc G. FournierFrom: "Dr. Michael Meskes" <meskes@online-club.de>
1998-07-03 Bruce Momjianwin32 cleanup
1998-07-03 Bruce MomjianHello!
1998-06-21 Bruce MomjianRemove un-needed include files.
1998-06-16 Bruce MomjianHi, here are the patches to enhance existing MB handlin...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-06 Bruce MomjianWhat I've done:
1998-04-21 Marc G. FournierFrom: Bryan Henderson <bryanh@giraffe-data.com>
1998-03-26 Bruce MomjianI have been troubled by a segmentation fault when reloa...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-31 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-29 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-28 Marc G. FournierFrom: Peter T Mount <patches@maidast.demon.co.uk>
1998-01-26 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-23 Marc G. FournierFixes a free() problem under FreeBSD
1998-01-17 Marc G. FournierFrom: Jan Wilhelm <Jan_Wilhelm@Physik.TU-Muenchen.DE>
1998-01-14 Bruce MomjianCleanup of prototypes. FIx for PQtrace start/stop...
1998-01-13 Vadim B. MikheevRemove unused "option" from PQconnectdb().
1998-01-13 Marc G. FournierFrom: Goran Thyni <goran@bildbasen.se>
1997-12-05 Bruce MomjianFix tolower loops to go in proper direction for cache.
1997-12-04 Bruce MomjianUpdate description for PGHOST and unix domain sockets...
1997-12-04 Bruce MomjianUpdate description for PGHOST and unix domain sockets...
1997-12-04 Marc G. FournierFrom: todd brandys <brandys@eng3.hep.uiuc.edu>
1997-12-01 Bruce MomjianFix pg_dump, and libpq changes.
1997-12-01 Bruce MomjianDocument pg_dump -z, clean up option list. Fix problem...
1997-11-17 Thomas G. LockhartUnscramble port selection logic to avoid compiler compl...
1997-11-14 Thomas G. LockhartAdd other initialization environment variables:
1997-11-10 Thomas G. LockhartAdd PGTZ environment variable to initialization code.
1997-11-10 Bruce MomjianFix case issues with quotes.
1997-11-07 Bruce MomjianAdd Unix domain socket support, from Goran Thyni, goran...
1997-09-18 Bruce MomjianInline memset() as MemSet().
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-09-05 Bruce MomjianAdd // comments.
1997-06-06 Marc G. FournierFrom: Igor <igor@sba.miami.edu>
1997-06-01 Marc G. FournierFrom: Igor <igor@sba.miami.edu>
1997-05-20 Bruce MomjianAdded fcvt() prot for bsdi.
1997-05-13 Bruce Momjianfix for sizeof pointed out by Ed Buddington
1997-05-09 Marc G. FournierFrom: Edmund Mergl <E.Mergl@bawue.de>
1997-05-07 Marc G. FournierFrom: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
1997-04-17 Marc G. FournierFrom: Raymond Toy <toy@rtp.ericsson.se>
1997-04-16 Vadim B. MikheevconnectDB(): setsockopt (..., TCP_NODELAY, ...) added.
1997-04-15 Marc G. FournierA couple of cleanups from Scott Harrison <Scott_Harriso...
1997-04-02 Marc G. FournierFrom: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
next