aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* 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
* '::' is no longer interpreted as a variable in a prepare statement.Michael Meskes2004-10-05
* Protected access to variable m_preparedCount via synchronizedKris Jurka2004-09-13
* ResultSet.moveToCurrentRow was checking the cached updateability flagKris Jurka2004-09-13
* Brand 7.4.5 ... now that was our shortest-lived release ever ...REL7_4_5Tom Lane2004-08-18
* Stamp 7.4.4.REL7_4_4Tom Lane2004-08-15
* New build for the 7.4.4 release.Kris Jurka2004-08-13
* Decode V3 notice messages instead of leaving them in raw form.Kris Jurka2004-08-11
* DatabaseMetaData.getSearchString escape was a \ short of workingKris Jurka2004-08-11
* Fixed handling of cyclic defines.Michael Meskes2004-07-20
* When retrieving an array of numerics it attempted to set the scale onKris Jurka2004-07-15
* Added free() calls against memory leak in interval.c.Michael Meskes2004-07-05
* - Only use typedefs inside their scope.Michael Meskes2004-06-27
* Fix apparently harmless typo. {$srcdir} -> ${srcdir}Kris Jurka2004-06-24
* Close the existing socket connection when reverting to the V2Kris Jurka2004-06-22
* Fix some problems with result sets positioned before the start orKris Jurka2004-06-21
* Fix updatable ResultSets stream methods (ascii, character, binary).Kris Jurka2004-06-21
* Foreign key information results should have column name FKTABLE_CATKris Jurka2004-06-18
* Added patch by ISHIDA Akio to allow indicators in execute statements.Michael Meskes2004-06-17
* Don't throw an Exception in locatorsUpdateCopy() even though theKris Jurka2004-06-16
* Bump the build number to relase a new version.Kris Jurka2004-06-16
* When deleteRow() is called on an updateable ResultSet the ResultSetKris Jurka2004-06-16
* Fix DatabaseMetaData results for determining foreign keyKris Jurka2004-06-16
* Suppress compile warnings on machines where the INT64CONST() decorationTom Lane2004-06-13