summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include
AgeCommit message (Expand)Author
2004-09-09Fix Cygwin defines to be consistent.Bruce Momjian
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-07-05- Fixed indicator in SET DESCRIPTOR.Michael Meskes
2004-07-04Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes
2004-06-30Added SET DESCRIPTOR command.Michael Meskes
2004-06-27- Only use typedefs inside their scope.Michael Meskes
2004-05-10- Argh, just another bug in adjust_informix.Michael Meskes
2004-01-28- Issue a warning if a cursor is declared but not opened.Michael Meskes
2003-12-18Move Informix compatibility include files out of the way. compatlib.hPeter Eisentraut
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-10-20Install dummy sqlda.h file since this is needed for compatibility.Michael Meskes
2003-10-03Remove assorted compilation failures introduced by latest ecpg changes.Tom Lane
2003-10-03Hide 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-19Removed superfluous return statement in get_data.Michael Meskes
2003-09-10Some uppercase type definitions were left.Michael Meskes
2003-09-09- Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes
2003-09-01Fixed two bugs in pgtypes library.Michael Meskes
2003-08-08Remove postgres_ext.h inclusion -- not necessary.Peter Eisentraut
2003-08-07Include postgres_ext.h instead of postgres_fe.h. This allows ecpgBruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-08-01Make 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-15Started to create different error codes for different backend messages.Michael Meskes
2003-07-01Use ISO dates in pgtypeslib by default.Michael Meskes
2003-06-29- Made sure Informix style decimal vars are initialized. They use aMichael Meskes
2003-06-29Just another sync.Michael Meskes
2003-06-25Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes
2003-06-20Just another Informix compatibility change. They uses "free" for cursors as w...Michael Meskes
2003-06-20Allow constants in using clauses.Michael Meskes
2003-06-15Some minor changes for new version numbering.Michael Meskes
2003-06-15Ecpg cleanups for prototypes.Bruce Momjian
2003-06-15Make ecpg thread safe.Bruce Momjian
2003-06-13- Enable FETCH without INTO.Michael Meskes
2003-06-12Install all header files.Michael Meskes
2003-05-30Create a real prototype function for describe.Michael Meskes
2003-05-14 - Added more compatibility functions.Michael Meskes
2003-05-02Fixed double definition of ecpg_compat_mode.Michael Meskes
2003-04-18Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian
2003-04-08Added some more informix compatibility functions.Michael Meskes
2003-04-01More patches for informix compatibility.Michael Meskes
2003-03-30Moved Informix stuff to its own compat library. Interval datetype is now full...Michael Meskes
2003-03-27More changes to pgtypeslib and set optimization to -O1.Michael Meskes
2003-03-22Remove ecpg #warning with approval from Michael.Bruce Momjian
2003-03-21Changes to the parser to accept new datatypes.Michael Meskes
2003-03-20Started adding date and timestamp.Michael Meskes
2003-03-18Some bugfixes for numerical library.Michael Meskes
2003-03-16Forgot some files...Michael Meskes