summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/sqlda.c
AgeCommit message (Expand)Author
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2018-12-01Rename ecpg's various "extern.h" files to have distinct names.Tom Lane
2018-11-14Second try at fixing numeric data passed through an ECPG SQLDA.Tom Lane
2018-11-13Fix incorrect results for numeric data passed through an ECPG SQLDA.Tom Lane
2018-04-08Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2011-12-04Applied another patch by Zoltan to fix memory alignement issues in ecpg's sqldaMichael Meskes
2011-11-17Applied Zoltan's patch to correctly align interval and timestamp data in ecpg...Michael Meskes
2011-11-13Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling.Michael Meskes
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-04-25In libecpg do not set an sqlda field that is 'reserved for future use' unlessMichael Meskes
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-06Replaced int64_t with int64 as Andrew suggested.Michael Meskes
2010-01-06Remove __FUNCTION__ keyword that is not recognized by som compilers.Michael Meskes
2010-01-06Applied Zoltan's patch to remove hardware dependant offset logging andMichael Meskes
2010-01-05Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes