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
Commit message (
Expand
)
Author
Age
*
Extend and improve use of EXTRA_REGRESS_OPTS.
Andrew Dunstan
2013-01-12
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
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
*
ecpg: Improve test building
Peter Eisentraut
2012-02-02
*
Made code in ecpg better readable.
Michael Meskes
2012-01-04
*
pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Peter Eisentraut
2012-01-02
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Added test for cursor handling on different connections to regression test
Michael Meskes
2011-12-18
*
Enable compiling with the mingw-w64 32 bit compiler.
Andrew Dunstan
2011-12-10
*
Adapted expected result for latest change to ecpglib.
Michael Meskes
2011-07-18
*
Use single quotes in preference to double quotes for protecting pathnames.
Tom Lane
2011-06-15
*
Fix assorted issues with build and install paths containing spaces.
Tom Lane
2011-06-14
*
Rename pg_regress option --multibyte to --encoding
Peter Eisentraut
2011-04-15
*
Adjust regression tests on cube and ECPG for MinGW 64 bit compiler.
Andrew Dunstan
2011-04-10
*
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
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Allow vpath builds and regression tests to succeed on Mingw. Backpatch to rel...
Andrew Dunstan
2010-12-24
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Fix ecpg test building process to not generate *.dSYM junk on Macs.
Tom Lane
2010-10-20
*
Remove executable permission from files where it doesn't belong
Peter Eisentraut
2010-10-13
*
Still more .gitignore cleanup.
Tom Lane
2010-09-24
*
Add gitignore files for ecpg regression tests.
Magnus Hagander
2010-09-22
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
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
*
Split the LDFLAGS make variable into two parts: LDFLAGS is now used for
Tom Lane
2010-07-05
*
Added variable handling for RETURNING clause to ecpg.
Michael Meskes
2010-06-04
*
Fixed ECPG regression test to make sure it uses absolute paths for include
Michael Meskes
2010-03-22
*
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
*
Revert pgindent changes to ecpg include files that are part of ecpg
Bruce Momjian
2010-02-26
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
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
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...
Michael Meskes
2010-01-26
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-p...
Michael Meskes
2010-01-22
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...
Michael Meskes
2010-01-15
[next]