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
/
include
/
ecpg_informix.h
Age
Commit message (
Expand
)
Author
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-02-26
pgindent run for 9.0
Bruce Momjian
2009-08-14
Made sure sqlca is reset for declare cursor in Informix mode as pointed out by
Michael Meskes
2008-02-17
- Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...
Michael Meskes
2008-02-15
Changed the way symbols are defined in C in INFORMIX mode.
Michael Meskes
2008-02-14
Sorry, accidently committed a patch I'm working on. Reverting it.
Michael Meskes
2008-02-14
*** empty log message ***
Michael Meskes
2006-03-11
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2006-03-08
Remove Christof Petig copyright on include file, per author request.
Bruce Momjian
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-05-10
- Argh, just another bug in adjust_informix.
Michael Meskes
2003-12-18
Move Informix compatibility include files out of the way. compatlib.h
Peter Eisentraut
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
- 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-10
Some uppercase type definitions were left.
Michael Meskes
2003-08-04
pgindent run.
Bruce Momjian
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-13
- Enable FETCH without INTO.
Michael Meskes
2003-05-14
- Added more compatibility functions.
Michael Meskes
2003-03-30
Moved Informix stuff to its own compat library. Interval datetype is now full...
Michael Meskes
2003-03-21
Changes to the parser to accept new datatypes.
Michael Meskes
2003-02-14
- Synced parser and keyword file.
Michael Meskes