index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
ecpglib
/
execute.c
Age
Commit message (
Expand
)
Author
2012-03-11
ecpg: Fix rare memory leaks
Peter Eisentraut
2011-09-08
Add missing format argument to ecpg_log() call
Peter Eisentraut
2011-09-02
Fix brace indentation of commit 5ad0e899f08136a00f56bf224a6b9729b2f4c69f to f...
Michael Meskes
2011-09-01
In ecpglib restore LC_NUMERIC in case of an error.
Michael Meskes
2011-07-18
Made ecpglib write double with a precision of 15 digits.
Michael Meskes
2011-06-19
Capitalization fixes
Peter Eisentraut
2011-04-27
Revert "Remove hard coded formats for INT64 and use configured settings inste...
Andrew Dunstan
2011-04-27
Remove hard coded formats for INT64 and use configured settings instead.
Andrew Dunstan
2010-10-14
Applied patch by Itagaki Takahiro to fix incorrect status calculation in
Michael Meskes
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-05-25
Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...
Michael Meskes
2010-05-20
Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This use...
Michael Meskes
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-16
Do not check nan values for infinity. Some system are not able to handle this.
Michael Meskes
2010-02-04
Streamlined array handling code in libecpg a little bit, in the process fixin...
Michael Meskes
2010-02-03
Add #include <float.h> --- guessing the lack of this is why Windows
Tom Lane
2010-02-02
Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...
Michael Meskes
2010-01-29
Fixed a few typos in ecpg. Two were in comments, the third made a log output ...
Michael Meskes
2010-01-22
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-p...
Michael Meskes
2010-01-05
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to
Michael Meskes
2009-09-03
Fixed incorrect memory management.
Michael Meskes
2009-08-07
Added STRING datatype for Informix compatibility mode. This work is
Michael Meskes
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-05-20
Removed unsigned/signed mismatches.
Michael Meskes
2009-05-20
Removed some unneeded variables and comparisons
Michael Meskes
2009-02-03
Argh, wrong line copied again.
Michael Meskes
2009-02-03
Fixed copy&paste mistake that made library use uninitialized variable.
Michael Meskes
2009-02-02
Fixed auto allocation for binary data types.
Michael Meskes
2009-01-15
NLS cleanup in ecpglib
Peter Eisentraut
2008-05-16
Add localization support to ecpg.
Peter Eisentraut
2008-03-01
Fix unportable usages of tolower(). On signed-char machines, it is necessary
Tom Lane
2008-02-07
- Fixed segfault in ecpg when using an array element.
Michael Meskes
2008-01-15
Re-enabled variables in fetch/move command.
Michael Meskes
2008-01-13
Changed prototype for ECPGdo because some compilers don't like int/enum alias...
Michael Meskes
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-10-03
Cleaned up ecpglib and renamed functions that do not need to be exported.
Michael Meskes
2007-10-02
ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe
Michael Meskes
2007-09-26
Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...
Michael Meskes
2007-09-21
Removed superfluous ECPGfree() call.
Michael Meskes
2007-08-14
- Finished major rewrite to use new protocol version
Michael Meskes
2007-06-11
Fixed one memory leak in descriptor code.
Michael Meskes
2007-04-27
Inlined two functions to get rid of va_list problems on some archs.
Michael Meskes
2007-03-29
- Added patch by Magnus Hagander <magnus@hagander.net> to use native
Michael Meskes
2007-02-11
Fixed multibyte handling as reported by <harada.toshi@oss.ntt.co.jp>.
Michael Meskes
2007-02-02
Cleaned up va_list handling. Hopefully this now works on all archs.
Michael Meskes
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-08-23
Replaced double-quote-fix with a hopefully better version.
Michael Meskes
2006-08-22
Descriptor values were quoted twice.
Michael Meskes
2006-08-18
Fixed a buffer overrun that was masked on Linux systems.
Michael Meskes
[next]