aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h,Tom Lane2006-05-28
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-28
* Don't call PQclear until the struct is really no longer going to be used.Alvaro Herrera2006-05-28
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-26
* Remove trailing blank line from exports.txt.Bruce Momjian2006-05-23
* Add PQisthreadsafe() to libpq, to allow library applications to queryBruce Momjian2006-05-23
* Avoid duplicate definition of LOCALEDIR in pg_config.h, already definedBruce Momjian2006-05-23
* Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane2006-05-21
* Fix typo in comment.Alvaro Herrera2006-05-19
* Code alignment fix.Bruce Momjian2006-05-18
* Remove canonicalize_path() call for .pgpass socket directory comparison;Bruce Momjian2006-05-18
* Allow the .pgpass hostname to match the default socket directory, asBruce Momjian2006-05-17
* Fix typo in comment.Bruce Momjian2006-05-11
* Use SQL standard '' rather than \' for tutorial/sample code.Bruce Momjian2006-05-11
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-11
* Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport,, $(LIBS)), for consist...Bruce Momjian2006-05-07
* Add SSL CRL support to libpq. Recently added to the backend.Bruce Momjian2006-05-06
* We only need to add thread.c on non-WIN32 platforms, since get_home_pathTom Lane2006-04-29
* Arrange to strip libpq.so of symbols that aren't officially supposed toTom Lane2006-04-28
* Tab alignment cleanup.Bruce Momjian2006-04-27
* Add underscores to SSL CERT macro names, for clarity and consistencyBruce Momjian2006-04-27
* Change libpq's PQgetssl() to return a void*, rather than SSL *, so thatBruce Momjian2006-04-27
* Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq:Bruce Momjian2006-04-27
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-25
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-25
* Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes2006-04-24
* Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X.Bruce Momjian2006-04-24
* Fix ancient memory leak in PQprintTuples(); our code no longer uses thisTom Lane2006-04-19
* Fix typo.Neil Conway2006-04-11
* Add comment for why we recompile pgport C files.Bruce Momjian2006-04-09
* Update comment that pgNotify.be_pid is pid of the notifying server process.Bruce Momjian2006-03-20
* Fixed bug 2330: Wrong error code in case of a duplicate keyMichael Meskes2006-03-17
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Remove Christof Petig copyright. He already approved removal from anBruce Momjian2006-03-11
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Remove Christof Petig copyright on include file, per author request.Bruce Momjian2006-03-08
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-07
* 'make clean' should NOT remove *~ files.Tom Lane2006-03-07
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-06
* * Stephen Frost (sfrost@snowman.net) wrote:Bruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Teach PQcmdTuples() that a COPY command tag might contain a row count,Tom Lane2006-03-03
* Remove unnecessary lo_lseek call in lo_open. Apparently there was onceTom Lane2006-03-02
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* Add positive defense against trying to connect when the connectionTom Lane2006-02-13
* Back out patch pending review.Bruce Momjian2006-02-12
* > I've now tested this patch at home w/ 8.2HEAD and it seems to fix theBruce Momjian2006-02-12
* C++ comments are verboten. Per gripe from Kris Jurka.Tom Lane2006-02-09
* Fix broken non-YYDEBUG case.Tom Lane2006-02-09
* Added just another test case.Michael Meskes2006-02-08