index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
test
/
expected
/
sql-sqlda.c
Age
Commit message (
Expand
)
Author
2019-11-07
Remove HAVE_LONG_LONG_INT
Peter Eisentraut
2019-10-29
Fix compiler warnings in ecpg tests
Peter Eisentraut
2019-09-20
Revert "Add DECLARE STATEMENT support to ECPG."
Tom Lane
2019-02-16
Add DECLARE STATEMENT support to ECPG.
Michael Meskes
2018-11-14
Second try at fixing numeric data passed through an ECPG SQLDA.
Tom Lane
2018-11-13
Fix incorrect results for numeric data passed through an ECPG SQLDA.
Tom Lane
2018-06-18
Add PGTYPESchar_free() to avoid cross-module problems on Windows.
Thomas Munro
2018-05-20
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-18
Hot-fix ecpg regression test for missing ecpg_config.h inclusion.
Tom Lane
2018-05-18
Add some test coverage for ecpg's "long long" support.
Tom Lane
2017-09-05
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2016-07-17
Establish conventions about global object names used in regression tests.
Tom Lane
2014-05-06
With ecpg exclusion removed, re-run pgindent for 9.4
Bruce Momjian
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-02-02
Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...
Michael Meskes
2010-01-06
Removed test case using nan as float value because printf's output for nan is
Michael Meskes
2010-01-06
Removed more inttypes.h stuff.
Michael Meskes
2010-01-05
And another one
Michael Meskes
2010-01-05
And another one of the same problem.
Michael Meskes
2010-01-05
And then forgot to commit the fixed files. ARGH!
Michael Meskes
2010-01-05
Ah, should read the file completely. I got so used to git that I almost forgo...
Michael Meskes
2010-01-05
Thrid try. It seems my two checkouts need some cleaning up.
Michael Meskes
2010-01-05
Still not correct.
Michael Meskes
2010-01-05
Adjusted CVS headers.
Michael Meskes
2010-01-05
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to
Michael Meskes