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
*
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