| Commit message (Expand) | Author | Age |
* | Add PGTYPESchar_free() to avoid cross-module problems on Windows. | Thomas Munro | 2018-06-26 |
* | Make sure ecpg header files do not have a comment lasting several lines, one of | Michael Meskes | 2016-02-01 |
* | Tweak __attribute__-wrapping macros for better pgindent results. | Tom Lane | 2015-03-26 |
* | Add macros wrapping all usage of gcc's __attribute__. | Andres Freund | 2015-03-11 |
* | With ecpg exclusion removed, re-run pgindent for 9.4 | Bruce Momjian | 2014-05-06 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | ecpg: Parallel make fix | Peter Eisentraut | 2013-03-29 |
* | Mark variables as const in pgtypeslib if they only carry a format string. | Michael Meskes | 2011-12-18 |
* | fix up a couple non-prototypes of the form foo() to be foo(void) -- found usi... | Greg Stark | 2011-03-27 |
* | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut | 2010-08-19 |
* | Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG... | Michael Meskes | 2010-05-25 |
* | Added a configure test for "long long" datatypes. So far this is only used in... | Michael Meskes | 2010-05-25 |
* | Revert pgindent changes to ecpg include files that are part of ecpg | Bruce Momjian | 2010-02-26 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin... | Michael Meskes | 2010-02-02 |
* | Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs... | Michael Meskes | 2010-01-26 |
* | Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]... | Michael Meskes | 2010-01-15 |
* | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane | 2010-01-07 |
* | Remove __FUNCTION__ keyword that is not recognized by som compilers. | Michael Meskes | 2010-01-06 |
* | And another one | Michael Meskes | 2010-01-05 |
* | And another one of the same problem. | Michael Meskes | 2010-01-05 |
* | Ah, should read the file completely. I got so used to git that I almost forgo... | Michael Meskes | 2010-01-05 |
* | Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to | Michael Meskes | 2010-01-05 |
* | Simplify a few makefile rules since install-sh can now install multiple | Peter Eisentraut | 2009-10-26 |
* | Added patch by Bernd Helmle <bernd.helmle@credativ.de> that adds a low level | Michael Meskes | 2009-09-18 |
* | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut | 2009-08-26 |
* | Made sure sqlca is reset for declare cursor in Informix mode as pointed out by | Michael Meskes | 2009-08-14 |
* | Added STRING datatype for Informix compatibility mode. This work is | Michael Meskes | 2009-08-07 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Removed some unneeded variables and comparisons | Michael Meskes | 2009-05-20 |
* | Recreate ecpg_config.h with a stamp file created by config.status, same | Peter Eisentraut | 2009-01-22 |
* | fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markers | Andrew Dunstan | 2008-05-17 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 |
* | Add localization support to ecpg. | Peter Eisentraut | 2008-05-16 |
* | Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. | Michael Meskes | 2008-03-20 |
* | Fix uninstall target. | Peter Eisentraut | 2008-02-26 |
* | - Removed duplicate include of ecpgtype.h which meant I had to adapt all expe... | Michael Meskes | 2008-02-17 |
* | Changed the way symbols are defined in C in INFORMIX mode. | Michael Meskes | 2008-02-15 |
* | Sorry, accidently committed a patch I'm working on. Reverting it. | Michael Meskes | 2008-02-14 |
* | *** empty log message *** | Michael Meskes | 2008-02-14 |
* | Changed prototype for ECPGdo because some compilers don't like int/enum alias... | Michael Meskes | 2008-01-13 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Cleaned up ecpglib and renamed functions that do not need to be exported. | Michael Meskes | 2007-10-03 |
* | Hopefully fixed some stuff that causes Windows builds to fail. | Michael Meskes | 2007-10-03 |
* | ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe | Michael Meskes | 2007-10-02 |
* | Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> | Michael Meskes | 2007-09-30 |
* | Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate | Tom Lane | 2007-09-27 |
* | Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre... | Michael Meskes | 2007-09-26 |