aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include
Commit message (Expand)AuthorAge
* Revert pgindent changes to ecpg include files that are part of ecpgBruce Momjian2010-02-26
* pgindent run for 9.0Bruce Momjian2010-02-26
* Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...Michael Meskes2010-02-02
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes2010-01-26
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...Michael Meskes2010-01-15
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-07
* Remove __FUNCTION__ keyword that is not recognized by som compilers.Michael Meskes2010-01-06
* And another oneMichael Meskes2010-01-05
* And another one of the same problem.Michael Meskes2010-01-05
* Ah, should read the file completely. I got so used to git that I almost forgo...Michael Meskes2010-01-05
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes2010-01-05
* Simplify a few makefile rules since install-sh can now install multiplePeter Eisentraut2009-10-26
* Added patch by Bernd Helmle <bernd.helmle@credativ.de> that adds a low levelMichael Meskes2009-09-18
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-26
* Made sure sqlca is reset for declare cursor in Informix mode as pointed out byMichael Meskes2009-08-14
* Added STRING datatype for Informix compatibility mode. This work isMichael Meskes2009-08-07
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Removed some unneeded variables and comparisonsMichael Meskes2009-05-20
* Recreate ecpg_config.h with a stamp file created by config.status, samePeter Eisentraut2009-01-22
* fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markersAndrew Dunstan2008-05-17
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Add localization support to ecpg.Peter Eisentraut2008-05-16
* Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.Michael Meskes2008-03-20
* Fix uninstall target.Peter Eisentraut2008-02-26
* - Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...Michael Meskes2008-02-17
* Changed the way symbols are defined in C in INFORMIX mode.Michael Meskes2008-02-15
* Sorry, accidently committed a patch I'm working on. Reverting it.Michael Meskes2008-02-14
* *** empty log message ***Michael Meskes2008-02-14
* Changed prototype for ECPGdo because some compilers don't like int/enum alias...Michael Meskes2008-01-13
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes2007-10-03
* Hopefully fixed some stuff that causes Windows builds to fail.Michael Meskes2007-10-03
* ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safeMichael Meskes2007-10-02
* Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>Michael Meskes2007-09-30
* Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminateTom Lane2007-09-27
* Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...Michael Meskes2007-09-26
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Applied patch send by Joachim Wieland to fix INTEGER_DATETIMES under MSVC.Michael Meskes2007-05-28
* - Added patch by Magnus Hagander <magnus@hagander.net> to use nativeMichael Meskes2007-03-29
* Fix Makefile problem which prevented installation on VPATH builds.Alvaro Herrera2006-11-29
* Also install ecpg_config.hMichael Meskes2006-11-28
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Added missing constuctor/destructor for interval and date.Michael Meskes2006-09-14
* Partial fix for ecpg's VPATH problems. It compiles and successfullyTom Lane2006-08-28
* Needed more stuff from c.h.Michael Meskes2006-08-24
* Need more defines in ecpg_config.h, patch sent by Rocco Altier <RoccoA@Routes...Michael Meskes2006-08-24
* Argh, forgot the new file yet again.Michael Meskes2006-08-23
* Replaced double-quote-fix with a hopefully better version.Michael Meskes2006-08-23
* Added lots of SoC stuff made by Joachim.Michael Meskes2006-08-15