Commits

DateSubjectAuthorReleases
2019-02-16 Add DECLARE STATEMENT support to ECPG. Michael Meskes 12.0
2018-12-01 Rename ecpg's various "extern.h" files to have distinct names. Tom Lane 12.0
2018-10-17 Minor additional improvements for ecpglib/prepare.c. Tom Lane 12.0
2018-10-17 Avoid statically allocating statement cache in ecpglib/prepare.c. Tom Lane 12.0
2018-10-17 Formatting cleanup in ecpglib/prepare.c. Tom Lane 12.0
2017-09-05 Remove unnecessary parentheses in return statements Peter Eisentraut 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2015-01-24 Replace a bunch more uses of strncpy() with safer coding. Tom Lane 9.5.0
2012-04-24 Lots of doc corrections. Robert Haas 9.2.0
2012-03-02 ecpg: Clean up some const usage Peter Eisentraut 9.2.0
2011-12-27 Standardize treatment of strcmp() return value Peter Eisentraut 9.2.0
2011-04-10 pgindent run before PG 9.1 beta 1. Bruce Momjian 9.1.0
2010-11-23 Remove useless whitespace at end of lines Peter Eisentraut 9.1.0
2010-11-02 Some cleanup in ecpg code: Michael Meskes 9.1.0
2010-09-20 Remove cvs keywords from all files. Magnus Hagander 9.1.0
2010-03-21 Correctly name functions in debug output in ecpglib. When the functions were Michael Meskes 9.0.0
2010-02-26 pgindent run for 9.0 Bruce Momjian 9.0.0
2010-01-22 Make argument const char * as per Takahiro Itagaki's suggestion. Michael Meskes 9.0.0
2010-01-22 Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-prepare mode if the connection is closed and re-opened and the previously prepared query is issued again. Michael Meskes 9.0.0
2010-01-15 Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT] statement to ecpg. Michael Meskes 9.0.0
2010-01-08 Backported fix for protecting ecpg against applications freeing strings to 8.4. Michael Meskes 8.4.3
2009-10-15 Made ECPG more robust against applications freeing strings, based on Michael Meskes 9.0.0
2009-07-22 Fix mismatch in const:ness of parameters. Magnus Hagander 8.4.1