summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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-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-05Stamp release 7.4.11.Bruce Momjian
2006-01-01Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway
2005-12-09Stamp 7.4.10.Tom Lane
2005-10-14[ Backpatch to 7.4.X.]Bruce Momjian
2005-10-03Stamp release 7.4.9.Tom Lane
2005-08-24 - Check for NULL before checking whether argument is an array.Michael Meskes
2005-07-16ecpglib depends on last_path_separator from src/port/path.c, so we'dTom Lane
2005-07-14Fix mis-backport of libpq memory leak fix. Per Michael Fuhr.Tom Lane
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-02Fixed memory leak in ecpglib by adding some missing free() commands.Michael Meskes
2005-05-08In Blob.getBytes(long position, int length) position is an offsetKris Jurka
2005-05-05Stamp release 7.4.8.Tom Lane
2005-05-05Add WSACleanup() for Win32 socket cleanup.Bruce Momjian
2005-04-22Release build 216.Kris Jurka
2005-04-22Updatable ResultSets need to check for an empty ResultSet becauseKris Jurka
2005-04-22When moveToCurrentRow is called and the current row is off theKris Jurka
2005-04-18When positioned before the start of a ResultSet issuing relative(0)Kris Jurka
2005-01-30Stamp release 7.4.7.Tom Lane
2005-01-13Fix mapping infinite timestamp values to arbitrary dates.Kris Jurka
2005-01-11interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane
2004-11-10List VALUE as a keyword.Michael Meskes
2004-11-01fixed bug in REVOKE statement cat_str only has 8 argumentsDave Cramer
2004-10-30New translationsPeter Eisentraut
2004-10-22Stamp release 7.4.6.REL7_4_6Tom Lane
2004-10-21Correctly cast the return value of a CallableStatement when getShortKris Jurka
2004-10-05'::' is no longer interpreted as a variable in a prepare statement.Michael Meskes
2004-09-13Protected access to variable m_preparedCount via synchronizedKris Jurka
2004-09-13ResultSet.moveToCurrentRow was checking the cached updateability flagKris Jurka
2004-08-18Brand 7.4.5 ... now that was our shortest-lived release ever ...REL7_4_5Tom Lane
2004-08-15Stamp 7.4.4.REL7_4_4Tom Lane
2004-08-13New build for the 7.4.4 release.Kris Jurka
2004-08-11Decode V3 notice messages instead of leaving them in raw form.Kris Jurka
2004-08-11DatabaseMetaData.getSearchString escape was a \ short of workingKris Jurka
2004-07-20Fixed handling of cyclic defines.Michael Meskes
2004-07-15When retrieving an array of numerics it attempted to set the scale onKris Jurka
2004-07-05Added free() calls against memory leak in interval.c.Michael Meskes
2004-06-27- Only use typedefs inside their scope.Michael Meskes
2004-06-24Fix apparently harmless typo. {$srcdir} -> ${srcdir}Kris Jurka
2004-06-22Close the existing socket connection when reverting to the V2Kris Jurka
2004-06-21Fix some problems with result sets positioned before the start orKris Jurka