index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
compatlib
/
informix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add localization support to ecpg.
Peter Eisentraut
2008-05-16
1
-2
/
+2
*
informix.c was violating the coding rule about not including any
Tom Lane
2008-01-08
1
-3
/
+4
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-3
/
+3
*
Also created export list for pgytpeslib and compatlib.
Michael Meskes
2007-10-03
1
-5
/
+2
*
Use snprintf from libpgport in ecpg compatlib. Required since
Magnus Hagander
2007-10-03
1
-1
/
+2
*
Cleaned up ecpglib and renamed functions that do not need to be exported.
Michael Meskes
2007-10-03
1
-11
/
+32
*
- Finished major rewrite to use new protocol version
Michael Meskes
2007-08-14
1
-3
/
+4
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-9
/
+11
*
Added lots of SoC stuff made by Joachim.
Michael Meskes
2006-08-15
1
-78
/
+59
*
Added some more coverity report patches send in by Joachim Wieland <joe@mckni...
Michael Meskes
2006-06-26
1
-1
/
+2
*
Remove individual user copyright because the code is contributed to
Bruce Momjian
2006-06-25
1
-9
/
+5
*
Clarified copyright notice
Michael Meskes
2006-06-23
1
-1
/
+2
*
Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...
Michael Meskes
2006-06-21
1
-10
/
+27
*
Fixed memory leak bugs found by Martijn Oosterhout.
Michael Meskes
2006-04-24
1
-5
/
+5
*
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2006-03-11
1
-0
/
+2
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-16
/
+16
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-30
/
+29
*
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-30
1
-27
/
+27
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-78
/
+86
*
- Only use typedefs inside their scope.
Michael Meskes
2004-06-27
1
-2
/
+2
*
- Fixed Informix compat math functions to cope with the situations
Michael Meskes
2004-03-14
1
-6
/
+7
*
Fix portability bugs: char values passed to <ctype.h> functions must
Tom Lane
2004-01-04
1
-3
/
+3
*
Forgot to change one compatlib.h.
Peter Eisentraut
2003-12-18
1
-1
/
+1
*
Fixed potentially uninitialized memory bug in compatlib.
Michael Meskes
2003-11-03
1
-33
/
+43
*
Applied patch by Dave Cramer to fix several bugs in compatlib.
Michael Meskes
2003-10-30
1
-14
/
+71
*
Fixed error handling in Informix compat str to date conversion.
Michael Meskes
2003-10-07
1
-1
/
+1
*
- Fixed constant listing in execute using clause.
Michael Meskes
2003-10-06
1
-1
/
+1
*
Hide Informix datatypes. They are not seen by our built process anymore.
Michael Meskes
2003-10-03
1
-2
/
+3
*
- Fixed order mismatch in processing "using" arguments.
Michael Meskes
2003-09-22
1
-46
/
+46
*
- Renamed my own strndup() function because of a name clash.
Michael Meskes
2003-09-20
1
-2
/
+2
*
Removed superfluous return statement in get_data.
Michael Meskes
2003-09-19
1
-15
/
+5
*
Some uppercase type definitions were left.
Michael Meskes
2003-09-10
1
-9
/
+9
*
- Added Dave patch for Informix handling of numeric/int conversion.
Michael Meskes
2003-09-09
1
-35
/
+35
*
pgindent run.
Bruce Momjian
2003-08-04
1
-272
/
+344
*
Fix a few of the more blatantly unportable constructs in this file.
Tom Lane
2003-08-01
1
-23
/
+27
*
- Added some Informix error codes in Informix mode.
Michael Meskes
2003-08-01
1
-1
/
+1
*
Fixed some bugs in Informix compat functions.
Michael Meskes
2003-07-17
1
-2
/
+12
*
Applied patch to fix two compatibility functions.
Michael Meskes
2003-07-16
1
-2
/
+6
*
Fixed some Informix compat functions so they handle NULL resp. indicators bet...
Michael Meskes
2003-07-09
1
-0
/
+24
*
More informix fixes.
Michael Meskes
2003-07-08
1
-2
/
+14
*
Fixed initialization bug and added postgres_fe.h to pgtypeslib.
Michael Meskes
2003-07-02
1
-1
/
+4
*
Fix ecpg typo --- change ;; to ;.
Bruce Momjian
2003-07-01
1
-1
/
+1
*
Use ISO dates in pgtypeslib by default.
Michael Meskes
2003-07-01
1
-91
/
+194
*
Implemented Informix special way to treat NULLs, removed warnings, synced.
Michael Meskes
2003-06-25
1
-36
/
+12
*
Just another Informix compatibility change. They uses "free" for cursors as w...
Michael Meskes
2003-06-20
1
-0
/
+10
*
Fixed fetch into char * and added missing prototype for an Informix function.
Michael Meskes
2003-06-19
1
-0
/
+6
*
- Enable FETCH without INTO.
Michael Meskes
2003-06-13
1
-0
/
+55
*
Fix compilation on Cygwin.
Peter Eisentraut
2003-05-22
1
-1
/
+1
*
- Added more compatibility functions.
Michael Meskes
2003-05-14
1
-6
/
+30
*
Added rfmtlong compatibility function.
Michael Meskes
2003-05-06
1
-1
/
+203
[next]