summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2000-03-24Fold PQsetenv working state into PGconn, rather than trying to maintainTom Lane
2000-03-23Some points for portability improvements:Bruce Momjian
2000-03-23Please apply the attached patch to interfaces/libpq/libpq-fe.h. This wouldBruce Momjian
2000-03-14Repair unintentional damage to MULTIBYTE code.Tom Lane
2000-03-11Change PQconndefaults() to return a malloc'd array, instead of a staticTom Lane
2000-02-24 The following is required in order to make beta1 compile on the Win32Bruce Momjian
2000-02-24Tweak libpq so that if a backend ERROR message arrives while libpqTom Lane
2000-02-21Avoid race conditions in detection of EINPROGRESS during connect().Jan Wieck
2000-02-19Fix nasty bug in setting client_encodingTatsuo Ishii
2000-02-15New cost model for planning, incorporating a penalty for random pageTom Lane
2000-02-07Fixed psql double quoting of SQL idsPeter Eisentraut
2000-02-05Change function name PQclientencoding to PQclientEncoding sinceTatsuo Ishii
2000-01-29A few minor psql enhancementsPeter Eisentraut
2000-01-26Add:Bruce Momjian
2000-01-24Remove Ops parameter from STATRELID cache lookup, for Tom Lane andBruce Momjian
2000-01-23updated install filePeter Eisentraut
2000-01-20Tweak includes to avoid compiler warning on HPUX.Tom Lane
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
2000-01-19Fix for multibyte support. Since some function declarationsTatsuo Ishii
2000-01-18Hi!Bruce Momjian
2000-01-18Libpq non-blocking mode, from Alfred PerlsteinBruce Momjian
2000-01-17Modify libpq's pqexpbuffer to eliminate length restriction on how muchTom Lane
2000-01-16Sigh, I'm an idiot ... I broke the async startup logic a couple days ago,Tom Lane
2000-01-15Eliminate using putenv().Tatsuo Ishii
2000-01-14Clean up some problems in new asynchronous-connection logicTom Lane
2000-01-10Update int28out and out8out and _in_ functions to handle trailing zerosBruce Momjian
1999-12-16I have done the QNX4 port with the current source tree. The number ofBruce Momjian
1999-12-02Type 'socklen_t' might be the right way to declare getsockopt()'s lastTom Lane
1999-11-30This patch (against the current CVS sources) adds to libpq the functionsBruce Momjian
1999-11-11In the spirit of TODO itemBruce Momjian
1999-11-05environment variable set by MULTIBYTE startup code should beTom Lane
1999-10-26These are two minor corrections to libpq's PQsetNoticeProcessor function.Bruce Momjian
1999-10-25Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane
1999-10-23Remove gratuitous redefinitions of BLCKSZ.Tom Lane
1999-10-13Hi,Bruce Momjian
1999-10-11Add pginterface into main tree, called pgeasy.Bruce Momjian
1999-09-27Lots of patches coming in from me today :-)Bruce Momjian
1999-09-13Patch to cure O(N^2) behavior in libpq when reading a longTom Lane
1999-08-31Update frontend libpq to remove limits on query lengths,Tom Lane
1999-08-16Fix for Win32 making problem with MB enabled.Tatsuo Ishii
1999-07-19Enable WIN32 compilation of libpq.Bruce Momjian
1999-07-19Win32 cleanupBruce Momjian
1999-07-19Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian
1999-07-18Update for 6.6.Bruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-13Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian
1999-07-10Update stuff for 6.5.1 release.Bruce Momjian
1999-06-30Make sure symlinks for sharedlib get removed by 'make clean'.Tom Lane
1999-06-17Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian
1999-06-07> Here is a small patch that should only affect win32 buildingBruce Momjian