index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
test
/
expected
/
preproc-outofscope.c
Commit message (
Expand
)
Author
Age
*
Revert "Add DECLARE STATEMENT support to ECPG."
Tom Lane
2019-09-20
*
Add DECLARE STATEMENT support to ECPG.
Michael Meskes
2019-02-16
*
Change error handling of out of scope variables in ecpg.
Michael Meskes
2019-01-30
*
Make some ecpg test cases more robust against unexpected errors that happen
Michael Meskes
2019-01-30
*
Remove infinite-loop hazards in ecpg test suite.
Tom Lane
2019-01-24
*
Add PGTYPESchar_free() to avoid cross-module problems on Windows.
Thomas Munro
2018-06-18
*
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-20
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
*
Several fixes to array handling in ecpg.
Michael Meskes
2014-04-09
*
ECPG: Free the malloc()'ed variables in the test so it comes out clean on
Michael Meskes
2013-11-26
*
Made code in ecpg better readable.
Michael Meskes
2012-01-04
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-19
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...
Michael Meskes
2010-02-02
*
Changed ECPG outofscope handling to always print out statements in the same o...
Michael Meskes
2010-01-29
*
Added test case that was part of Zoltan's patch but apparently wasn't part of...
Michael Meskes
2010-01-26