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.type
Commit message (
Expand
)
Author
Age
*
ecpg: re-implement preprocessor's string management.
Tom Lane
2024-10-14
*
Fix ECPG's handling of type names that match SQL keywords.
Tom Lane
2022-07-12
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix connection handling for DEALLOCATE and DESCRIBE statements
Michael Meskes
2021-08-13
*
Add DECLARE STATEMENT command to ECPG
Michael Meskes
2021-03-24
*
Fix ecpg's mishandling of B'...' and X'...' literals.
Tom Lane
2020-11-07
*
Reduce size of backend scanner's tables.
Tom Lane
2020-01-13
*
Revert "Add DECLARE STATEMENT support to ECPG."
Tom Lane
2019-09-20
*
Add DECLARE STATEMENT support to ECPG.
Michael Meskes
2019-02-16
*
Changed ecpg parser to allow RETURNING clauses without attached C variables.
Michael Meskes
2017-08-14
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
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 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
*
Don't treat NEW and OLD as reserved words anymore. For the purposes of rules
Tom Lane
2009-11-05
*
Added files containing changes between gram.y and preproc.y.
Michael Meskes
2008-11-14