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
/
data.c
Commit message (
Expand
)
Author
Age
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Made sure an internal array is not treated as a user defined one.
Michael Meskes
2003-11-08
*
- Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.
Michael Meskes
2003-09-20
*
Removed superfluous return statement in get_data.
Michael Meskes
2003-09-19
*
- Accept output variables for FETCH in DECLARE statement.
Michael Meskes
2003-09-18
*
- Added Dave patch for Informix handling of numeric/int conversion.
Michael Meskes
2003-09-09
*
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
*
Added more compat stuff ot the parser.
Michael Meskes
2003-07-18
*
Allow blanks at the end of numerical values.
Michael Meskes
2003-07-17
*
More informix fixes.
Michael Meskes
2003-07-08
*
Use ISO dates in pgtypeslib by default.
Michael Meskes
2003-07-01
*
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
*
Added missing terminating '\0' char for data put into char *.
Michael Meskes
2003-06-22
*
Fixed fetch into char * and added missing prototype for an Informix function.
Michael Meskes
2003-06-19
*
Make ecpg thread safe.
Bruce Momjian
2003-06-15
*
More patches for informix compatibility.
Michael Meskes
2003-04-01
*
More changes to pgtypeslib and set optimization to -O1.
Michael Meskes
2003-03-27
*
Started adding date and timestamp.
Michael Meskes
2003-03-20
*
Started working on a seperate pgtypes library. First test work. PLEASE test c...
Michael Meskes
2003-03-16