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
/
preproc
/
ecpg.addons
Commit message (
Expand
)
Author
Age
*
Changed ECPG outofscope handling to always print out statements in the same o...
Michael Meskes
2010-01-29
*
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 add DESCRIBE [OUTPUT]...
Michael Meskes
2010-01-15
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to
Michael Meskes
2010-01-05
*
Fixed auto-prepare to not try preparing statements that are not preparable. Bug
Michael Meskes
2009-12-16
*
Remove */ characters from declare cursor statements before putting them into a
Michael Meskes
2009-11-27
*
Synced addon rules after some renamings.
Michael Meskes
2009-11-26
*
Added dynamic cursor names to ecpg. Almost the whole patch was done by
Michael Meskes
2009-11-26
*
Change "name" nonterminal in cursor-related productions to cursor_name.
Alvaro Herrera
2009-11-11
*
Support optional FROM/IN in FETCH and MOVE
Alvaro Herrera
2009-11-11
*
Don't treat NEW and OLD as reserved words anymore. For the purposes of rules
Tom Lane
2009-11-05
*
Made sure sqlca is reset for declare cursor in Informix mode as pointed out by
Michael Meskes
2009-08-14
*
Make messages consistent with existing ones
Peter Eisentraut
2009-01-30
*
Message style review
Peter Eisentraut
2009-01-23
*
First rounf of whitespace changes. Everything but connect-test1 should be fine.
Michael Meskes
2008-12-29
*
Added files containing changes between gram.y and preproc.y.
Michael Meskes
2008-11-14