aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/type.c
Commit message (Expand)AuthorAge
* ecpg: fix some memory leakage of data-type-related structures.Tom Lane2024-11-27
* ecpg: improve preprocessor's memory management.Tom Lane2024-10-14
* ecpg: move some functions into a new file ecpg/preproc/util.c.Tom Lane2024-10-14
* Fix some typosMichael Paquier2024-01-03
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Harmonize parameter names in ecpg code.Peter Geoghegan2022-09-22
* Refer to bug report address by symbol rather than hardcodingPeter Eisentraut2020-02-28
* Fix double-word typosAlvaro Herrera2019-06-13
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Add bytea datatype to ECPG.Michael Meskes2019-02-18
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-19
* Rename ecpg's various "extern.h" files to have distinct names.Tom Lane2018-12-01
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Cope with indicator arrays that do not have the correct length.Michael Meskes2018-01-13
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* 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
* ecpg: Improve some variable namesPeter Eisentraut2017-03-14
* Fix typos.Robert Haas2016-03-15
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix handling of array of char pointers in ecpglib.Michael Meskes2014-05-06
* Fix whitespacePeter Eisentraut2014-04-14
* Several fixes to array handling in ecpg.Michael Meskes2014-04-09
* Various Coverity-spotted fixesStephen Frost2014-03-01
* Fix descriptor output in ECPG.Michael Meskes2014-01-09
* ecpg: Split off mmfatal() from mmerror()Peter Eisentraut2013-11-19
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Applied patch by Chen Huajun <chenhj@cn.fujitsu.com> to make ecpg able to copeMichael Meskes2012-11-23
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Do not use the variable name when defining a varchar structure in ecpg.Michael Meskes2012-02-13
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-27
* In ecpg preprocessor, don't try to look up constants in the test forHeikki Linnakangas2011-03-11
* There is no need to have to identical functions in ecpg thus removing one of ...Michael Meskes2011-01-09
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Message quoting style tuningPeter Eisentraut2010-04-03
* FATAL errors are meant to stop ecpg immediately, e.g. because the syntax isMichael Meskes2010-04-02
* Zoltan beautified his hidden-variable-patch for ecpg. This also makes sure we...Michael Meskes2010-04-01
* Applied Zoltan's patch to make ecpg spit out warnings if a local variable hid...Michael Meskes2010-04-01
* ecpg now adds a unique counter to its varchar struct definitions to make thes...Michael Meskes2010-03-09
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes2010-01-26
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes2010-01-05
* Removed some variables no longer needed.Michael Meskes2009-09-03
* Added STRING datatype for Informix compatibility mode. This work isMichael Meskes2009-08-07
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Message style reviewPeter Eisentraut2009-01-23
* Removed strchrnulMichael Meskes2008-11-26
* When creating a varchar struct name braces must be discarded.Michael Meskes2008-11-26