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
/
sql-execute.stderr
Commit message (
Expand
)
Author
Age
*
Add documentation and tests for quote marks in ECPG literal queries.
Tom Lane
2020-10-22
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
*
Split ecpg_execute() in constituent parts
Alvaro Herrera
2014-01-16
*
Split ECPGdo() in constituent parts
Alvaro Herrera
2014-01-16
*
Adjusted regression test results to the change I made in debug output for ecp...
Michael Meskes
2010-03-21
*
Streamlined array handling code in libecpg a little bit, in the process fixin...
Michael Meskes
2010-02-04
*
First rounf of whitespace changes. Everything but connect-test1 should be fine.
Michael Meskes
2008-12-29
*
Replaced manually synced preproc.y by the one created by the new script.
Michael Meskes
2008-11-11
*
Add localization support to ecpg.
Peter Eisentraut
2008-05-16
*
- Moved from PQsetdbLogin to PQconnectDB.
Michael Meskes
2008-03-27
*
- EXECUTE can return NOT FOUND so it should be checked here too.
Michael Meskes
2008-02-14
*
Cleaned up ecpglib and renamed functions that do not need to be exported.
Michael Meskes
2007-10-03
*
Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>
Michael Meskes
2007-09-30
*
- Finished major rewrite to use new protocol version
Michael Meskes
2007-08-14
*
Replaced complex tests with small ones.
Michael Meskes
2006-09-08