Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed handling of cyclic defines. | Michael Meskes | 2004-07-20 |
| | |||
* | Move Informix compatibility include files out of the way. compatlib.h | Peter Eisentraut | 2003-12-18 |
| | | | | | | was integrated into ecpg_informix.h, the other ones go into their own subdirectory that is automatically considered by the embedded preprocessor when in Informix mode. | ||
* | Complete options help and put it in less random order. | Peter Eisentraut | 2003-11-02 |
| | |||
* | - Fixed constant listing in execute using clause. | Michael Meskes | 2003-10-06 |
| | | | | | - Fixed typo in ecpg for Informix dec_t type. - Fixed precision handling in Informix compat funxtions. | ||
* | Format help message internally consistent. | Peter Eisentraut | 2003-10-04 |
| | |||
* | - Added Dave patch for Informix handling of numeric/int conversion. | Michael Meskes | 2003-09-09 |
| | | | | | - Changed all new datatypes to lowercase. - Fixed rounding bug in numerical types. | ||
* | pgindent run. | Bruce Momjian | 2003-08-04 |
| | |||
* | - Added some Informix error codes in Informix mode. | Michael Meskes | 2003-08-01 |
| | | | | - Added just another pgtypeslib function. | ||
* | Added just another compatibility level for Informix. | Michael Meskes | 2003-06-26 |
| | |||
* | Implemented Informix special way to treat NULLs, removed warnings, synced. | Michael Meskes | 2003-06-25 |
| | |||
* | - Enable FETCH without INTO. | Michael Meskes | 2003-06-13 |
| | | | | - Compatibility functions for INFORMIX handling of DECLARE statement. | ||
* | Sync and some minor cleanup/fixing work plus an EXEC SQL DESCRIBE prototype. | Michael Meskes | 2003-05-30 |
| | |||
* | Allow input from stdin and output to stdout. | Michael Meskes | 2003-05-27 |
| | |||
* | - Added more compatibility functions. | Michael Meskes | 2003-05-14 |
| | | | | | - Accept CPP defines for type definitions. - Do not parse system include files automatically for Informix mode | ||
* | Fixed order of include file search path. | Michael Meskes | 2003-05-13 |
| | |||
* | Fixed double definition of ecpg_compat_mode. | Michael Meskes | 2003-05-02 |
| | |||
* | Added an option to force ecpg to also parse files includes via '#include' ↵ | Michael Meskes | 2003-05-01 |
| | | | | and some more Informix stuff. | ||
* | Added some more informix compatibility functions. | Michael Meskes | 2003-04-08 |
| | |||
* | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 |
| | |||
* | More changes to pgtypeslib and set optimization to -O1. | Michael Meskes | 2003-03-27 |
| | |||
* | Some bugfixes for numerical library. | Michael Meskes | 2003-03-18 |
| | |||
* | Started working on a seperate pgtypes library. First test work. PLEASE test ↵ | Michael Meskes | 2003-03-16 |
| | | | | compilation on iother systems. | ||
* | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 |
| | | | | | | PostgreSQL source code. Neil Conway | ||
* | - Synced parser and keyword file. | Michael Meskes | 2003-02-14 |
| | | | | - More work on Informix compatibility. | ||
* | - Applied error reporting patch by Matthew Vanecek | Michael Meskes | 2003-02-13 |
| | | | | - Started with an Informix compatibility option. | ||
* | Improve formatting of --help output. | Peter Eisentraut | 2002-10-18 |
| | |||
* | pgindent run. | Bruce Momjian | 2002-09-04 |
| | |||
* | - Synced yet again. | Michael Meskes | 2002-04-28 |
| | | | | - Fixed a typo in a comment printed by ecpg. | ||
* | Fix minor syntax error. | Tom Lane | 2002-03-21 |
| | |||
* | Added typedef patches and a new option '-c' to automatically create C ↵ | Michael Meskes | 2002-03-21 |
| | | | | typedefs from SQL ones. | ||
* | Include sqlca.h automatically. | Michael Meskes | 2002-01-10 |
| | |||
* | The result of getopt() should be compared to -1, not EOF, per | Tom Lane | 2002-01-10 |
| | | | | pgsql-hackers discussion of this date. | ||
* | 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. | ||
* | - Synced preproc.y with gram.y. | Michael Meskes | 2001-09-19 |
| | | | | | | - Synced pgc.l with scan.l. - Synced keyword.c. - Include the remaining patches by Christof Petig <christof.petig@wtal.de>. | ||
* | Avoid #ifdef inside printf() ... that loses on platforms where printf() | Tom Lane | 2001-08-28 |
| | | | | is a macro. | ||
* | Add ecpg --help and --version. Renumber the exit status codes, which were | Peter Eisentraut | 2001-08-24 |
| | | | | documented wrong. | ||
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
| | |||
* | Remove HAVE_OPTARG per discussion in hackers list. | Tatsuo Ishii | 2001-03-01 |
| | |||
* | Massive commits for SunOS4 port. | Tatsuo Ishii | 2001-02-27 |
| | |||
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
| | | | | | | | | | | | are now separate files "postgres.h" and "postgres_fe.h", which are meant to be the primary include files for backend .c files and frontend .c files respectively. By default, only include files meant for frontend use are installed into the installation include directory. There is a new make target 'make install-all-headers' that adds the whole content of the src/include tree to the installed fileset, for use by people who want to develop server-side code without keeping the complete source tree on hand. Cleaned up a whole lot of crufty and inconsistent header inclusions. | ||
* | Third try. Sorry, I had a wrong path in my copy statement. | Michael Meskes | 2000-11-07 |
| | |||
* | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian | 2000-06-02 |
| | | | | "rb" and "wb". | ||
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
| | |||
* | *** empty log message *** | Michael Meskes | 2000-03-09 |
| | |||
* | *** empty log message *** | Michael Meskes | 2000-03-07 |
| | |||
* | *** empty log message *** | Michael Meskes | 2000-02-17 |
| | |||
* | *** empty log message *** | Michael Meskes | 2000-01-27 |
| | |||
* | *** empty log message *** | Michael Meskes | 2000-01-18 |
| | |||
* | Put back erroneously-removed definition of 'defines' variable. | Tom Lane | 1999-12-26 |
| |