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
/
compatlib
/
informix.c
Age
Commit message (
Expand
)
Author
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-08-15
Added lots of SoC stuff made by Joachim.
Michael Meskes
2006-06-26
Added some more coverity report patches send in by Joachim Wieland <joe@mckni...
Michael Meskes
2006-06-25
Remove individual user copyright because the code is contributed to
Bruce Momjian
2006-06-23
Clarified copyright notice
Michael Meskes
2006-06-21
Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...
Michael Meskes
2006-04-24
Fixed memory leak bugs found by Martijn Oosterhout.
Michael Meskes
2006-03-11
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2004-08-30
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-06-27
- Only use typedefs inside their scope.
Michael Meskes
2004-03-14
- Fixed Informix compat math functions to cope with the situations
Michael Meskes
2004-01-04
Fix portability bugs: char values passed to <ctype.h> functions must
Tom Lane
2003-12-18
Forgot to change one compatlib.h.
Peter Eisentraut
2003-11-03
Fixed potentially uninitialized memory bug in compatlib.
Michael Meskes
2003-10-30
Applied patch by Dave Cramer to fix several bugs in compatlib.
Michael Meskes
2003-10-07
Fixed error handling in Informix compat str to date conversion.
Michael Meskes
2003-10-06
- Fixed constant listing in execute using clause.
Michael Meskes
2003-10-03
Hide Informix datatypes. They are not seen by our built process anymore.
Michael Meskes
2003-09-22
- Fixed order mismatch in processing "using" arguments.
Michael Meskes
2003-09-20
- Renamed my own strndup() function because of a name clash.
Michael Meskes
2003-09-19
Removed superfluous return statement in get_data.
Michael Meskes
2003-09-10
Some uppercase type definitions were left.
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
Fix a few of the more blatantly unportable constructs in this file.
Tom Lane
2003-08-01
- Added some Informix error codes in Informix mode.
Michael Meskes
2003-07-17
Fixed some bugs in Informix compat functions.
Michael Meskes
2003-07-16
Applied patch to fix two compatibility functions.
Michael Meskes
2003-07-09
Fixed some Informix compat functions so they handle NULL resp. indicators bet...
Michael Meskes
2003-07-08
More informix fixes.
Michael Meskes
2003-07-02
Fixed initialization bug and added postgres_fe.h to pgtypeslib.
Michael Meskes
2003-07-01
Fix ecpg typo --- change ;; to ;.
Bruce Momjian
2003-07-01
Use ISO dates in pgtypeslib by default.
Michael Meskes
2003-06-25
Implemented Informix special way to treat NULLs, removed warnings, synced.
Michael Meskes
2003-06-20
Just another Informix compatibility change. They uses "free" for cursors as w...
Michael Meskes
2003-06-19
Fixed fetch into char * and added missing prototype for an Informix function.
Michael Meskes
2003-06-13
- Enable FETCH without INTO.
Michael Meskes
2003-05-22
Fix compilation on Cygwin.
Peter Eisentraut
2003-05-14
- Added more compatibility functions.
Michael Meskes
2003-05-06
Added rfmtlong compatibility function.
Michael Meskes
2003-04-10
Informix fixes.
Michael Meskes
2003-04-08
Added some more informix compatibility functions.
Michael Meskes
2003-04-03
Add prototype for toupper/tolower().
Bruce Momjian
2003-04-01
More patches for informix compatibility.
Michael Meskes
2003-03-30
Forgot two new files and one that was moved.
Michael Meskes