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.trailer
Commit message (
Expand
)
Author
Age
*
ecpg now adds a unique counter to its varchar struct definitions to make thes...
Michael Meskes
2010-03-09
*
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
*
Added dynamic cursor names to ecpg. Almost the whole patch was done by
Michael Meskes
2009-11-26
*
Refactor ecpg grammar so that it uses the core grammar's unreserved_keyword
Tom Lane
2009-11-21
*
Change "name" nonterminal in cursor-related productions to cursor_name.
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
*
Implement the DO statement to support execution of PL code without having
Tom Lane
2009-09-22
*
Made sure sqlca is reset for declare cursor in Informix mode as pointed out by
Michael Meskes
2009-08-14
*
Added STRING datatype for Informix compatibility mode. This work is
Michael Meskes
2009-08-07
*
Arrange that the string "syntax error" generated by bison is translated.
Peter Eisentraut
2009-06-10
*
Clean up ecpg's use of mmerror(): const-ify the format argument, add an
Tom Lane
2009-06-03
*
Rename the new CREATE DATABASE options to set collation and ctype into
Heikki Linnakangas
2009-04-06
*
Make messages consistent with existing ones
Peter Eisentraut
2009-01-30
*
Message format tuning
Peter Eisentraut
2009-01-26
*
Message style review
Peter Eisentraut
2009-01-23
*
Using clause has to accept signed numeric constants too.
Michael Meskes
2008-12-12
*
Add missing semicolon, per grip from Alex Hunsaker.
Andrew Dunstan
2008-11-15
*
Added files containing changes between gram.y and preproc.y.
Michael Meskes
2008-11-14