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
*
Change error handling of out of scope variables in ecpg.
Michael Meskes
2019-01-30
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Implement DO CONTINUE action for ECPG WHENEVER statement.
Michael Meskes
2017-08-25
*
Changed ecpg parser to allow RETURNING clauses without attached C variables.
Michael Meskes
2017-08-14
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Use "%option prefix" to set API names in ecpg's lexer.
Tom Lane
2016-12-11
*
Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.
Tom Lane
2016-03-19
*
Fix order of arguments in ecpg generated typedef command.
Michael Meskes
2015-10-16
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Fix spurious tab character
Peter Eisentraut
2014-05-21
*
ECPG: Fix searching for quoted cursor names case-sensitively.
Michael Meskes
2013-11-27
*
ECPG: Make the preprocessor emit ';' if the variable type for a list of
Michael Meskes
2013-11-26
*
Fix ecpg parsing of sizeof().
Michael Meskes
2013-11-25
*
Allow C array definitions to use sizeof().
Michael Meskes
2013-11-24
*
ecpg: Split off mmfatal() from mmerror()
Peter Eisentraut
2013-11-19
*
ecpg: Consistently use mm_strdup()
Peter Eisentraut
2013-06-29
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Do not use the variable name when defining a varchar structure in ecpg.
Michael Meskes
2012-02-13
*
Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut
2011-11-01
*
Move parse2.pl to parse.pl
Peter Eisentraut
2011-06-14
*
Added new version of ecpg's parser generator script. This one was written by
Michael Meskes
2011-03-03
*
There is no need to have to identical functions in ecpg thus removing one of ...
Michael Meskes
2011-01-09
*
In ecpg's parser removed a fixed length limit for constants defining an array...
Michael Meskes
2011-01-08
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Some cleanup in ecpg code:
Michael Meskes
2010-11-02
*
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
*
Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...
Michael Meskes
2010-05-25
*
Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This use...
Michael Meskes
2010-05-20
*
Give a more precise error message if a variable is re-used as cursor name in ...
Michael Meskes
2010-03-31
*
ECPG's parser now accepts and handles variables as arguments for the FREE com...
Michael Meskes
2010-03-21
*
Fixed ecpg parser to allow more than one C preprocessor command inside a decl...
Michael Meskes
2010-03-20
*
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
[next]