Commits

Showing commits that first shipped in 7.4 (backpatches included). Clear

DateSubjectAuthorReleases
2004-06-27 - Only use typedefs inside their scope. Michael Meskes 7.4.4
2004-05-07 - Fixed bug that reversed string length in typedefs. Michael Meskes 7.4.3
2004-04-23 Fixed memory misusage in variable handling. Michael Meskes 7.4.3
2004-03-04 - Fixed segfault due to missing check for variable declaration. Michael Meskes 7.4.2
2004-01-28 - Fixed prototype for ECPGprepared_statement to not moan about "const char" Michael Meskes 7.4.2
2003-12-17 Applied all bug fixes from head also to 7.4. Just bugfixes, no new features. Michael Meskes 7.4.1
2003-09-22 - Fixed order mismatch in processing "using" arguments. Michael Meskes 7.4.1
2003-08-04 pgindent run. Bruce Momjian 7.4.1
2003-07-07 "char *" of course is not the same as "char []". So I had to fix the way ecpg treated the second one. Michael Meskes 7.4.1
2003-06-27 Create real array comparison functions (that use the element datatype's Tom Lane 7.4.1
2003-06-25 Back out array mega-patch. Bruce Momjian 7.4.1
2003-06-24 Array mega-patch. Bruce Momjian 7.4.1
2003-06-11 Make sure a variable is no longer referenced when it is removed. Michael Meskes 7.4.1
2003-05-29 Changed variable parsing so struct[n].attr works. Michael Meskes 7.4.1
2003-05-29 Parse forward definiton of structs. Michael Meskes 7.4.1
2003-05-22 ecpg now recognizes named structs/unions. So you don't have to list the whole definition everytime you declare a variable anymore. Michael Meskes 7.4.1
2003-05-14 - Added more compatibility functions. Michael Meskes 7.4.1