summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/ecpg.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-22Fix buffer overflow on particularly named files and clarify documentation aboutMichael Meskes
2016-12-11Use "%option prefix" to set API names in ecpg's lexer.Tom Lane
2016-09-18Fix ecpg -? option on Windows, add -V alias for --version.Heikki Linnakangas
2016-08-16Remove separate version numbering for ecpg preprocessor.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-03-02Various Coverity-spotted fixesStephen Frost
2014-01-07Update copyright for 2014Bruce Momjian
2013-06-30ecpg: Consistently use mm_strdup()Peter Eisentraut
2013-01-01Update copyrights for 2013Bruce Momjian
2012-10-12In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian
2012-06-17Make documentation of --help and --version options more consistentPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-02Some cleanup in ecpg code:Michael Meskes
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-04-03Make ecpg in line with other compilers in that it deletes its output if there...Michael Meskes
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-26Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-08-05Fixed copyright notice.Michael Meskes
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-02-25Sort the output of --help mostly alphabetical, make it align better, makePeter Eisentraut
2009-01-30Whitespace fix in messagePeter Eisentraut
2009-01-23Message style reviewPeter Eisentraut
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-05-16Add localization support to ecpg.Peter Eisentraut
2008-02-17- Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...Michael Meskes
2007-12-21Fixed a few minor glitches pointed out by splint.Michael Meskes
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-08-29Fixed bug in Informix define handling.Michael Meskes
2007-08-14- Finished major rewrite to use new protocol versionMichael Meskes
2007-06-11Fixed one memory leak in descriptor code.Michael Meskes
2007-03-17- Changed some whitespacing in connect statement.Michael Meskes
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-12Simplified regression handlingMichael Meskes
2007-01-11Applied Joachim's patch for a --regression option.Michael Meskes
2006-02-08 Added just another test case.Michael Meskes
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-29Fix misspelled error message.Tom Lane
2004-11-09Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-07-20Synced parser and keyword list.Michael Meskes
2004-06-10Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian
2004-05-17Reorganize code to allow path-relative installs.Bruce Momjian