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
/
extern.h
Commit message (
Expand
)
Author
Age
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Streamlined array handling code in libecpg a little bit, in the process fixin...
Michael Meskes
2010-02-04
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...
Michael Meskes
2010-01-15
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to
Michael Meskes
2010-01-05
*
Removed some unneeded variables and comparisons
Michael Meskes
2009-05-20
*
- Fixed segfault in ecpg when using an array element.
Michael Meskes
2008-02-07
*
Re-enabled variables in fetch/move command.
Michael Meskes
2008-01-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
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
*
Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>
Michael Meskes
2007-09-30
*
Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...
Michael Meskes
2007-09-26
*
Hopefully fixed missing CHAR_BIT symbol
Michael Meskes
2007-08-14
*
- Finished major rewrite to use new protocol version
Michael Meskes
2007-08-14
*
Removed non-existant function from extern.h
Michael Meskes
2007-04-27
*
- Added patch by Magnus Hagander <magnus@hagander.net> to use native
Michael Meskes
2007-03-29
*
Removed compiler warning due to unneeded unsigned declaration.
Michael Meskes
2007-01-25
*
Simplified regression handling
Michael Meskes
2007-01-12
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Replaced double-quote-fix with a hopefully better version.
Michael Meskes
2006-08-23
*
Add missing ecpg function prototype needed when in threaded mode ---
Bruce Momjian
2006-08-04
*
Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...
Michael Meskes
2006-06-21
*
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2006-03-11
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
I have to admit that I got the case of the preprocessor symbol on amd64
Bruce Momjian
2005-07-04
*
- Fixed memory leak in ecpglib by adding some missing free() commands.
Michael Meskes
2005-06-02
*
Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ...
Michael Meskes
2005-03-18
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Made sure SET DESCRIPTOR accepts all data types including constants.
Michael Meskes
2004-07-04
*
Added SET DESCRIPTOR command.
Michael Meskes
2004-06-30
*
Made sure an internal array is not treated as a user defined one.
Michael Meskes
2003-11-08
*
pgindent run.
Bruce Momjian
2003-08-04
*
Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,
Peter Eisentraut
2003-08-01
*
Started to create different error codes for different backend messages.
Michael Meskes
2003-07-15
*
Added just another compatibility level for Informix.
Michael Meskes
2003-06-26
*
Implemented Informix special way to treat NULLs, removed warnings, synced.
Michael Meskes
2003-06-25
*
Make ecpg thread safe.
Bruce Momjian
2003-06-15
*
Started working on a seperate pgtypes library. First test work. PLEASE test c...
Michael Meskes
2003-03-16