aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Backported bug fix for #2956.Michael Meskes2007-02-27
* Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet.Bruce Momjian2007-02-07
* Backported va_list handling cleanupMichael Meskes2007-02-06
* Stamp release 8.0.11.REL8_0_11Tom Lane2007-02-02
* Translation updatesPeter Eisentraut2007-01-31
* Stamp release 8.0.10.Bruce Momjian2007-01-05
* Applied patch by Peter Harris to free auto_mem struct in ECPGconnect.Michael Meskes2006-11-08
* Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian2006-10-09
* Backported buffer overrun fix from HEADMichael Meskes2006-08-18
* Applied the connect patch from HEADMichael Meskes2006-08-18
* Fixed remaining Coverity bugs.Michael Meskes2006-07-05
* Added missing braces to prevent a segfault after usage of an undeclared cursor.Michael Meskes2006-06-26
* Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes2006-06-26
* Moved some free() calls that coverity correctly complains about.Michael Meskes2006-06-25
* Added some more coverity report patches send in by Martijn van Oosterhout <kl...Michael Meskes2006-06-21
* Added fixes from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-21
* Do not use already free'ed errmsg, bug found by Joachim WielandMichael Meskes2006-06-19
* Fixed two memory leaks in ecpglib.Michael Meskes2006-06-06
* Remove pqsignalinquire(), which is unused and has portability issues.Tom Lane2006-05-30
* Stamp releases 7.3.15, 7.4.13, and 8.0.8.Bruce Momjian2006-05-21
* Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane2006-05-21
* Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4,Bruce Momjian2006-05-21
* Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes2006-04-24
* Fix ancient memory leak in PQprintTuples(); our code no longer uses thisTom Lane2006-04-19
* Fixed bug 2330: Wrong error code in case of a duplicate keyMichael Meskes2006-03-19
* Stamp releases for 2006-02-14 releaseBruce Momjian2006-02-12
* When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, notNeil Conway2006-01-15
* Stamp relesae 8.0.6.Bruce Momjian2006-01-05
* Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway2006-01-01
* Stamp 8.0.5.Tom Lane2005-12-09
* - Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes2005-11-30
* [ Backpatch to 8.0.X.]Bruce Momjian2005-10-14
* Stamp release 8.0.4.Tom Lane2005-10-03
* Fixed transaction command handling to not ignore savepoints and to correctly ...Michael Meskes2005-09-12
* - Check for NULL before checking whether argument is an array.Michael Meskes2005-08-24
* Fix libpq memory leak during PQreset() --- closePGconn() was notTom Lane2005-07-13
* Make libpq_gettext save and restore errno in a Windows-compatible way.Tom Lane2005-07-08
* Added patch by Gavin Scott <gavin@planetacetech.com> for Intel 64bit hardware.Michael Meskes2005-06-02
* Fixed memory leak in ecpglib by adding some missing free() commands.Michael Meskes2005-06-02
* Translation updatesPeter Eisentraut2005-05-25
* Stamp release 8.0.3.Tom Lane2005-05-05
* Add WSACleanup() for Win32 socket cleanup.Bruce Momjian2005-05-05
* Improve cleanup from win32 client-only build.Bruce Momjian2005-04-29
* Backpatch BCC compile changes to 8.0.X for psql.Bruce Momjian2005-04-29
* Fix Borland makefile for libpq and improve it for psql.Bruce Momjian2005-04-29
* Added patch by Philip Yarra <philip.yarra@internode.on.net> for a bug in thre...Michael Meskes2005-04-14
* Stamp 8.0.2.REL8_0_2Tom Lane2005-04-07
* Translation updatesPeter Eisentraut2005-04-02
* Make additional stamps for 8.0.2.Bruce Momjian2005-03-26
* Tag for 8.0.2beta1PostgreSQL Daemon2005-03-26