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
/
ecpglib
/
execute.c
Commit message (
Expand
)
Author
Age
*
Blind attempt to fix _configthreadlocale() failures on MinGW.
Tom Lane
2019-01-23
*
Avoid thread-safety problem in ecpglib.
Tom Lane
2019-01-21
*
Client-side fixes for delayed NOTIFY receipt.
Tom Lane
2018-10-19
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Fixed handling of escape character in libecpg.
Michael Meskes
2017-10-26
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Fix whitespace
Peter Eisentraut
2015-09-21
*
Let compiler handle size calculation of bool types.
Michael Meskes
2015-09-19
*
Fix declaration of isarray variable.
Michael Meskes
2015-08-13
*
Check for out of memory when allocating sqlca.
Michael Meskes
2015-06-15
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fixed array handling in ecpg.
Michael Meskes
2015-02-10
*
This routine was calling ecpg_alloc to allocate to memory but did not
Michael Meskes
2015-02-05
*
Fix memory leaks on OOM in ecpg.
Heikki Linnakangas
2015-02-04
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix handling of array of char pointers in ecpglib.
Michael Meskes
2014-05-06
*
Various Coverity-spotted fixes
Stephen Frost
2014-03-01
*
Split ecpg_execute() in constituent parts
Alvaro Herrera
2014-01-16
*
Split ECPGdo() in constituent parts
Alvaro Herrera
2014-01-16
*
ECPG: Simplify free_variable()
Michael Meskes
2013-11-26
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
ecpg: Fix rare memory leaks
Peter Eisentraut
2012-03-08
*
ecpg: Clean up some const usage
Peter Eisentraut
2012-03-02
*
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-27
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
*
Add missing format attributes
Peter Eisentraut
2011-09-10
*
Add missing format argument to ecpg_log() call
Peter Eisentraut
2011-09-08
*
Fix brace indentation of commit 63d06ef59156719efd0208c62e764a69611b3f12 to f...
Michael Meskes
2011-09-02
*
In ecpglib restore LC_NUMERIC in case of an error.
Michael Meskes
2011-09-01
*
Made ecpglib write double with a precision of 15 digits.
Michael Meskes
2011-07-18
*
Capitalization fixes
Peter Eisentraut
2011-06-19
*
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
2011-04-27
*
Applied patch by Itagaki Takahiro to fix incorrect status calculation in
Michael Meskes
2010-10-14
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...
Michael Meskes
2010-05-25
*
Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This use...
Michael Meskes
2010-05-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Do not check nan values for infinity. Some system are not able to handle this.
Michael Meskes
2010-02-16
*
Streamlined array handling code in libecpg a little bit, in the process fixin...
Michael Meskes
2010-02-04
*
Add #include <float.h> --- guessing the lack of this is why Windows
Tom Lane
2010-02-03
*
Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...
Michael Meskes
2010-02-02
*
Fixed a few typos in ecpg. Two were in comments, the third made a log output ...
Michael Meskes
2010-01-29
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-p...
Michael Meskes
2010-01-22
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to
Michael Meskes
2010-01-05
*
Fixed incorrect memory management.
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
[next]