summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2009-09-08Remove outside-the-scanner references to "yyleng".Tom Lane
2009-09-04Tag 8.1.18REL8_1_18Marc G. Fournier
2009-09-03Translation updatesPeter Eisentraut
2009-03-13tag 8.1.17REL8_1_17Marc G. Fournier
2009-01-30tagging 8.1.16REL8_1_16Marc G. Fournier
2009-01-28Go over all OpenSSL return values and make sure we compare themMagnus Hagander
2008-10-31tag 8.1.15REL8_1_15Marc G. Fournier
2008-10-30Translation updatesPeter Eisentraut
2008-10-10Optional arguments should be optional.Michael Meskes
2008-09-19tag for 8.1.14REL8_1_14Marc G. Fournier
2008-06-08Stamp 8.1.13 (except for configure.in/configure)Tom Lane
2008-06-05Stamp 8.1.12 (except for configure.in/configure)Tom Lane
2008-06-05Translation updates.Tom Lane
2008-06-05Added SQL symbol for variable names here too.Michael Meskes
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.1.11.REL8_1_11Tom Lane
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