summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2006-05-11Code review for standard_conforming_strings patch. Fix it so it does notTom Lane
2006-05-07Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport,, $(LIBS)), for consist...Bruce Momjian
2006-05-06Add SSL CRL support to libpq. Recently added to the backend.Bruce Momjian
2006-04-29We only need to add thread.c on non-WIN32 platforms, since get_home_pathTom Lane
2006-04-28Arrange to strip libpq.so of symbols that aren't officially supposed toTom Lane
2006-04-27Tab alignment cleanup.Bruce Momjian
2006-04-27Add underscores to SSL CERT macro names, for clarity and consistencyBruce Momjian
2006-04-27Change libpq's PQgetssl() to return a void*, rather than SSL *, so thatBruce Momjian
2006-04-27Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq:Bruce Momjian
2006-04-25Back out RESET CONNECTION until there is more discussion.Bruce Momjian
2006-04-25Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian
2006-04-24Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes
2006-04-24Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X.Bruce Momjian
2006-04-19Fix ancient memory leak in PQprintTuples(); our code no longer uses thisTom Lane
2006-04-11Fix typo.Neil Conway
2006-04-09Add comment for why we recompile pgport C files.Bruce Momjian
2006-03-20Update comment that pgNotify.be_pid is pid of the notifying server process.Bruce Momjian
2006-03-17Fixed bug 2330: Wrong error code in case of a duplicate keyMichael Meskes
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-03-11Remove Christof Petig copyright. He already approved removal from anBruce Momjian
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-08Remove Christof Petig copyright on include file, per author request.Bruce Momjian
2006-03-07Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane
2006-03-07'make clean' should NOT remove *~ files.Tom Lane
2006-03-06Enable standard_conforming_strings to be turned on.Bruce Momjian
2006-03-06* Stephen Frost (sfrost@snowman.net) wrote:Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-03Teach PQcmdTuples() that a COPY command tag might contain a row count,Tom Lane
2006-03-02Remove unnecessary lo_lseek call in lo_open. Apparently there was onceTom Lane
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2006-02-13Add positive defense against trying to connect when the connectionTom Lane
2006-02-12Back out patch pending review.Bruce Momjian
2006-02-12> I've now tested this patch at home w/ 8.2HEAD and it seems to fix theBruce Momjian
2006-02-09C++ comments are verboten. Per gripe from Kris Jurka.Tom Lane
2006-02-09Fix broken non-YYDEBUG case.Tom Lane
2006-02-08 Added just another test case.Michael Meskes
2006-02-07Fix HTML alignment in PQprint.Bruce Momjian
2006-02-06Fix PQprint HTML tag, "centre" -> "center".Bruce Momjian
2006-02-04Added C bit fields to ecpg parserMichael Meskes
2006-02-04In ecpg, automatically double single quotes in $$ strings becauseBruce Momjian
2006-02-03Improve tab whitespace in file.Bruce Momjian
2006-02-02More spacing cleanups.Bruce Momjian
2006-02-01Source code alignment fixes for preproc.y.Bruce Momjian
2006-02-01More alignment improvements.Bruce Momjian
2006-02-01Make pgc.l source code alignment consistent.Bruce Momjian
2006-01-25Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundantTom Lane
2006-01-24Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macroTom Lane
2006-01-24- Synced parser and keyword list.Michael Meskes
2006-01-17Data transferred binary is now put into the variables verbatim.Michael Meskes
2006-01-15When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, notNeil Conway