summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/output.c
AgeCommit message (Expand)Author
2024-11-27ecpg: clean up some other assorted memory leaks.Tom Lane
2024-10-14ecpg: improve preprocessor's memory management.Tom Lane
2024-10-14ecpg: re-implement preprocessor's string management.Tom Lane
2022-09-22Harmonize parameter names in ecpg code.Peter Geoghegan
2021-08-13Fix connection handling for DEALLOCATE and DESCRIBE statementsMichael Meskes
2019-09-20Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-22Implement PREPARE AS statement for ECPG.Michael Meskes
2019-02-16Add DECLARE STATEMENT support to ECPG.Michael Meskes
2019-01-30Change error handling of out of scope variables in ecpg.Michael Meskes
2018-12-01Rename ecpg's various "extern.h" files to have distinct names.Tom Lane
2018-03-13Set connection back to NULL after freeing it.Michael Meskes
2017-08-25Implement DO CONTINUE action for ECPG WHENEVER statement.Michael Meskes
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2016-12-11Use "%option prefix" to set API names in ecpg's lexer.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2015-12-23Remove unnecessary escaping in C character literalsPeter Eisentraut
2014-05-06pgindent run for 9.4Bruce Momjian
2013-07-06Also escape double quotes for ECPG's #line statement.Michael Meskes
2013-07-05Apploed patch by MauMau <maumau307@gmail.com> to escape filenames in #line st...Michael Meskes
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-12-16Fixed auto-prepare to not try preparing statements that are not preparable. BugMichael Meskes
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-03-20Changed statement escaping to not escape continuation line markers.Michael Meskes
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-26Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...Michael Meskes
2007-08-14Fixed compiler warning for enum handlingMichael Meskes
2007-08-14- Finished major rewrite to use new protocol versionMichael Meskes
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-15Added lots of SoC stuff made by Joachim.Michael Meskes
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-02-09C++ comments are verboten. Per gripe from Kris Jurka.Tom Lane
2006-02-09Fix broken non-YYDEBUG case.Tom Lane
2006-02-08 Added just another test case.Michael Meskes
2006-02-04In ecpg, automatically double single quotes in $$ strings becauseBruce Momjian
2004-10-13More minor cosmetic improvements:Neil Conway
2003-06-25Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes
2003-05-30Create a real prototype function for describe.Michael Meskes
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-19- Synced preproc.y with gram.y.Michael Meskes
2001-08-19- Synced preproc.y with gram.y.Michael Meskes
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-07*** empty log message ***Michael Meskes
2000-03-02*** empty log message ***Michael Meskes
2000-02-25*** empty log message ***Michael Meskes
2000-02-18*** empty log message ***Michael Meskes