summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/ecpglib.h
AgeCommit message (Expand)Author
2024-11-27Require sizeof(bool) == 1.Thomas Munro
2023-07-11Remove --disable-thread-safety and related code.Thomas Munro
2022-09-22Harmonize parameter names in ecpg code.Peter Geoghegan
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-12Fix ecpglib.h to declare bool consistently with c.h.Tom Lane
2019-11-07Move declaration of ecpg_gettext() to a saner place.Tom Lane
2019-09-20Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-05-22Initial pgindent run for v12.Tom Lane
2019-02-16Add DECLARE STATEMENT support to ECPG.Michael Meskes
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2011-03-27fix up a couple non-prototypes of the form foo() to be foo(void) -- found usi...Greg Stark
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-26Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes
2010-01-15Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...Michael Meskes
2009-09-18Added patch by Bernd Helmle <bernd.helmle@credativ.de> that adds a low levelMichael Meskes
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-20Removed some unneeded variables and comparisonsMichael Meskes
2008-05-16Add localization support to ecpg.Peter Eisentraut
2008-03-20Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.Michael Meskes
2008-02-14*** empty log message ***Michael Meskes
2008-01-13Changed prototype for ECPGdo because some compilers don't like int/enum alias...Michael Meskes
2007-10-03Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes
2007-09-26Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...Michael Meskes
2007-08-14- Finished major rewrite to use new protocol versionMichael Meskes
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-04Remove redeclaration of struct sqlca_t --- unnecessary and provokesTom Lane
2006-08-02ynced parser and keyword list.Michael Meskes
2006-07-11Allow each C include file to compile on its own by including any neededBruce Momjian
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-01-05Remove BEOS port.Bruce Momjian
2005-11-30- Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes
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-01-28- Issue a warning if a cursor is declared but not opened.Michael Meskes
2003-10-03Remove assorted compilation failures introduced by latest ecpg changes.Tom Lane
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-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