index
:
delta/postgresql.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
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
ecpglib
/
sqlda.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Applied another patch by Zoltan to fix memory alignement issues in ecpg's sqlda
Michael Meskes
2011-12-04
1
-12
/
+19
|
|
|
|
code.
*
Applied Zoltan's patch to correctly align interval and timestamp data in ↵
Michael Meskes
2011-11-17
1
-4
/
+4
|
|
|
|
ecpg's sqlda.
*
Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling.
Michael Meskes
2011-11-13
1
-1
/
+1
|
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
1
-2
/
+6
|
*
In libecpg do not set an sqlda field that is 'reserved for future use' unless
Michael Meskes
2011-04-25
1
-1
/
+2
|
|
|
|
we know what should be stored in there.
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-127
/
+132
|
*
Replaced int64_t with int64 as Andrew suggested.
Michael Meskes
2010-01-06
1
-2
/
+2
|
*
Remove __FUNCTION__ keyword that is not recognized by som compilers.
Michael Meskes
2010-01-06
1
-4
/
+4
|
*
Applied Zoltan's patch to remove hardware dependant offset logging and
Michael Meskes
2010-01-06
1
-45
/
+0
|
|
|
|
superfluous include files.
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to
Michael Meskes
2010-01-05
1
-0
/
+617
ecpg in both native and compatiblity mode.