summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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
2004-06-21Fix updatable ResultSets stream methods (ascii, character, binary).Kris Jurka
2004-06-18Foreign key information results should have column name FKTABLE_CATKris Jurka
2004-06-17Added patch by ISHIDA Akio to allow indicators in execute statements.Michael Meskes
2004-06-16Don't throw an Exception in locatorsUpdateCopy() even though theKris Jurka
2004-06-16Bump the build number to relase a new version.Kris Jurka
2004-06-16When deleteRow() is called on an updateable ResultSet the ResultSetKris Jurka
2004-06-16Fix DatabaseMetaData results for determining foreign keyKris Jurka
2004-06-13Suppress compile warnings on machines where the INT64CONST() decorationTom Lane
2004-06-11Stamp 7.4.3. Still need release notes.Bruce Momjian
2004-06-11ECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles const,Bruce Momjian
2004-05-21Fixed DEALLOCATE PREPARE to use correct function callMichael Meskes
2004-05-17Fix setting timestamp values with very early year values, like 2, byKris Jurka
2004-05-14Propagate enlargeStringInfo() fixes into the equivalent code inTom Lane
2004-05-10Just another bug in adjust_informix.Michael Meskes
2004-05-07- Fixed bug that reversed string length in typedefs.Michael Meskes
2004-05-07Allow public access to radius field to match other geometric typesKris Jurka
2004-05-05Fixed bug in adjust_informix that treated arrays as simple variables.Michael Meskes
2004-04-26Update the build.xml file to support building with the new 1.5 jdkKris Jurka
2004-04-24Allow updateable ResultSets to support types that aren't directlyKris Jurka
2004-04-23Fixed memory misusage in variable handling.Michael Meskes
2004-03-29Fix for bug with the jdbc driver not properly working with binary cursors andBarry Lind
2004-03-29Fixed possible segfault in type.c (by Juergen Cappel)Michael Meskes
2004-03-14Fix error in termination of COPY IN mode when using V2 protocol.Tom Lane
2004-03-14Committed Informix compat bug fix to 7.4 as well.Michael Meskes
2004-03-05Brand 7.4.2. Release notes still need work.Bruce Momjian
2004-03-05libpq's query to get the OIDs of large-object support functions was notTom Lane
2004-03-04- Fixed segfault due to missing check for variable declaration.Michael Meskes
2004-03-04Update build number in anticipation of 7.4.2 release. With noKris Jurka
2004-03-02Add missing sprompt.obj psql usage for Borland compiler, per privateBruce Momjian
2004-03-02Added the missing rules for VOLATILE.Michael Meskes
2004-02-24- Corrected error handling in PGTYPEStimestamp_from_asc.Michael Meskes
2004-02-24Closing a Connection or Statement object twice should be a no-opKris Jurka
2004-02-23Fixed incorrect output of indicator structs using the name of the data struct.Michael Meskes
2004-02-15- Allowed some C keywords to be used as SQL column names. This used to work i...Michael Meskes
2004-02-15 - Added missing braces to array parsing.Michael Meskes
2004-02-10Repair missing inclusions of -lintl for shared libraries.Tom Lane
2004-02-10Don't try to turn the random bytes from a md5 salt into a StringKris Jurka
2004-02-03V3 NotificationResonse messages were trying to be received as V2Kris Jurka
2004-02-03ConnectionPool and SimpleDataSource are marked Serializable, but theirKris Jurka
2004-02-03ResultSet.next() and previous() incremented or decremented theKris Jurka
2004-02-03Fix the setXXXStream methods. If passed a null InputStream, convertKris Jurka
2004-02-03Newer versions of the 1.4.2 jdk give warnings about having return in aKris Jurka
2004-02-02Use Tcl_PutEnv() in place of putenv() in libpgtcl, as the latter canNeil Conway