Commits

DateSubjectAuthorReleases
2010-05-25 Added a configure test for "long long" datatypes. So far this is only used in ecpg and replaces the old test that was kind of hackish. Michael Meskes 9.0.0
2010-05-20 Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This used to cover the equally long "long long" type. This patch closes bug #5464. Michael Meskes 9.0.0
2010-03-09 ecpg now adds a unique counter to its varchar struct definitions to make these definitions unique, too. It used to use the linenumber but in the rare case of two definitions in one line this was not unique. Michael Meskes 9.0.0
2010-01-29 Changed ECPG outofscope handling to always print out statements in the same order Michael Meskes 9.0.0
2010-01-29 Fixed a few typos in ecpg. Two were in comments, the third made a log output reverse yes and no. Michael Meskes 9.0.0
2010-01-26 Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope cursor support to native mode. Michael Meskes 9.0.0
2009-11-05 Don't treat NEW and OLD as reserved words anymore. For the purposes of rules Tom Lane 9.0.0
2009-09-08 Remove outside-the-scanner references to "yyleng". Tom Lane 8.4.2
2009-09-08 Remove outside-the-scanner references to "yyleng". Tom Lane 9.0.0
2009-08-07 Added STRING datatype for Informix compatibility mode. This work is Michael Meskes 9.0.0
2009-06-10 Arrange that the string "syntax error" generated by bison is translated. Peter Eisentraut 8.4.0
2009-06-03 Clean up ecpg's use of mmerror(): const-ify the format argument, add an Tom Lane 8.4.0
2009-01-23 Message style review Peter Eisentraut 8.4.0
2008-12-29 First rounf of whitespace changes. Everything but connect-test1 should be fine. Michael Meskes 8.4.0
2008-11-26 Add %expect 0 to all parser input files to prevent conflicts slipping by. Peter Eisentraut 8.4.0
2008-11-14 Fixed test for output_filename == stdout. Michael Meskes 8.4.0
2008-11-14 Added files containing changes between gram.y and preproc.y. Michael Meskes 8.4.0