index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
ecpglib
/
sqlda.c
Age
Commit message (
Expand
)
Author
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2018-12-01
Rename ecpg's various "extern.h" files to have distinct names.
Tom Lane
2018-11-14
Second try at fixing numeric data passed through an ECPG SQLDA.
Tom Lane
2018-11-13
Fix incorrect results for numeric data passed through an ECPG SQLDA.
Tom Lane
2018-04-08
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2012-06-24
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2011-12-04
Applied another patch by Zoltan to fix memory alignement issues in ecpg's sqlda
Michael Meskes
2011-11-17
Applied Zoltan's patch to correctly align interval and timestamp data in ecpg...
Michael Meskes
2011-11-13
Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling.
Michael Meskes
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-04-25
In libecpg do not set an sqlda field that is 'reserved for future use' unless
Michael Meskes
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-06
Replaced int64_t with int64 as Andrew suggested.
Michael Meskes
2010-01-06
Remove __FUNCTION__ keyword that is not recognized by som compilers.
Michael Meskes
2010-01-06
Applied Zoltan's patch to remove hardware dependant offset logging and
Michael Meskes
2010-01-05
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to
Michael Meskes