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
Commit message (
Expand
)
Author
Age
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
*
ecpg: Fix typo
Peter Eisentraut
2016-03-08
*
Changed expected result to list IPv6 local interface too.
Michael Meskes
2016-02-16
*
Fixed array handling in ecpg.
Michael Meskes
2015-02-10
*
Let installcheck-world pass against a server requiring a password.
Noah Misch
2014-06-19
*
Un-break ecpg test suite under --disable-integer-datetimes.
Noah Misch
2014-05-08
*
With ecpg exclusion removed, re-run pgindent for 9.4
Bruce Momjian
2014-05-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Several fixes to array handling in ecpg.
Michael Meskes
2014-04-09
*
Fix handling of wide datetime input/output.
Noah Misch
2014-02-17
*
Split ecpg_execute() in constituent parts
Alvaro Herrera
2014-01-16
*
Split ECPGdo() in constituent parts
Alvaro Herrera
2014-01-16
*
Always use the same way to addres a descriptor in ecpg's regression tests.
Michael Meskes
2014-01-13
*
Changed regression test to ecpg test suite for alignment problem just with last
Michael Meskes
2014-01-09
*
Fix descriptor output in ECPG.
Michael Meskes
2014-01-09
*
ECPG: Add EXEC SQL CLOSE C to the tests.
Michael Meskes
2013-11-26
*
ECPG: Free the malloc()'ed variables in the test so it comes out clean on
Michael Meskes
2013-11-26
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Changed test case slightly so it doesn't have an unused typedef.
Michael Meskes
2013-11-03
*
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
Sync ECPG with WITH ORDINALITY changes
Greg Stark
2013-07-29
*
Initialize day of year value.
Michael Meskes
2013-07-19
*
Make sure all connection paramters are used in call to PQconnectdbParams.
Michael Meskes
2012-02-18
*
Do not use the variable name when defining a varchar structure in ecpg.
Michael Meskes
2012-02-13
*
Made code in ecpg better readable.
Michael Meskes
2012-01-04
*
Added test for cursor handling on different connections to regression test
Michael Meskes
2011-12-18
*
Adapted expected result for latest change to ecpglib.
Michael Meskes
2011-07-18
*
Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.
Tom Lane
2011-02-15
*
In ecpg's parser removed a fixed length limit for constants defining an array...
Michael Meskes
2011-01-08
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Remove executable permission from files where it doesn't belong
Peter Eisentraut
2010-10-13
*
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-19
*
Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.
Michael Meskes
2010-08-17
*
Make ECPG regression tests independent of standard_conforming_strings.
Robert Haas
2010-07-20
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Added variable handling for RETURNING clause to ecpg.
Michael Meskes
2010-06-04
*
Adjusted regression test results to the change I made in debug output for ecp...
Michael Meskes
2010-03-21
*
ECPG only copied #include statements instead of processing them according to
Michael Meskes
2010-03-21
*
ecpg now adds a unique counter to its varchar struct definitions to make thes...
Michael Meskes
2010-03-09
*
In case the connection magically disappears libecpg only returns an internal
Michael Meskes
2010-03-05
*
Make sure ecpg uses the same header files in the same order as the backend.
Michael Meskes
2010-02-27
*
Do not check nan values for infinity. Some system are not able to handle this.
Michael Meskes
2010-02-16
*
First try to make this one ecpg regression test work on Windows too. I'm just...
Michael Meskes
2010-02-09
*
Usage of isnan() in ECPG regression tests probably needs '#include <float.h>'...
Michael Meskes
2010-02-04
*
Streamlined array handling code in libecpg a little bit, in the process fixin...
Michael Meskes
2010-02-04
*
Fixed some typos in ECPG regression test suite that resulted in regression te...
Michael Meskes
2010-02-03
*
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
[next]