summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2000-01-24Remove Ops parameter from STATRELID cache lookup, for Tom Lane andBruce Momjian
2000-01-23updated install filePeter Eisentraut
2000-01-20ecpg shouldn't depend on parser/gramparse.h. Also, eliminate someTom Lane
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-18*** empty log message ***Michael Meskes
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-10Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian
2000-01-10Update int28out and out8out and _in_ functions to handle trailing zerosBruce Momjian
2000-01-08This patch removes the initialization of ri in loop inBruce Momjian
2000-01-07*** empty log message ***Michael Meskes
2000-01-05Fix it's and its to be correct.Bruce Momjian
1999-12-26Put back erroneously-removed definition of 'defines' variable.Tom Lane
1999-12-23*** empty log message ***Michael Meskes
1999-12-21The first fix is to allow an input file with a relative path and withoutBruce Momjian
1999-12-20Clean up some minor gcc warnings. I'm not touching theTom Lane
1999-12-16*** empty log message ***Michael Meskes
1999-12-16I have done the QNX4 port with the current source tree. The number ofBruce Momjian
1999-12-14This patch solves a couple of memory leaks in ecpglib.c. The patch isBruce Momjian
1999-12-10Rename several destroy* functions/tags to drop*.Bruce Momjian
1999-12-08*** empty log message ***Michael Meskes
1999-12-07*** empty log message ***Michael Meskes
1999-12-05This *should* fix the large object segfault problem. Note linewrap mayBruce Momjian
1999-12-03Replace examples .H to .h.Bruce Momjian
1999-12-03Rename libpq++.H to libpq++.h.Bruce 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-30Rename readonly to onlyread in odbc. Use varargs properly.Bruce Momjian
1999-11-29Small patch which fixes the ODBC driver so it doesn't segfault if:Bruce Momjian
1999-11-23ecpg ECPGFree fix from Rene Hogendoorn.Bruce Momjian
1999-11-23Fix _cplusplus test in both trees.Bruce Momjian
1999-11-23*** empty log message ***Michael Meskes
1999-11-22*** empty log message ***Michael Meskes
1999-11-11In the spirit of TODO itemBruce Momjian
1999-11-05environment variable set by MULTIBYTE startup code should beTom Lane
1999-11-02*** empty log message ***Michael Meskes
1999-11-02*** empty log message ***Michael Meskes
1999-10-29*** empty log message ***Michael Meskes
1999-10-27*** empty log message ***Michael Meskes
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-25bug fix for large objects (free)Byron Nikolaidis
1999-10-23Remove gratuitous redefinitions of BLCKSZ.Tom Lane
1999-10-22Remove fixed-size literal buffer from ecpg's lexer (sameTom Lane