| Age | Commit message (Expand) | Author |
| 2004-07-20 | Fixed handling of cyclic defines. | Michael Meskes |
| 2004-07-15 | When retrieving an array of numerics it attempted to set the scale on | Kris Jurka |
| 2004-07-05 | Added free() calls against memory leak in interval.c. | Michael Meskes |
| 2004-06-27 | - Only use typedefs inside their scope. | Michael Meskes |
| 2004-06-24 | Fix apparently harmless typo. {$srcdir} -> ${srcdir} | Kris Jurka |
| 2004-06-22 | Close the existing socket connection when reverting to the V2 | Kris Jurka |
| 2004-06-21 | Fix some problems with result sets positioned before the start or | Kris Jurka |
| 2004-06-21 | Fix updatable ResultSets stream methods (ascii, character, binary). | Kris Jurka |
| 2004-06-18 | Foreign key information results should have column name FKTABLE_CAT | Kris Jurka |
| 2004-06-17 | Added patch by ISHIDA Akio to allow indicators in execute statements. | Michael Meskes |
| 2004-06-16 | Don't throw an Exception in locatorsUpdateCopy() even though the | Kris Jurka |
| 2004-06-16 | Bump the build number to relase a new version. | Kris Jurka |
| 2004-06-16 | When deleteRow() is called on an updateable ResultSet the ResultSet | Kris Jurka |
| 2004-06-16 | Fix DatabaseMetaData results for determining foreign key | Kris Jurka |
| 2004-06-13 | Suppress compile warnings on machines where the INT64CONST() decoration | Tom Lane |
| 2004-06-11 | Stamp 7.4.3. Still need release notes. | Bruce Momjian |
| 2004-06-11 | ECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles const, | Bruce Momjian |
| 2004-05-21 | Fixed DEALLOCATE PREPARE to use correct function call | Michael Meskes |
| 2004-05-17 | Fix setting timestamp values with very early year values, like 2, by | Kris Jurka |
| 2004-05-14 | Propagate enlargeStringInfo() fixes into the equivalent code in | Tom Lane |
| 2004-05-10 | Just another bug in adjust_informix. | Michael Meskes |
| 2004-05-07 | - Fixed bug that reversed string length in typedefs. | Michael Meskes |
| 2004-05-07 | Allow public access to radius field to match other geometric types | Kris Jurka |
| 2004-05-05 | Fixed bug in adjust_informix that treated arrays as simple variables. | Michael Meskes |
| 2004-04-26 | Update the build.xml file to support building with the new 1.5 jdk | Kris Jurka |
| 2004-04-24 | Allow updateable ResultSets to support types that aren't directly | Kris Jurka |
| 2004-04-23 | Fixed memory misusage in variable handling. | Michael Meskes |
| 2004-03-29 | Fix for bug with the jdbc driver not properly working with binary cursors and | Barry Lind |
| 2004-03-29 | Fixed possible segfault in type.c (by Juergen Cappel) | Michael Meskes |
| 2004-03-14 | Fix error in termination of COPY IN mode when using V2 protocol. | Tom Lane |
| 2004-03-14 | Committed Informix compat bug fix to 7.4 as well. | Michael Meskes |
| 2004-03-05 | Brand 7.4.2. Release notes still need work. | Bruce Momjian |
| 2004-03-05 | libpq's query to get the OIDs of large-object support functions was not | Tom Lane |
| 2004-03-04 | - Fixed segfault due to missing check for variable declaration. | Michael Meskes |
| 2004-03-04 | Update build number in anticipation of 7.4.2 release. With no | Kris Jurka |
| 2004-03-02 | Add missing sprompt.obj psql usage for Borland compiler, per private | Bruce Momjian |
| 2004-03-02 | Added the missing rules for VOLATILE. | Michael Meskes |
| 2004-02-24 | - Corrected error handling in PGTYPEStimestamp_from_asc. | Michael Meskes |
| 2004-02-24 | Closing a Connection or Statement object twice should be a no-op | Kris Jurka |
| 2004-02-23 | Fixed 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-10 | Repair missing inclusions of -lintl for shared libraries. | Tom Lane |
| 2004-02-10 | Don't try to turn the random bytes from a md5 salt into a String | Kris Jurka |
| 2004-02-03 | V3 NotificationResonse messages were trying to be received as V2 | Kris Jurka |
| 2004-02-03 | ConnectionPool and SimpleDataSource are marked Serializable, but their | Kris Jurka |
| 2004-02-03 | ResultSet.next() and previous() incremented or decremented the | Kris Jurka |
| 2004-02-03 | Fix the setXXXStream methods. If passed a null InputStream, convert | Kris Jurka |
| 2004-02-03 | Newer versions of the 1.4.2 jdk give warnings about having return in a | Kris Jurka |
| 2004-02-02 | Use Tcl_PutEnv() in place of putenv() in libpgtcl, as the latter can | Neil Conway |