Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix up a couple non-prototypes of the form foo() to be foo(void) -- found ↵ | Greg Stark | 2011-03-27 |
| | | | | using -Wstrict-prototypes | ||
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
| | |||
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
| | |||
* | Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope ↵ | Michael Meskes | 2010-01-26 |
| | | | | cursor support to native mode. | ||
* | Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE ↵ | Michael Meskes | 2010-01-15 |
| | | | | [OUTPUT] statement to ecpg. | ||
* | Added patch by Bernd Helmle <bernd.helmle@credativ.de> that adds a low level | Michael Meskes | 2009-09-18 |
| | | | | function that returns the current transaction status. | ||
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
| | | | | provided by Andrew. | ||
* | Removed some unneeded variables and comparisons | Michael Meskes | 2009-05-20 |
| | |||
* | Add localization support to ecpg. | Peter Eisentraut | 2008-05-16 |
| | | | | Author: Euler Taveira de Oliveira <euler@timbira.com> | ||
* | Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. | Michael Meskes | 2008-03-20 |
| | | | | Removed one include file from connect-test1. | ||
* | *** empty log message *** | Michael Meskes | 2008-02-14 |
| | |||
* | Changed prototype for ECPGdo because some compilers don't like int/enum ↵ | Michael Meskes | 2008-01-13 |
| | | | | aliasing in there. | ||
* | Cleaned up ecpglib and renamed functions that do not need to be exported. | Michael Meskes | 2007-10-03 |
| | | | | Created export list for ecpglib. | ||
* | Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get ↵ | Michael Meskes | 2007-09-26 |
| | | | | prepare thread-safe. | ||
* | - Finished major rewrite to use new protocol version | Michael Meskes | 2007-08-14 |
| | | | | | | | | - Really prepare statements - Added more regression tests - Added auto-prepare mode - Use '$n' for positional variables, '?' is still possible via ecpg option - Cleaned up the sources a little bit | ||
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
| | |||
* | Remove redeclaration of struct sqlca_t --- unnecessary and provokes | Tom Lane | 2006-08-04 |
| | | | | warnings on some compilers. | ||
* | ynced parser and keyword list. | Michael Meskes | 2006-08-02 |
| | | | | | Implemented EXEC SQL UNDEF. Applied first version of the regression test patch by Joachim Wieland <joe@mcknight.de>. | ||
* | Allow each C include file to compile on its own by including any needed | Bruce Momjian | 2006-07-11 |
| | | | | header files. | ||
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
| | |||
* | Remove BEOS port. | Bruce Momjian | 2006-01-05 |
| | |||
* | - Made several variables "const char *" instead of "char *" as proposed by ↵ | Michael Meskes | 2005-11-30 |
| | | | | | | | | Qingqing Zhou <zhouqq@cs.toronto.edu>. - Replaced all strdup() calls by ECPGstrdup(). - Set ecpg library version to 5.2. - Set ecpg version to 4.2.1. | ||
* | - Fixed indicator in SET DESCRIPTOR. | Michael Meskes | 2004-07-05 |
| | | | | | - Added special handling of descriptor header information. - Some code cleanup. | ||
* | Made sure SET DESCRIPTOR accepts all data types including constants. | Michael Meskes | 2004-07-04 |
| | |||
* | Added SET DESCRIPTOR command. | Michael Meskes | 2004-06-30 |
| | | | | | Note that this still has some bugs. The functionality is there though, it's just a matter of fixing the bugs now. Cleaned up error handling in preprocessor. | ||
* | - Only use typedefs inside their scope. | Michael Meskes | 2004-06-27 |
| | | | | | | - Variables that are out of scope, were not removed all the time. - Make a varchar NULL set everything to 0 when not using indicators. - Synced parser. | ||
* | - Issue a warning if a cursor is declared but not opened. | Michael Meskes | 2004-01-28 |
| | | | | | | - Fixed prototype for ECPGprepared_statement to not moan about "const char" - Fixed parsing of nested structures. - Added option to parse header files. | ||
* | Remove assorted compilation failures introduced by latest ecpg changes. | Tom Lane | 2003-10-03 |
| | | | | | Also remove -g, which has no business in CPPFLAGS in the first place, let alone being hardwired there by a sub-Makefile. | ||
* | Remove postgres_ext.h inclusion -- not necessary. | Peter Eisentraut | 2003-08-08 |
| | |||
* | Include postgres_ext.h instead of postgres_fe.h. This allows ecpg | Bruce Momjian | 2003-08-07 |
| | | | | output C files to proper compile again. | ||
* | pgindent run. | Bruce Momjian | 2003-08-04 |
| | |||
* | Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs, | Peter Eisentraut | 2003-08-01 |
| | | | | | rather than parsing the message. Add some documentation about embedded SQL. | ||
* | - Added some Informix error codes in Informix mode. | Michael Meskes | 2003-08-01 |
| | | | | - Added just another pgtypeslib function. | ||
* | Implemented Informix special way to treat NULLs, removed warnings, synced. | Michael Meskes | 2003-06-25 |
| | |||
* | Just another Informix compatibility change. They uses "free" for cursors as ↵ | Michael Meskes | 2003-06-20 |
| | | | | wellafter closing them. | ||
* | Ecpg cleanups for prototypes. | Bruce Momjian | 2003-06-15 |
| | |||
* | - Enable FETCH without INTO. | Michael Meskes | 2003-06-13 |
| | | | | - Compatibility functions for INFORMIX handling of DECLARE statement. | ||
* | Create a real prototype function for describe. | Michael Meskes | 2003-05-30 |
| | |||
* | Fixed double definition of ecpg_compat_mode. | Michael Meskes | 2003-05-02 |
| | |||
* | Added some more informix compatibility functions. | Michael Meskes | 2003-04-08 |
| | |||
* | Added Informix "database" command. | Michael Meskes | 2003-02-17 |
| | |||
* | Add guards against double inclusion. | Peter Eisentraut | 2002-10-21 |
| | |||
* | pgindent run. | Bruce Momjian | 2002-09-04 |
| | |||
* | Added Christof's patches. | Michael Meskes | 2001-11-14 |
| | |||
* | Fix indenting for 'extern "C"' cases. | Bruce Momjian | 2001-11-08 |
| | |||
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
| | | | | initdb/regression tests pass. | ||
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
| | | | | spacing. Also adds space for one-line comments. | ||
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
| | | | | tests pass. | ||
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
| | |||
* | - Synced gram.y and preproc.y. | Michael Meskes | 2000-12-18 |
| | | | | | - Synced keyword.c. - Added several small patches from Christof. |