summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2000-06-28Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut
2000-06-17Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut
2000-06-14Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut
2000-06-12Brand 7.1 release. Also update jdbc version in release branch.Bruce Momjian
2000-06-11Substituted new configure test for types of accept()Peter Eisentraut
2000-06-06Moved configure script from src/ to the top level directory. MovedPeter Eisentraut
2000-06-02Remove NT-specific file open defines by defining our own open macros forBruce Momjian
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-29Cleanup of <> and ""Bruce Momjian
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-05-27Update kerberos patchBruce Momjian
2000-05-27Back out kerberos changes. Causes compile problems.Bruce Momjian
2000-05-27Patch for Kerberos V.Bruce Momjian
2000-05-25! * Users doing non-blocking connections need to handle the resetBruce Momjian
2000-05-21Remove calls to getprotobyname(), which we now know leaks memory onTom Lane
2000-04-14If configure finds that inet_aton() is not present on this platform,Tom Lane
2000-04-14Revert inclusion of postgres_ext.h to use "..." instead of <...>, perTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-11Thomas pointed out this bug in my non-blocking stuff.Bruce Momjian
2000-03-30Remove extraneous semicolon.Tom Lane
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