summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2006-07-12Clean up for warning:Joe Conway
2006-07-11Allow each C include file to compile on its own by including any neededBruce Momjian
2006-07-10Move pthread-win32.h to /port, modify bcc/msvc makefiles.Bruce Momjian
2006-07-05Fixed remaining Coverity bugs.Michael Meskes
2006-07-04Remove libpq's PQescapeIdentifier(), not safe from injection attacks.Bruce Momjian
2006-06-27Add PQescapeIdentifier() to libpqBruce Momjian
2006-06-26Added missing braces to prevent a segfault after usage of an undeclared cursor.Michael Meskes
2006-06-26Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes
2006-06-25Moved some free() calls that coverity correctly complains about.Michael Meskes
2006-06-25Remove individual user copyright because the code is contributed toBruce Momjian
2006-06-23Clarified copyright noticeMichael Meskes
2006-06-21Added some more coverity report patches send in by Martijn van Oosterhout <kl...Michael Meskes
2006-06-21Fixed small typo in changelogMichael Meskes
2006-06-21Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes
2006-06-20Split definitions for md5.c out of crypt.h and into their own headerTom Lane
2006-06-19Do not use already free'ed errmsg, bug found by Joachim WielandMichael Meskes
2006-06-14Further thoughts about lo_export/lo_import error handling: if one ofTom Lane
2006-06-14Improve error detection and recovery in lo_import()/lo_export().Tom Lane
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-06-06Have BCC echo output "" using "", rather than \"\" as earlier reported.Bruce Momjian
2006-06-06Fixed two more memory leaks in ecpglib.Michael Meskes
2006-05-31Somehow a ";" got lost which changed the logic. This btw is the first fix res...Michael Meskes
2006-05-30Remove pqsignalinquire(), which is unused and has portability issues.Tom Lane
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-26Use E'' strings internally only when standard_conforming_strings =Bruce Momjian
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-11Use SQL standard '' rather than \' for tutorial/sample code.Bruce Momjian
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