summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2006-05-28enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h,Tom Lane
2006-05-28Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane
2006-05-28Don't call PQclear until the struct is really no longer going to be used.Alvaro Herrera
2006-05-23Remove trailing blank line from exports.txt.Bruce Momjian
2006-05-23Add PQisthreadsafe() to libpq, to allow library applications to queryBruce Momjian
2006-05-23Avoid duplicate definition of LOCALEDIR in pg_config.h, already definedBruce Momjian
2006-05-21Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane
2006-05-19Fix typo in comment.Alvaro Herrera
2006-05-18Code alignment fix.Bruce Momjian
2006-05-18Remove canonicalize_path() call for .pgpass socket directory comparison;Bruce Momjian
2006-05-17Allow the .pgpass hostname to match the default socket directory, asBruce Momjian
2006-05-11Fix typo in comment.Bruce Momjian
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-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-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-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-03-11Add CVS tag lines to files that were lacking them.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-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-07Fix HTML alignment in PQprint.Bruce Momjian
2006-02-06Fix PQprint HTML tag, "centre" -> "center".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-11Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway
2006-01-01Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway
2005-12-26Rename pg_make_encrypted_password to PQencryptPassword.Peter Eisentraut
2005-12-23Add an officially exported libpq function to encrypt passwords, andTom Lane
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-12-09Stamp libraries for 8.2 by updating minor library version numbers andBruce Momjian
2005-12-06Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane
2005-11-23Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-07Translation updates forward-port to HEAD.Alvaro Herrera
2005-11-04Translation updatesPeter Eisentraut
2005-11-03Translation updates.Alvaro Herrera
2005-10-29Translation updatesPeter Eisentraut