aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/ecpglib.h
Commit message (Expand)AuthorAge
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* fix up a couple non-prototypes of the form foo() to be foo(void) -- found usi...Greg Stark2011-03-27
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* 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
* Added patch by Bernd Helmle <bernd.helmle@credativ.de> that adds a low levelMichael Meskes2009-09-18
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Removed some unneeded variables and comparisonsMichael Meskes2009-05-20
* Add localization support to ecpg.Peter Eisentraut2008-05-16
* Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.Michael Meskes2008-03-20
* *** empty log message ***Michael Meskes2008-02-14
* Changed prototype for ECPGdo because some compilers don't like int/enum alias...Michael Meskes2008-01-13
* Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes2007-10-03
* 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
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove redeclaration of struct sqlca_t --- unnecessary and provokesTom Lane2006-08-04
* ynced parser and keyword list.Michael Meskes2006-08-02
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-11
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Remove BEOS port.Bruce Momjian2006-01-05
* - Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes2005-11-30
* - 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
* - Issue a warning if a cursor is declared but not opened.Michael Meskes2004-01-28
* Remove assorted compilation failures introduced by latest ecpg changes.Tom Lane2003-10-03
* 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
* 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
* Ecpg cleanups for prototypes.Bruce Momjian2003-06-15
* - Enable FETCH without INTO.Michael Meskes2003-06-13
* Create a real prototype function for describe.Michael Meskes2003-05-30
* Fixed double definition of ecpg_compat_mode.Michael Meskes2003-05-02
* Added some more informix compatibility functions.Michael Meskes2003-04-08
* Added Informix "database" command.Michael Meskes2003-02-17
* Add guards against double inclusion.Peter Eisentraut2002-10-21
* pgindent run.Bruce Momjian2002-09-04
* Added Christof's patches.Michael Meskes2001-11-14
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-08
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25