2019-09-20 |
Tom Lane | Revert "Add DECLARE STATEMENT support to ECPG." |
tree | commitdiff |
2019-07-08 |
Michael Paquier | Fix inconsistencies in the code |
tree | commitdiff |
2019-05-22 |
Tom Lane | Initial pgindent run for v12. |
tree | commitdiff |
2019-05-22 |
Michael Meskes | Implement PREPARE AS statement for ECPG. |
tree | commitdiff |
2019-02-18 |
Michael Meskes | Add bytea datatype to ECPG. |
tree | commitdiff |
2019-02-16 |
Michael Meskes | Add DECLARE STATEMENT support to ECPG. |
tree | commitdiff |
2018-07-11 |
Alexander Korotkov | Fix more wrong paths in header comments |
tree | commitdiff |
2018-06-18 |
Thomas Munro | Add PGTYPESchar_free() to avoid cross-module problems... |
tree | commitdiff |
2017-11-10 |
Peter Eisentraut | Add some const decorations to prototypes |
tree | commitdiff |
2017-06-21 |
Tom Lane | Phase 2 of pgindent updates. |
tree | commitdiff |
2017-06-21 |
Tom Lane | Initial pgindent run with pg_bsd_indent version 2.0. |
tree | commitdiff |
2017-02-23 |
Tom Lane | Remove now-dead code for !HAVE_INT64_TIMESTAMP. |
tree | commitdiff |
2017-02-23 |
Tom Lane | De-support floating-point timestamps. |
tree | commitdiff |
2016-02-01 |
Michael Meskes | Make sure ecpg header files do not have a comment lasti... |
tree | commitdiff |
2015-03-26 |
Tom Lane | Tweak __attribute__-wrapping macros for better pgindent... |
tree | commitdiff |
2015-03-11 |
Andres Freund | Add macros wrapping all usage of gcc's __attribute__. |
tree | commitdiff |
2014-05-07 |
Bruce Momjian | With ecpg exclusion removed, re-run pgindent for 9.4 |
tree | commitdiff |
2014-05-06 |
Bruce Momjian | pgindent run for 9.4 |
tree | commitdiff |
2013-03-30 |
Peter Eisentraut | ecpg: Parallel make fix |
tree | commitdiff |
2011-12-18 |
Michael Meskes | Mark variables as const in pgtypeslib if they only... |
tree | commitdiff |
2011-03-27 |
Greg Stark | fix up a couple non-prototypes of the form foo() to... |
tree | commitdiff |
2010-09-22 |
Magnus Hagander | Convert cvsignore to gitignore, and add .gitignore... |
tree | commitdiff |
2010-09-20 |
Magnus Hagander | Remove cvs keywords from all files. |
tree | commitdiff |
2010-08-19 |
Peter Eisentraut | Remove extra newlines at end and beginning of files... |
tree | commitdiff |
2010-05-25 |
Michael Meskes | Replace self written 'long long int' configure test... |
tree | commitdiff |
2010-05-25 |
Michael Meskes | Added a configure test for "long long" datatypes. So... |
tree | commitdiff |
2010-02-26 |
Bruce Momjian | Revert pgindent changes to ecpg include files that... |
tree | commitdiff |
2010-02-26 |
Bruce Momjian | pgindent run for 9.0 |
tree | commitdiff |
2010-02-02 |
Michael Meskes | Fixed NaN/Infinity problems in ECPG for float/double... |
tree | commitdiff |
2010-01-26 |
Michael Meskes | Applied patch by Boszormenyi Zoltan <zb@cybertec.at... |
tree | commitdiff |
2010-01-15 |
Michael Meskes | Applied patch by Boszormenyi Zoltan <zb@cybertec.at... |
tree | commitdiff |
2010-01-07 |
Tom Lane | Remove all the special-case code for INT64_IS_BUSTED... |
tree | commitdiff |
2010-01-06 |
Michael Meskes | Remove __FUNCTION__ keyword that is not recognized... |
tree | commitdiff |
2010-01-05 |
Michael Meskes | And another one |
tree | commitdiff |
2010-01-05 |
Michael Meskes | And another one of the same problem. |
tree | commitdiff |
2010-01-05 |
Michael Meskes | Ah, should read the file completely. I got so used... |
tree | commitdiff |
2010-01-05 |
Michael Meskes | Applied patch by Boszormenyi Zoltan <zb@cybertec.at... |
tree | commitdiff |
2009-10-26 |
Peter Eisentraut | Simplify a few makefile rules since install-sh can... |
tree | commitdiff |
2009-09-18 |
Michael Meskes | Added patch by Bernd Helmle <bernd.helmle@credativ... |
tree | commitdiff |
2009-08-26 |
Peter Eisentraut | Update of install-sh, mkinstalldirs, and associated... |
tree | commitdiff |
2009-08-14 |
Michael Meskes | Made sure sqlca is reset for declare cursor in Informix... |
tree | commitdiff |
2009-08-07 |
Michael Meskes | Added STRING datatype for Informix compatibility mode... |
tree | commitdiff |
2009-06-11 |
Bruce Momjian | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW... |
tree | commitdiff |
2009-05-20 |
Michael Meskes | Removed some unneeded variables and comparisons |
tree | commitdiff |
2009-01-22 |
Peter Eisentraut | Recreate ecpg_config.h with a stamp file created by... |
tree | commitdiff |
2008-05-17 |
Andrew Dunstan | fix ecpg regression tests broken by over-eager adding... |
tree | commitdiff |
2008-05-17 |
Andrew Dunstan | Add $PostgreSQL$ markers to a lot of files that were... |
tree | commitdiff |
2008-05-16 |
Peter Eisentraut | Add localization support to ecpg. |
tree | commitdiff |
2008-03-20 |
Michael Meskes | Added ECPGget_PGconn() function to ecpglib, courtesy... |
tree | commitdiff |
2008-02-26 |
Peter Eisentraut | Fix uninstall target. |
tree | commitdiff |
2008-02-17 |
Michael Meskes | - Removed duplicate include of ecpgtype.h which meant... |
tree | commitdiff |
2008-02-15 |
Michael Meskes | Changed the way symbols are defined in C in INFORMIX... |
tree | commitdiff |
2008-02-14 |
Michael Meskes | Sorry, accidently committed a patch I'm working on... |
tree | commitdiff |
2008-02-14 |
Michael Meskes | *** empty log message *** |
tree | commitdiff |
2008-01-13 |
Michael Meskes | Changed prototype for ECPGdo because some compilers... |
tree | commitdiff |
2007-11-15 |
Bruce Momjian | pgindent run for 8.3. |
tree | commitdiff |
2007-10-03 |
Michael Meskes | Cleaned up ecpglib and renamed functions that do not... |
tree | commitdiff |
2007-10-03 |
Michael Meskes | Hopefully fixed some stuff that causes Windows builds... |
tree | commitdiff |
2007-10-02 |
Michael Meskes | ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added... |
tree | commitdiff |
2007-09-30 |
Michael Meskes | Applied another patch by ITAGAKI Takahiro <itagaki... |
tree | commitdiff |
2007-09-27 |
Tom Lane | Define the FRONTEND symbol in postgres_fe.h, which... |
tree | commitdiff |
2007-09-26 |
Michael Meskes | Applied patch by ITAGAKI Takahiro <itagaki.takahiro... |
tree | commitdiff |
2007-08-14 |
Michael Meskes | - Finished major rewrite to use new protocol version |
tree | commitdiff |
2007-07-25 |
Magnus Hagander | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict... |
tree | commitdiff |
2007-05-28 |
Michael Meskes | Applied patch send by Joachim Wieland to fix INTEGER_DA... |
tree | commitdiff |
2007-03-29 |
Michael Meskes | - Added patch by Magnus Hagander <magnus@hagander.net... |
tree | commitdiff |
2006-11-29 |
Alvaro Herrera | Fix Makefile problem which prevented installation on... |
tree | commitdiff |
2006-11-28 |
Michael Meskes | Also install ecpg_config.h |
tree | commitdiff |
2006-10-04 |
Bruce Momjian | pgindent run for 8.2. |
tree | commitdiff |
2006-09-14 |
Michael Meskes | Added missing constuctor/destructor for interval and... |
tree | commitdiff |
2006-08-28 |
Tom Lane | Partial fix for ecpg's VPATH problems. It compiles... |
tree | commitdiff |
2006-08-24 |
Michael Meskes | Needed more stuff from c.h. |
tree | commitdiff |
2006-08-24 |
Michael Meskes | Need more defines in ecpg_config.h, patch sent by Rocco... |
tree | commitdiff |
2006-08-23 |
Michael Meskes | Argh, forgot the new file yet again. |
tree | commitdiff |
2006-08-23 |
Michael Meskes | Replaced double-quote-fix with a hopefully better version. |
tree | commitdiff |
2006-08-15 |
Michael Meskes | Added lots of SoC stuff made by Joachim. |
tree | commitdiff |
2006-08-09 |
Michael Meskes | Fixed error handling in numeric conversion (Joachim). |
tree | commitdiff |
2006-08-04 |
Tom Lane | Remove redeclaration of struct sqlca_t --- unnecessary... |
tree | commitdiff |
2006-08-02 |
Michael Meskes | ynced parser and keyword list. |
tree | commitdiff |
2006-07-31 |
Michael Meskes | First small patches needed for regression tests |
tree | commitdiff |
2006-07-15 |
Tom Lane | Fix some makefiles that fail to yield good results... |
tree | commitdiff |
2006-07-11 |
Bruce Momjian | Allow each C include file to compile on its own by... |
tree | commitdiff |
2006-03-11 |
Bruce Momjian | Add CVS tag lines to files that were lacking them. |
tree | commitdiff |
2006-03-08 |
Bruce Momjian | Remove Christof Petig copyright on include file, per... |
tree | commitdiff |
2006-01-05 |
Bruce Momjian | Remove BEOS port. |
tree | commitdiff |
2005-12-09 |
Peter Eisentraut | Allow installation into directories containing spaces... |
tree | commitdiff |
2005-11-30 |
Michael Meskes | - Made several variables "const char *" instead of... |
tree | commitdiff |
2005-11-22 |
Bruce Momjian | Re-run pgindent, fixing a problem where comment lines... |
tree | commitdiff |
2005-10-15 |
Bruce Momjian | Standard pgindent run for 8.1. |
tree | commitdiff |
2004-12-23 |
Bruce Momjian | Add missing ecpg prototype for newly added functions. |
tree | commitdiff |
2004-09-09 |
Bruce Momjian | Fix Cygwin defines to be consistent. |
tree | commitdiff |
2004-08-30 |
Bruce Momjian | Another pgindent run with lib typedefs added. |
tree | commitdiff |
2004-08-29 |
Bruce Momjian | Pgindent run for 8.0. |
tree | commitdiff |
2004-07-05 |
Michael Meskes | - Fixed indicator in SET DESCRIPTOR. |
tree | commitdiff |
2004-07-04 |
Michael Meskes | Made sure SET DESCRIPTOR accepts all data types includi... |
tree | commitdiff |
2004-06-30 |
Michael Meskes | Added SET DESCRIPTOR command. |
tree | commitdiff |
2004-06-27 |
Michael Meskes | - Only use typedefs inside their scope. |
tree | commitdiff |
2004-05-10 |
Michael Meskes | - Argh, just another bug in adjust_informix. |
tree | commitdiff |
2004-01-28 |
Michael Meskes | - Issue a warning if a cursor is declared but not opened. |
tree | commitdiff |
2003-12-18 |
Peter Eisentraut | Move Informix compatibility include files out of the... |
tree | commitdiff |
next |