index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
preproc
/
type.c
Commit message (
Expand
)
Author
Age
*
ecpg: fix some memory leakage of data-type-related structures.
Tom Lane
2024-11-27
*
ecpg: improve preprocessor's memory management.
Tom Lane
2024-10-14
*
ecpg: move some functions into a new file ecpg/preproc/util.c.
Tom Lane
2024-10-14
*
Fix some typos
Michael Paquier
2024-01-03
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Harmonize parameter names in ecpg code.
Peter Geoghegan
2022-09-22
*
Refer to bug report address by symbol rather than hardcoding
Peter Eisentraut
2020-02-28
*
Fix double-word typos
Alvaro Herrera
2019-06-13
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Add bytea datatype to ECPG.
Michael Meskes
2019-02-18
*
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-19
*
Rename ecpg's various "extern.h" files to have distinct names.
Tom Lane
2018-12-01
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Cope with indicator arrays that do not have the correct length.
Michael Meskes
2018-01-13
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
ecpg: Improve some variable names
Peter Eisentraut
2017-03-14
*
Fix typos.
Robert Haas
2016-03-15
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix handling of array of char pointers in ecpglib.
Michael Meskes
2014-05-06
*
Fix whitespace
Peter Eisentraut
2014-04-14
*
Several fixes to array handling in ecpg.
Michael Meskes
2014-04-09
*
Various Coverity-spotted fixes
Stephen Frost
2014-03-01
*
Fix descriptor output in ECPG.
Michael Meskes
2014-01-09
*
ecpg: Split off mmfatal() from mmerror()
Peter Eisentraut
2013-11-19
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Applied patch by Chen Huajun <chenhj@cn.fujitsu.com> to make ecpg able to cope
Michael Meskes
2012-11-23
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Do not use the variable name when defining a varchar structure in ecpg.
Michael Meskes
2012-02-13
*
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-27
*
In ecpg preprocessor, don't try to look up constants in the test for
Heikki Linnakangas
2011-03-11
*
There is no need to have to identical functions in ecpg thus removing one of ...
Michael Meskes
2011-01-09
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Message quoting style tuning
Peter Eisentraut
2010-04-03
*
FATAL errors are meant to stop ecpg immediately, e.g. because the syntax is
Michael Meskes
2010-04-02
*
Zoltan beautified his hidden-variable-patch for ecpg. This also makes sure we...
Michael Meskes
2010-04-01
*
Applied Zoltan's patch to make ecpg spit out warnings if a local variable hid...
Michael Meskes
2010-04-01
*
ecpg now adds a unique counter to its varchar struct definitions to make thes...
Michael Meskes
2010-03-09
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...
Michael Meskes
2010-01-26
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to
Michael Meskes
2010-01-05
*
Removed some variables no longer needed.
Michael Meskes
2009-09-03
*
Added STRING datatype for Informix compatibility mode. This work is
Michael Meskes
2009-08-07
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Message style review
Peter Eisentraut
2009-01-23
*
Removed strchrnul
Michael Meskes
2008-11-26
*
When creating a varchar struct name braces must be discarded.
Michael Meskes
2008-11-26
[next]