aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/ecpg.c
Commit message (Expand)AuthorAge
* Add DECLARE STATEMENT support to ECPG.Michael Meskes2019-02-16
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-19
* Update copyright for 2019Bruce Momjian2019-01-02
* Rename ecpg's various "extern.h" files to have distinct names.Tom Lane2018-12-01
* ecpg: Change --version output to common stylePeter Eisentraut2018-09-12
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Add Oracle like handling of char arrays.Michael Meskes2018-03-14
* Fix double frees in ecpg.Michael Meskes2018-03-14
* Fix parsing of compatibility mode argument.Michael Meskes2018-01-12
* Update copyright for 2018Bruce Momjian2018-01-02
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix buffer overflow on particularly named files and clarify documentation aboutMichael Meskes2016-12-22
* Use "%option prefix" to set API names in ecpg's lexer.Tom Lane2016-12-11
* Fix ecpg -? option on Windows, add -V alias for --version.Heikki Linnakangas2016-09-18
* Remove separate version numbering for ecpg preprocessor.Tom Lane2016-08-16
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Various Coverity-spotted fixesStephen Frost2014-03-01
* Update copyright for 2014Bruce Momjian2014-01-07
* ecpg: Consistently use mm_strdup()Peter Eisentraut2013-06-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian2012-10-12
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Some cleanup in ecpg code:Michael Meskes2010-11-02
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Make ecpg in line with other compilers in that it deletes its output if there...Michael Meskes2010-04-03
* pgindent run for 9.0Bruce Momjian2010-02-26
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes2010-01-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fixed copyright notice.Michael Meskes2009-08-05
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Sort the output of --help mostly alphabetical, make it align better, makePeter Eisentraut2009-02-25
* Whitespace fix in messagePeter Eisentraut2009-01-30
* Message style reviewPeter Eisentraut2009-01-23
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Add localization support to ecpg.Peter Eisentraut2008-05-16
* - Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...Michael Meskes2008-02-17
* Fixed a few minor glitches pointed out by splint.Michael Meskes2007-12-21
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fixed bug in Informix define handling.Michael Meskes2007-08-29
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
* Fixed one memory leak in descriptor code.Michael Meskes2007-06-11