summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/prepare.c
AgeCommit message (Expand)Author
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-09-20Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane
2019-09-06Message style fixesPeter Eisentraut
2019-07-03Fix small memory leak in ecpglib ecpg_update_declare_statement() is called theMichael Meskes
2019-05-26Fix thinko in new ECPG "PREPARE AS" code.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-22Implement PREPARE AS statement for ECPG.Michael Meskes
2019-03-16Use correct connection name variable in ecpglib.Michael Meskes
2019-03-01Fix whitespacePeter Eisentraut
2019-02-16Add DECLARE STATEMENT support to ECPG.Michael Meskes
2018-12-01Rename ecpg's various "extern.h" files to have distinct names.Tom Lane
2018-10-17Minor additional improvements for ecpglib/prepare.c.Tom Lane
2018-10-17Avoid statically allocating statement cache in ecpglib/prepare.c.Tom Lane
2018-10-17Formatting cleanup in ecpglib/prepare.c.Tom Lane
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2012-04-24Lots of doc corrections.Robert Haas
2012-03-02ecpg: Clean up some const usagePeter Eisentraut
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-02Some cleanup in ecpg code:Michael Meskes
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-03-21Correctly name functions in debug output in ecpglib. When the functions wereMichael Meskes
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-22Make argument const char * as per Takahiro Itagaki's suggestion.Michael Meskes
2010-01-22Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-p...Michael Meskes
2010-01-15Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...Michael Meskes
2009-10-15Made ECPG more robust against applications freeing strings, based onMichael Meskes
2009-07-22Fix mismatch in const:ness of parameters.Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-20Removed some unneeded variables and comparisonsMichael Meskes
2008-05-16Add localization support to ecpg.Peter Eisentraut
2008-05-14Fix a few warnings that have crept into CVS HEAD.Bruce Momjian
2008-05-12Check for non-existant connection in prepare statement handling.Michael Meskes
2008-02-07- Fixed segfault in ecpg when using an array element.Michael Meskes
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-05Fix deprecated-by-C-spec usage: storage class should come before constTom Lane
2007-10-03Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes
2007-09-30Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>Michael Meskes
2007-09-26Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...Michael Meskes
2007-08-14- Finished major rewrite to use new protocol versionMichael Meskes
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-05Synced parser.Michael Meskes