summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2008-06-08Stamp 8.0.17 (except for configure.in/configure)Tom Lane
2008-06-05Stamp 8.0.16 (except for configure.in/configure)Tom Lane
2008-06-05Translation updates.Tom Lane
2008-04-10Fixed bug in PGTYPEStimestamp_sub that used pointers instead of the values to...Michael Meskes
2008-01-14Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:Tom Lane
2008-01-03Stamp release 8.0.15.REL8_0_15Tom Lane
2007-11-06Added missing clause to parser.Michael Meskes
2007-09-13Translation updatesPeter Eisentraut
2007-09-11Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.Bruce Momjian
2007-08-29Fixed bug in Informix define handling.Michael Meskes
2007-07-23The correct min buffer size isMagnus Hagander
2007-04-19Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian
2007-02-27Backported bug fix for #2956.Michael Meskes
2007-02-07Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet.Bruce Momjian
2007-02-06Backported va_list handling cleanupMichael Meskes
2007-02-02Stamp release 8.0.11.REL8_0_11Tom Lane
2007-01-31Translation updatesPeter Eisentraut
2007-01-05Stamp release 8.0.10.Bruce Momjian
2006-11-08Applied patch by Peter Harris to free auto_mem struct in ECPGconnect.Michael Meskes
2006-10-09Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian
2006-08-18Backported buffer overrun fix from HEADMichael Meskes
2006-08-18Applied the connect patch from HEADMichael Meskes
2006-07-05Fixed remaining Coverity bugs.Michael Meskes
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-21Added some more coverity report patches send in by Martijn van Oosterhout <kl...Michael Meskes
2006-06-21Added fixes from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes
2006-06-19Do not use already free'ed errmsg, bug found by Joachim WielandMichael Meskes
2006-06-06Fixed two memory leaks in ecpglib.Michael Meskes
2006-05-30Remove pqsignalinquire(), which is unused and has portability issues.Tom Lane
2006-05-21Stamp releases 7.3.15, 7.4.13, and 8.0.8.Bruce Momjian
2006-05-21Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane
2006-05-21Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4,Bruce Momjian
2006-04-24Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes
2006-04-19Fix ancient memory leak in PQprintTuples(); our code no longer uses thisTom Lane
2006-03-19Fixed bug 2330: Wrong error code in case of a duplicate keyMichael Meskes
2006-02-12Stamp releases for 2006-02-14 releaseBruce Momjian
2006-01-15When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, notNeil Conway
2006-01-05Stamp relesae 8.0.6.Bruce Momjian
2006-01-01Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway
2005-12-09Stamp 8.0.5.Tom Lane
2005-11-30- Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes
2005-10-14[ Backpatch to 8.0.X.]Bruce Momjian
2005-10-03Stamp release 8.0.4.Tom Lane
2005-09-12Fixed transaction command handling to not ignore savepoints and to correctly ...Michael Meskes
2005-08-24 - Check for NULL before checking whether argument is an array.Michael Meskes
2005-07-13Fix libpq memory leak during PQreset() --- closePGconn() was notTom Lane
2005-07-08Make libpq_gettext save and restore errno in a Windows-compatible way.Tom Lane
2005-06-02Added patch by Gavin Scott <gavin@planetacetech.com> for Intel 64bit hardware.Michael Meskes