aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Stamp 7.4.20 (except for configure.in/configure)Tom Lane2008-06-05
* Translation updates.Tom Lane2008-06-05
* Fixed bug in PGTYPEStimestamp_sub that used pointers instead of the values to...Michael Meskes2008-04-10
* Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:Tom Lane2008-01-14
* Stamp release 7.4.19.REL7_4_19Tom Lane2008-01-03
* Added missing clause to parser.Michael Meskes2007-11-06
* Translation updatesPeter Eisentraut2007-09-13
* Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.Bruce Momjian2007-09-11
* The proper guaranteed buffer size for errors isMagnus Hagander2007-07-23
* Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian2007-04-19
* Backported bug fix for #2956.Michael Meskes2007-02-27
* Stamp release 7.4.16.REL7_4_16Tom Lane2007-02-02
* Translation updatesPeter Eisentraut2007-01-31
* Stamp release 7.4.15.Bruce Momjian2007-01-05
* Update libpq.rc for 7.3.16 and 7.4.14. Later releases use libpq.rc.in,Bruce Momjian2006-10-10
* 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
* 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
* Stamp release 7.4.11.Bruce Momjian2006-01-05
* Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway2006-01-01
* Stamp 7.4.10.Tom Lane2005-12-09
* [ Backpatch to 7.4.X.]Bruce Momjian2005-10-14
* Stamp release 7.4.9.Tom Lane2005-10-03
* - Check for NULL before checking whether argument is an array.Michael Meskes2005-08-24
* ecpglib depends on last_path_separator from src/port/path.c, so we'dTom Lane2005-07-16
* Fix mis-backport of libpq memory leak fix. Per Michael Fuhr.Tom Lane2005-07-14
* 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
* Fixed memory leak in ecpglib by adding some missing free() commands.Michael Meskes2005-06-02
* In Blob.getBytes(long position, int length) position is an offsetKris Jurka2005-05-08
* Stamp release 7.4.8.Tom Lane2005-05-05
* Add WSACleanup() for Win32 socket cleanup.Bruce Momjian2005-05-05
* Release build 216.Kris Jurka2005-04-22
* Updatable ResultSets need to check for an empty ResultSet becauseKris Jurka2005-04-22
* When moveToCurrentRow is called and the current row is off theKris Jurka2005-04-22
* When positioned before the start of a ResultSet issuing relative(0)Kris Jurka2005-04-18
* Stamp release 7.4.7.Tom Lane2005-01-30
* Fix mapping infinite timestamp values to arbitrary dates.Kris Jurka2005-01-13
* interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane2005-01-11
* List VALUE as a keyword.Michael Meskes2004-11-10
* fixed bug in REVOKE statement cat_str only has 8 argumentsDave Cramer2004-11-01
* New translationsPeter Eisentraut2004-10-30
* Stamp release 7.4.6.REL7_4_6Tom Lane2004-10-22
* Correctly cast the return value of a CallableStatement when getShortKris Jurka2004-10-21