summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2007-11-06Fixed two parser bugs.Michael Meskes
2007-10-09Don't try to free pgpassfile since it's a stack variable.Magnus Hagander
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-05-21Removed errant ISODOWMichael Meskes
2007-05-21Backported fix from HEAD that removes superfluous function Vista has a proble...Michael Meskes
2007-04-27Removed non-existant function from extern.hMichael Meskes
2007-04-27Inlined two functions to get rid of va_list prolems on some archs.Michael Meskes
2007-04-19Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian
2007-03-27Fix typo, ensable -> enable, per Steve Gieseking.Tom Lane
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.1.7.REL8_1_7Tom Lane
2007-01-31Translation updatesPeter Eisentraut
2007-01-05Stamp release 8.1.6.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 from HEADMichael Meskes
2006-08-18Applied the connect patch from HEAD.Michael 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-06Have BCC echo output "" using "", rather than \"\" as earlier reported.Bruce Momjian
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-21Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane
2006-05-19Stamp 8.1.4, except configure/configure.in.Bruce Momjian
2006-05-11Use SQL standard '' rather than \' for tutorial/sample code.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
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-03-06* Stephen Frost (sfrost@snowman.net) wrote:Bruce Momjian
2006-02-12Stamp 8.1.3, but exclude configure.in/configure change.Bruce 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-15When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, notNeil Conway
2006-01-05Stamp release 8.1.2.Bruce Momjian
2006-01-01Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway
2005-12-08Stamp 8.1.1.Bruce Momjian
2005-12-06ecpg/pgtypeslib seems to need snprintf.c pulled in, too.Tom Lane