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
*
Change error handling of out of scope variables in ecpg.
Michael Meskes
2019-01-30
*
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-20
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Use "%option prefix" to set API names in ecpg's lexer.
Tom Lane
2016-12-11
*
ECPG: Fix searching for quoted cursor names case-sensitively.
Michael Meskes
2013-11-27
*
ecpg: Consistently use mm_strdup()
Peter Eisentraut
2013-06-29
*
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-27
*
Remove the check for COPY TO STDIN and COPY FROM STDOUT from ecpg.
Heikki Linnakangas
2013-02-26
*
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
*
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-27
*
In ecpg removed old leftover check for given connection name.
Michael Meskes
2011-12-18
*
Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut
2011-11-01
*
Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.
Tom Lane
2011-06-15
*
Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dyn...
Michael Meskes
2011-02-18
*
There is no need to have to identical functions in ecpg thus removing one of ...
Michael Meskes
2011-01-09
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Cleanup various comparisons with the constant "true".
Robert Haas
2010-11-14
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Cursor names in the backend are not case-sensitve. This change makes sure that
Michael Meskes
2010-09-10
*
Give a more precise error message if a variable is re-used as cursor name in ...
Michael Meskes
2010-03-31
*
Remove useless double assignment
Peter Eisentraut
2010-03-23
*
ECPG's parser now accepts and handles variables as arguments for the FREE com...
Michael Meskes
2010-03-21
*
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