aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/prepare.c
Commit message (Expand)AuthorAge
* Rename ecpg's various "extern.h" files to have distinct names.Tom Lane2018-12-01
* Minor additional improvements for ecpglib/prepare.c.Tom Lane2018-10-17
* Avoid statically allocating statement cache in ecpglib/prepare.c.Tom Lane2018-10-17
* Formatting cleanup in ecpglib/prepare.c.Tom Lane2018-10-16
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Lots of doc corrections.Robert Haas2012-04-23
* ecpg: Clean up some const usagePeter Eisentraut2012-03-02
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-27
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Some cleanup in ecpg code:Michael Meskes2010-11-02
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Correctly name functions in debug output in ecpglib. When the functions wereMichael Meskes2010-03-21
* pgindent run for 9.0Bruce Momjian2010-02-26
* Make argument const char * as per Takahiro Itagaki's suggestion.Michael Meskes2010-01-22
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-p...Michael Meskes2010-01-22
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...Michael Meskes2010-01-15
* Made ECPG more robust against applications freeing strings, based onMichael Meskes2009-10-15
* Fix mismatch in const:ness of parameters.Magnus Hagander2009-07-22
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Removed some unneeded variables and comparisonsMichael Meskes2009-05-20
* Add localization support to ecpg.Peter Eisentraut2008-05-16
* Fix a few warnings that have crept into CVS HEAD.Bruce Momjian2008-05-14
* Check for non-existant connection in prepare statement handling.Michael Meskes2008-05-12
* - Fixed segfault in ecpg when using an array element.Michael Meskes2008-02-07
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix deprecated-by-C-spec usage: storage class should come before constTom Lane2007-11-05
* Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes2007-10-03
* Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>Michael Meskes2007-09-30
* Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...Michael Meskes2007-09-26
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Synced parser.Michael Meskes2006-09-05
* Added C bit fields to ecpg parserMichael Meskes2006-02-04
* - Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes2005-11-30
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* '::' is no longer interpreted as a variable in a prepare statement.Michael Meskes2004-10-05
* - Fixed DEALLOCATE PREPARE to use correct function callMichael Meskes2004-05-21
* - Issue a warning if a cursor is declared but not opened.Michael Meskes2004-01-28
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* pgindent run.Bruce Momjian2003-08-04
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-01
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-01
* - Synced preproc.y with gram.yMichael Meskes2003-07-14
* Added just another compatibility level for Informix.Michael Meskes2003-06-26