aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include
Commit message (Expand)AuthorAge
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Remove Christof Petig copyright on include file, per author request.Bruce Momjian2006-03-08
* Remove BEOS port.Bruce Momjian2006-01-05
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* - Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes2005-11-30
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add missing ecpg prototype for newly added functions.Bruce Momjian2004-12-23
* Fix Cygwin defines to be consistent.Bruce Momjian2004-09-09
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* - Fixed indicator in SET DESCRIPTOR.Michael Meskes2004-07-05
* Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes2004-07-04
* Added SET DESCRIPTOR command.Michael Meskes2004-06-30
* - Only use typedefs inside their scope.Michael Meskes2004-06-27
* - Argh, just another bug in adjust_informix.Michael Meskes2004-05-10
* - Issue a warning if a cursor is declared but not opened.Michael Meskes2004-01-28
* Move Informix compatibility include files out of the way. compatlib.hPeter Eisentraut2003-12-18
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Install dummy sqlda.h file since this is needed for compatibility.Michael Meskes2003-10-20
* Remove assorted compilation failures introduced by latest ecpg changes.Tom Lane2003-10-03
* Hide Informix datatypes. They are not seen by our built process anymore.Michael Meskes2003-10-03
* - Fixed order mismatch in processing "using" arguments.Michael Meskes2003-09-22
* - Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.Michael Meskes2003-09-20
* Removed superfluous return statement in get_data.Michael Meskes2003-09-19
* Some uppercase type definitions were left.Michael Meskes2003-09-10
* - Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes2003-09-09
* Fixed two bugs in pgtypes library.Michael Meskes2003-09-01
* Remove postgres_ext.h inclusion -- not necessary.Peter Eisentraut2003-08-08
* Include postgres_ext.h instead of postgres_fe.h. This allows ecpgBruce Momjian2003-08-07
* pgindent run.Bruce Momjian2003-08-04
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-01
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-01
* Started to create different error codes for different backend messages.Michael Meskes2003-07-15
* Use ISO dates in pgtypeslib by default.Michael Meskes2003-07-01
* - Made sure Informix style decimal vars are initialized. They use aMichael Meskes2003-06-29
* Just another sync.Michael Meskes2003-06-29
* Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes2003-06-25
* Just another Informix compatibility change. They uses "free" for cursors as w...Michael Meskes2003-06-20
* Allow constants in using clauses.Michael Meskes2003-06-20
* Some minor changes for new version numbering.Michael Meskes2003-06-15
* Ecpg cleanups for prototypes.Bruce Momjian2003-06-15
* Make ecpg thread safe.Bruce Momjian2003-06-15
* - Enable FETCH without INTO.Michael Meskes2003-06-13
* Install all header files.Michael Meskes2003-06-12
* Create a real prototype function for describe.Michael Meskes2003-05-30
* - Added more compatibility functions.Michael Meskes2003-05-14
* Fixed double definition of ecpg_compat_mode.Michael Meskes2003-05-02
* Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian2003-04-18
* Added some more informix compatibility functions.Michael Meskes2003-04-08