aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected/preproc-outofscope.c
Commit message (Expand)AuthorAge
* Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane2019-09-20
* Add DECLARE STATEMENT support to ECPG.Michael Meskes2019-02-16
* Change error handling of out of scope variables in ecpg.Michael Meskes2019-01-30
* Make some ecpg test cases more robust against unexpected errors that happenMichael Meskes2019-01-30
* Remove infinite-loop hazards in ecpg test suite.Tom Lane2019-01-24
* Add PGTYPESchar_free() to avoid cross-module problems on Windows.Thomas Munro2018-06-18
* printf("%lf") is not portable, so omit the "l".Tom Lane2018-05-20
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17
* Several fixes to array handling in ecpg.Michael Meskes2014-04-09
* ECPG: Free the malloc()'ed variables in the test so it comes out clean onMichael Meskes2013-11-26
* Made code in ecpg better readable.Michael Meskes2012-01-04
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...Michael Meskes2010-02-02
* Changed ECPG outofscope handling to always print out statements in the same o...Michael Meskes2010-01-29
* Added test case that was part of Zoltan's patch but apparently wasn't part of...Michael Meskes2010-01-26