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
/
execute.c
Age
Commit message (
Expand
)
Author
2004-01-28
- Issue a warning if a cursor is declared but not opened.
Michael Meskes
2004-01-07
More janitorial work: remove the explicit casting of NULL literals to a
Neil Conway
2003-12-03
Added patch by Dave Cramer for array handling in ecpglib.
Michael Meskes
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-10
Re-added forgotten cache.
Michael Meskes
2003-11-08
Made sure an internal array is not treated as a user defined one.
Michael Meskes
2003-10-26
Fixed bug with indicators when storage for the string is dynamically allocated.
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-25
Added explicit casts for date/interval/timestamp.
Michael Meskes
2003-07-15
Started to create different error codes for different backend messages.
Michael Meskes
2003-07-08
More informix fixes.
Michael Meskes
2003-07-07
"char *" of course is not the same as "char []". So I had to fix the way ecpg...
Michael Meskes
2003-07-04
date, interval and timestamp data should be quoted.
Michael Meskes
2003-07-04
Fixed informix behaviour for select without into.
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-20
Allow constants in using clauses.
Michael Meskes
2003-06-15
Make ecpg thread safe.
Bruce Momjian
2003-06-13
- Enable FETCH without INTO.
Michael Meskes
2003-04-01
More patches for informix compatibility.
Michael Meskes
2003-03-30
Moved Informix stuff to its own compat library. Interval datetype is now full...
Michael Meskes
2003-03-27
More changes to pgtypeslib and set optimization to -O1.
Michael Meskes
2003-03-25
Use PQfreemem() consistently, and document its use for Notify.
Bruce Momjian
2003-03-20
Started adding date and timestamp.
Michael Meskes
2003-03-19
Avoid mysterious warning about possibly uninitialized variable.
Peter Eisentraut
2003-03-18
Some bugfixes for numerical library.
Michael Meskes
2003-03-16
Started working on a seperate pgtypes library. First test work. PLEASE test c...
Michael Meskes