aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Propagate enlargeStringInfo() fixes into the equivalent code inTom Lane2004-05-14
* Just another bug in adjust_informix.Michael Meskes2004-05-10
* - Fixed bug that reversed string length in typedefs.Michael Meskes2004-05-07
* Allow public access to radius field to match other geometric typesKris Jurka2004-05-07
* Fixed bug in adjust_informix that treated arrays as simple variables.Michael Meskes2004-05-05
* Update the build.xml file to support building with the new 1.5 jdkKris Jurka2004-04-26
* Allow updateable ResultSets to support types that aren't directlyKris Jurka2004-04-24
* Fixed memory misusage in variable handling.Michael Meskes2004-04-23
* Fix for bug with the jdbc driver not properly working with binary cursors andBarry Lind2004-03-29
* Fixed possible segfault in type.c (by Juergen Cappel)Michael Meskes2004-03-29
* Fix error in termination of COPY IN mode when using V2 protocol.Tom Lane2004-03-14
* Committed Informix compat bug fix to 7.4 as well.Michael Meskes2004-03-14
* Brand 7.4.2. Release notes still need work.Bruce Momjian2004-03-05
* libpq's query to get the OIDs of large-object support functions was notTom Lane2004-03-05
* - Fixed segfault due to missing check for variable declaration.Michael Meskes2004-03-04
* Update build number in anticipation of 7.4.2 release. With noKris Jurka2004-03-04
* Add missing sprompt.obj psql usage for Borland compiler, per privateBruce Momjian2004-03-02
* Added the missing rules for VOLATILE.Michael Meskes2004-03-02
* - Corrected error handling in PGTYPEStimestamp_from_asc.Michael Meskes2004-02-24
* Closing a Connection or Statement object twice should be a no-opKris Jurka2004-02-24
* Fixed incorrect output of indicator structs using the name of the data struct.Michael Meskes2004-02-23
* - Allowed some C keywords to be used as SQL column names. This used to work i...Michael Meskes2004-02-15
* - Added missing braces to array parsing.Michael Meskes2004-02-15
* Repair missing inclusions of -lintl for shared libraries.Tom Lane2004-02-10
* Don't try to turn the random bytes from a md5 salt into a StringKris Jurka2004-02-10
* V3 NotificationResonse messages were trying to be received as V2Kris Jurka2004-02-03
* ConnectionPool and SimpleDataSource are marked Serializable, but theirKris Jurka2004-02-03
* ResultSet.next() and previous() incremented or decremented theKris Jurka2004-02-03
* Fix the setXXXStream methods. If passed a null InputStream, convertKris Jurka2004-02-03
* Newer versions of the 1.4.2 jdk give warnings about having return in aKris Jurka2004-02-03
* Use Tcl_PutEnv() in place of putenv() in libpgtcl, as the latter canNeil Conway2004-02-02
* - Fixed prototype for ECPGprepared_statement to not moan about "const char"Michael Meskes2004-01-28
* Added WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE.Michael Meskes2004-01-21
* Translation updatePeter Eisentraut2004-01-13
* Translation updatesPeter Eisentraut2004-01-07
* Translation updatesPeter Eisentraut2004-01-05
* Fixed bug in GRANT OPTION FOR parsing.Michael Meskes2004-01-04
* Fix portability bugs: char values passed to <ctype.h> functions mustTom Lane2004-01-04
* Added missing whitespaces to array argument parsing.Michael Meskes2003-12-29
* Fix sanity-check code that mistakenly assumed error and notice messagesTom Lane2003-12-28
* Avoid infinite loop if connection is lost during PQexecStart() orTom Lane2003-12-28
* Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int);Michael Meskes2003-12-24
* Dept. of third thoughts: in fact, libpq should support SCM_CREDS challengeTom Lane2003-12-20
* Fix broken IDENT support for FreeBSD (appears to have been broken byTom Lane2003-12-20
* Backpatch pg_service.conf file change to not default dbname to matchBruce Momjian2003-12-19
* Supress ecpg thread test if configure didn't enable threads. FixBruce Momjian2003-12-19
* Fix memory leak with SSL connections due to missing X509_free() calls.Tom Lane2003-12-18
* Forgot to change one compatlib.h.Peter Eisentraut2003-12-18
* Move Informix compatibility include files out of the way. compatlib.hPeter Eisentraut2003-12-18
* patch for new OID74TestDave Cramer2003-12-18