index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
ecpglib
/
data.c
Age
Commit message (
Expand
)
Author
2009-12-31
Redefine Datum as uintptr_t, instead of unsigned long.
Tom Lane
2009-11-27
If no result is given NOTFOUND should be returned. Check for empty result
Michael Meskes
2009-10-01
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix memory leak in de...
Michael Meskes
2009-08-07
Remove unused ecpg variable.
Bruce Momjian
2009-08-07
Added STRING datatype for Informix compatibility mode. This work is
Michael Meskes
2009-01-15
NLS cleanup in ecpglib
Peter Eisentraut
2008-05-16
Add localization support to ecpg.
Peter Eisentraut
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-10-03
Cleaned up ecpglib and renamed functions that do not need to be exported.
Michael Meskes
2007-05-10
Added some more error logging.
Michael Meskes
2007-01-12
Simplified regression handling
Michael Meskes
2007-01-11
Applied Joachim's patch for a --regression option.
Michael Meskes
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-08-24
Fixed of by one variable size.
Michael Meskes
2006-08-08
Made parser check for valid copy to/from stdin/stdout combinations.
Michael Meskes
2006-06-21
Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...
Michael Meskes
2006-06-06
Fixed two more memory leaks in ecpglib.
Michael Meskes
2006-01-17
Data transferred binary is now put into the variables verbatim.
Michael Meskes
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-08-24
- Check for NULL before checking whether argument is an array.
Michael Meskes
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-07-04
Made sure SET DESCRIPTOR accepts all data types including constants.
Michael Meskes
2004-06-28
Arrays can be read as arrays or as character strings now.
Michael Meskes
2004-06-27
- Only use typedefs inside their scope.
Michael Meskes
2004-05-05
- Fixed bug in adjust_informix that treated arrays as simple variables.
Michael Meskes
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-08
Made sure an internal array is not treated as a user defined one.
Michael Meskes
2003-09-20
- Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.
Michael Meskes
2003-09-19
Removed superfluous return statement in get_data.
Michael Meskes
2003-09-18
- Accept output variables for FETCH in DECLARE statement.
Michael Meskes
2003-09-09
- Added Dave patch for Informix handling of numeric/int conversion.
Michael Meskes
2003-08-04
pgindent run.
Bruce Momjian
2003-08-01
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-07-18
Added more compat stuff ot the parser.
Michael Meskes
2003-07-17
Allow blanks at the end of numerical values.
Michael Meskes
2003-07-08
More informix fixes.
Michael Meskes
2003-07-01
Use ISO dates in pgtypeslib by default.
Michael Meskes
2003-06-26
Added just another compatibility level for Informix.
Michael Meskes
2003-06-25
Implemented Informix special way to treat NULLs, removed warnings, synced.
Michael Meskes
2003-06-22
Added missing terminating '\0' char for data put into char *.
Michael Meskes
2003-06-19
Fixed fetch into char * and added missing prototype for an Informix function.
Michael Meskes
2003-06-15
Make ecpg thread safe.
Bruce Momjian
2003-04-01
More patches for informix compatibility.
Michael Meskes
2003-03-27
More changes to pgtypeslib and set optimization to -O1.
Michael Meskes
2003-03-20
Started adding date and timestamp.
Michael Meskes
2003-03-16
Started working on a seperate pgtypes library. First test work. PLEASE test c...
Michael Meskes