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
/
pgc.l
Commit message (
Expand
)
Author
Age
*
Fix C++ incompatibilities in ecpg/preproc/ header files.
Tom Lane
2019-05-31
*
Fix off-by-one check that can lead to a memory overflow in ecpg.
Michael Meskes
2019-04-11
*
Fix potential memory access violation in ecpg if filename of include file is
Michael Meskes
2019-03-11
*
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-19
*
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-06
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Rename ecpg's various "extern.h" files to have distinct names.
Tom Lane
2018-12-01
*
Fix realfailN lexer rules to not make assumptions about input format.
Tom Lane
2018-11-13
*
Remove unused code in ECPG.
Tom Lane
2018-11-13
*
Align ECPG lexer more closely with the core and psql lexers.
Tom Lane
2018-11-13
*
Fix lexing of standard multi-character operators in edge cases.
Andrew Gierth
2018-08-23
*
Reduce an unnecessary O(N^3) loop in lexer.
Andrew Gierth
2018-08-23
*
Move strtoint() to common
Peter Eisentraut
2018-03-13
*
Change internal integer representation of Value node
Peter Eisentraut
2018-03-13
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-10-16
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
Allow continuation lines in ecpg cppline parsing.
Michael Meskes
2017-08-15
*
Fix a potential double-free in ecpg.
Michael Meskes
2017-03-10
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Use "%option prefix" to set API names in ecpg's lexer.
Tom Lane
2016-12-11
*
Typo fix.
Tom Lane
2016-03-19
*
Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.
Tom Lane
2016-03-19
*
Change ecpg lexer to accept comments with line breaks in CPP lines.
Michael Meskes
2016-02-16
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fixed some memory leaks in ECPG.
Michael Meskes
2015-06-12
*
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
*
Clean up the mess from => patch.
Tom Lane
2015-03-10
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
*
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-02-08
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
More improvement to comment parsing in ecpg.
Michael Meskes
2013-11-25
*
Distinguish between C and SQL mode for C-style comments.
Michael Meskes
2013-11-24
*
ecpg: Split off mmfatal() from mmerror()
Peter Eisentraut
2013-11-19
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Close file to no leak file descriptor memory. Found by Coverity.
Michael Meskes
2013-09-08
*
Clean up references to SQL92
Peter Eisentraut
2013-04-20
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-27
*
Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut
2011-11-01
*
Add "%option warn" to all flex input files that lacked it.
Tom Lane
2011-08-25
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Added rule to ecpg lexer to accept "Unicode surrogate pair in extended quoted
Michael Meskes
2010-12-23
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
[next]