Commits

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

DateSubjectAuthorReleases
2012-02-13 Do not use the variable name when defining a varchar structure in ecpg. Michael Meskes 9.0.7
2011-12-18 In ecpg removed old leftover check for given connection name. Michael Meskes 9.0.7
2011-12-04 Applied another patch by Zoltan to fix memory alignement issues in ecpg's sqlda Michael Meskes 9.0.7
2011-11-17 Applied Zoltan's patch to correctly align interval and timestamp data in ecpg's sqlda. Michael Meskes 9.0.6
2011-11-13 Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling. Michael Meskes 9.0.6
2011-09-02 Fix brace indentation of commit f8c74422010e63506fa69635ea61920bc042b70e to fit PostgreSQL style. Michael Meskes 9.0.5
2011-09-01 In ecpglib restore LC_NUMERIC in case of an error. Michael Meskes 9.0.5
2011-07-18 Adapted expected result for latest change to ecpglib. Michael Meskes 9.0.5
2011-07-18 Made ecpglib write double with a precision of 15 digits. Michael Meskes 9.0.5
2011-06-20 Fixed string in German translation that causes segfault. Michael Meskes 9.0.5
2011-01-08 In ecpg's parser removed a fixed length limit for constants defining an array dimension. Michael Meskes 9.0.3
2010-10-14 Applied patch by Itagaki Takahiro to fix incorrect status calculation in Michael Meskes 9.0.2
2010-08-17 Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib. Michael Meskes 9.0.0
2010-06-04 Added variable handling for RETURNING clause to ecpg. Michael Meskes 9.0.0
2010-05-25 Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG_LONG_INT' macro call. Michael Meskes 9.0.0
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-05-07 ECPG connect routine only checked for NULL to find empty parameters, but user and password can also be "". Michael Meskes 9.0.0
2010-04-03 Make ecpg in line with other compilers in that it deletes its output if there was an error processing the input file. Michael Meskes 9.0.0
2010-04-02 FATAL errors are meant to stop ecpg immediately, e.g. because the syntax is Michael Meskes 9.0.0
2010-04-01 Zoltan beautified his hidden-variable-patch for ecpg. This also makes sure we get an error message instead of a warning if the variable have different types. Michael Meskes 9.0.0
2010-04-01 Applied Zoltan's patch to make ecpg spit out warnings if a local variable hides a global one with the same name. Michael Meskes 9.0.0
2010-03-31 Give a more precise error message if a variable is re-used as cursor name in ecpg. Michael Meskes 9.0.0
2010-03-22 Fixed ECPG regression test to make sure it uses absolute paths for include Michael Meskes 9.0.0
2010-03-21 Adding special command line option that is now needed for the one ecpg regression test that was changed. Michael Meskes 9.0.0