summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include
Commit message (Expand)AuthorAgeFilesLines
* - Issue a warning if a cursor is declared but not opened.Michael Meskes2004-01-281-1/+1
* Move Informix compatibility include files out of the way. compatlib.hPeter Eisentraut2003-12-185-93/+87
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Install dummy sqlda.h file since this is needed for compatibility.Michael Meskes2003-10-201-1/+1
* Remove assorted compilation failures introduced by latest ecpg changes.Tom Lane2003-10-031-0/+1
* Hide Informix datatypes. They are not seen by our built process anymore.Michael Meskes2003-10-035-70/+86
* - Fixed order mismatch in processing "using" arguments.Michael Meskes2003-09-221-0/+15
* - Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.Michael Meskes2003-09-206-4/+28
* Removed superfluous return statement in get_data.Michael Meskes2003-09-194-16/+6
* Some uppercase type definitions were left.Michael Meskes2003-09-101-12/+12
* - Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes2003-09-096-45/+45
* Fixed two bugs in pgtypes library.Michael Meskes2003-09-011-1/+1
* Remove postgres_ext.h inclusion -- not necessary.Peter Eisentraut2003-08-081-1/+0
* Include postgres_ext.h instead of postgres_fe.h. This allows ecpgBruce Momjian2003-08-071-1/+1
* pgindent run.Bruce Momjian2003-08-0414-133/+141
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-012-3/+5
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-013-2/+7
* Started to create different error codes for different backend messages.Michael Meskes2003-07-151-0/+2
* Use ISO dates in pgtypeslib by default.Michael Meskes2003-07-014-5/+19
* - Made sure Informix style decimal vars are initialized. They use aMichael Meskes2003-06-291-0/+1
* Just another sync.Michael Meskes2003-06-291-1/+1
* Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes2003-06-255-20/+20
* Just another Informix compatibility change. They uses "free" for cursors as w...Michael Meskes2003-06-202-0/+2
* Allow constants in using clauses.Michael Meskes2003-06-201-0/+1
* Some minor changes for new version numbering.Michael Meskes2003-06-151-10/+10
* Ecpg cleanups for prototypes.Bruce Momjian2003-06-151-2/+5
* Make ecpg thread safe.Bruce Momjian2003-06-151-2/+5
* - Enable FETCH without INTO.Michael Meskes2003-06-132-2/+5
* Install all header files.Michael Meskes2003-06-121-1/+1
* Create a real prototype function for describe.Michael Meskes2003-05-301-0/+2
* - Added more compatibility functions.Michael Meskes2003-05-142-2/+5
* Fixed double definition of ecpg_compat_mode.Michael Meskes2003-05-021-0/+1
* Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian2003-04-181-1/+1
* Added some more informix compatibility functions.Michael Meskes2003-04-081-0/+2
* More patches for informix compatibility.Michael Meskes2003-04-016-36/+41
* Moved Informix stuff to its own compat library. Interval datetype is now full...Michael Meskes2003-03-304-10/+25
* More changes to pgtypeslib and set optimization to -O1.Michael Meskes2003-03-276-33/+66
* Remove ecpg #warning with approval from Michael.Bruce Momjian2003-03-221-1/+0
* Changes to the parser to accept new datatypes.Michael Meskes2003-03-216-24/+80
* Started adding date and timestamp.Michael Meskes2003-03-205-2/+44
* Some bugfixes for numerical library.Michael Meskes2003-03-182-0/+8
* Forgot some files...Michael Meskes2003-03-162-0/+51
* Started working on a seperate pgtypes library. First test work. PLEASE test c...Michael Meskes2003-03-162-4/+5
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-1/+1
* Forgot to commit Makefile change.Michael Meskes2003-02-211-1/+1
* Added Informix "database" command.Michael Meskes2003-02-171-1/+2
* - Synced parser and keyword file.Michael Meskes2003-02-141-0/+6
* Add guards against double inclusion.Peter Eisentraut2002-10-212-1/+11
* pgindent run.Bruce Momjian2002-09-043-4/+6
* Change made to elog:Bruce Momjian2002-03-061-14/+14