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
/
descriptor.c
Commit message (
Expand
)
Author
Age
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Add missing va_end() calls
Peter Eisentraut
2012-03-14
*
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
*
Suppress compiler warnings about "value computed is not used".
Tom Lane
2011-04-12
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
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
*
Added correct error handling in DESCRIBE statement processing by Boszormenyi ...
Michael Meskes
2010-01-15
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...
Michael Meskes
2010-01-15
*
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
*
NLS cleanup in ecpglib
Peter Eisentraut
2009-01-15
*
Add localization support to ecpg.
Peter Eisentraut
2008-05-16
*
Re-enabled variables in fetch/move command.
Michael Meskes
2008-01-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Suppress compiler warning in non-threaded build.
Tom Lane
2007-10-03
*
Cleaned up ecpglib and renamed functions that do not need to be exported.
Michael Meskes
2007-10-03
*
Hopefully fixed some stuff that causes Windows builds to fail.
Michael Meskes
2007-10-03
*
ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe
Michael Meskes
2007-10-02
*
- Finished major rewrite to use new protocol version
Michael Meskes
2007-08-14
*
Fixed one memory leak in descriptor code.
Michael Meskes
2007-06-11
*
Inlined two functions to get rid of va_list problems on some archs.
Michael Meskes
2007-04-27
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Somehow my version compiled but the change didn't make it to CVS.
Michael Meskes
2006-08-23
*
Regression test updates and fixes
Michael Meskes
2006-08-04
*
Fixed remaining Coverity bugs.
Michael Meskes
2006-07-05
*
Moved some free() calls that coverity correctly complains about.
Michael Meskes
2006-06-25
*
Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...
Michael Meskes
2006-06-21
*
When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not
Neil Conway
2006-01-15
*
- Made several variables "const char *" instead of "char *" as proposed by Qi...
Michael Meskes
2005-11-30
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
- Fixed indicator in SET DESCRIPTOR.
Michael Meskes
2004-07-05
*
Made sure SET DESCRIPTOR accepts all data types including constants.
Michael Meskes
2004-07-04
*
Removed unused variable and added a typecast.
Michael Meskes
2004-07-01
*
Added SET DESCRIPTOR command.
Michael Meskes
2004-06-30
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
pgindent run.
Bruce Momjian
2003-08-04
*
Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,
Peter Eisentraut
2003-08-01
*
- Added some Informix error codes in Informix mode.
Michael Meskes
2003-08-01
*
Make ecpg thread safe.
Bruce Momjian
2003-06-15
*
Create a real prototype function for describe.
Michael Meskes
2003-05-30
*
Started working on a seperate pgtypes library. First test work. PLEASE test c...
Michael Meskes
2003-03-16