summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* We only need to add thread.c on non-WIN32 platforms, since get_home_pathTom Lane2006-04-291-2/+7
* Arrange to strip libpq.so of symbols that aren't officially supposed toTom Lane2006-04-282-8/+33
* Tab alignment cleanup.Bruce Momjian2006-04-271-5/+5
* Add underscores to SSL CERT macro names, for clarity and consistencyBruce Momjian2006-04-271-10/+10
* Change libpq's PQgetssl() to return a void*, rather than SSL *, so thatBruce Momjian2006-04-272-14/+6
* Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq:Bruce Momjian2006-04-271-207/+1
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-251-3/+1
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-251-1/+3
* Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes2006-04-244-17/+16
* Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X.Bruce Momjian2006-04-241-1/+1
* Fix ancient memory leak in PQprintTuples(); our code no longer uses thisTom Lane2006-04-191-2/+4
* Fix typo.Neil Conway2006-04-111-2/+2
* Add comment for why we recompile pgport C files.Bruce Momjian2006-04-091-2/+5
* Update comment that pgNotify.be_pid is pid of the notifying server process.Bruce Momjian2006-03-201-2/+2
* Fixed bug 2330: Wrong error code in case of a duplicate keyMichael Meskes2006-03-172-2/+6
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-144-10/+267
* Remove Christof Petig copyright. He already approved removal from anBruce Momjian2006-03-112-6/+2
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-1127-0/+52
* Remove Christof Petig copyright on include file, per author request.Bruce Momjian2006-03-082-8/+1
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-071-10/+2
* 'make clean' should NOT remove *~ files.Tom Lane2006-03-071-2/+2
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-061-17/+30
* * Stephen Frost (sfrost@snowman.net) wrote:Bruce Momjian2006-03-061-27/+73
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-0523-45/+45
* Teach PQcmdTuples() that a COPY command tag might contain a row count,Tom Lane2006-03-031-19/+26
* Remove unnecessary lo_lseek call in lo_open. Apparently there was onceTom Lane2006-03-021-6/+1
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-1/+1
* Add positive defense against trying to connect when the connectionTom Lane2006-02-132-5/+16
* Back out patch pending review.Bruce Momjian2006-02-121-73/+27
* > I've now tested this patch at home w/ 8.2HEAD and it seems to fix theBruce Momjian2006-02-121-27/+73
* C++ comments are verboten. Per gripe from Kris Jurka.Tom Lane2006-02-091-1/+0
* Fix broken non-YYDEBUG case.Tom Lane2006-02-091-1/+5
* Added just another test case.Michael Meskes2006-02-0810-65/+133
* Fix HTML alignment in PQprint.Bruce Momjian2006-02-071-8/+8
* Fix PQprint HTML tag, "centre" -> "center".Bruce Momjian2006-02-061-4/+4
* Added C bit fields to ecpg parserMichael Meskes2006-02-046-22/+69
* In ecpg, automatically double single quotes in $$ strings becauseBruce Momjian2006-02-042-29/+30
* Improve tab whitespace in file.Bruce Momjian2006-02-031-141/+142
* More spacing cleanups.Bruce Momjian2006-02-021-35/+35
* Source code alignment fixes for preproc.y.Bruce Momjian2006-02-011-676/+656
* More alignment improvements.Bruce Momjian2006-02-011-4/+4
* Make pgc.l source code alignment consistent.Bruce Momjian2006-02-011-220/+224
* Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundantTom Lane2006-01-251-7/+7
* Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macroTom Lane2006-01-241-2/+2
* - Synced parser and keyword list.Michael Meskes2006-01-245-12/+185
* Data transferred binary is now put into the variables verbatim.Michael Meskes2006-01-175-58/+153
* When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, notNeil Conway2006-01-151-1/+5
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-115-17/+17
* Remove BEOS port.Bruce Momjian2006-01-051-4/+0
* Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway2006-01-011-90/+90