summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-misc.c
AgeCommit message (Expand)Author
2014-09-12Support Subject Alternative Names in SSL server certificates.Heikki Linnakangas
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-08-07Improve comment.Heikki Linnakangas
2014-05-07Avoid buffer bloat in libpq when server is consistently faster than client.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-16libpq: use pgsocket for socket values, for portabilityBruce Momjian
2014-02-12Improve libpq's error recovery for connection loss during COPY.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-09-07Centralize libpq's low-level code for dropping a connection.Tom Lane
2012-04-04Add a "row processor" API to libpq for better handling of large results.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-07-24Fix previous patch so it also works if not USE_SSL (mea culpa).Tom Lane
2011-07-24Improve libpq's error reporting for SSL failures.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-22Add PQlibVersion() function to libpqMagnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-05-09Adjust comments about avoiding use of printf's %.*s.Tom Lane
2010-05-08Work around a subtle portability problem in use of printf %s format.Tom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-21Removed comparison of unsigned expression < 0.Michael Meskes
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-10-27Add support for multiple error messages from libpq, by simply appending themMagnus Hagander
2008-08-20Make libpq on windows not try to send chunks larger than 64Kb.Magnus Hagander
2008-05-29Tweak libpq to avoid crashing due to incorrect buffer size calculation whenTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-10-13Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-05-23Avoid duplicate definition of LOCALEDIR in pg_config.h, already definedBruce Momjian
2006-05-18Code alignment fix.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-01-11Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-26Don't need gettext calls around debug messages.Peter Eisentraut
2005-09-24Suppress signed-vs-unsigned-char warnings.Tom Lane
2005-08-23The attached patch updates the thread test program to run stand-alone onBruce Momjian
2005-08-23Back out incorrect commit.Bruce Momjian
2005-08-23Fix function name.Bruce Momjian
2005-07-08Make libpq_gettext save and restore errno in a Windows-compatible way.Tom Lane
2005-07-06Save and restore errno across bindtextdomain call, per discussion.Tom Lane
2005-06-12libpq was not consistently checking for memory allocation failures. ThisNeil Conway
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian