summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/ecpg.c
Commit message (Expand)AuthorAgeFilesLines
* Add localization support to ecpg.Peter Eisentraut2008-05-161-37/+39
* - Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...Michael Meskes2008-02-171-2/+2
* Fixed a few minor glitches pointed out by splint.Michael Meskes2007-12-211-3/+3
* pgindent run for 8.3.Bruce Momjian2007-11-151-13/+15
* Fixed bug in Informix define handling.Michael Meskes2007-08-291-6/+1
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-141-4/+13
* Fixed one memory leak in descriptor code.Michael Meskes2007-06-111-8/+14
* - Changed some whitespacing in connect statement.Michael Meskes2007-03-171-2/+2
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-3/+3
* Simplified regression handlingMichael Meskes2007-01-121-2/+4
* Applied Joachim's patch for a --regression option.Michael Meskes2007-01-111-25/+44
* Added just another test case.Michael Meskes2006-02-081-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-4/+4
* Fix misspelled error message.Tom Lane2005-08-291-2/+2
* Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut2004-11-091-4/+7
* Pgindent run for 8.0.Bruce Momjian2004-08-291-15/+18
* Synced parser and keyword list.Michael Meskes2004-07-201-3/+4
* Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian2004-06-101-2/+2
* Reorganize code to allow path-relative installs.Bruce Momjian2004-05-171-4/+15
* Rename find_my_binary/find_other_binary toBruce Momjian2004-05-121-2/+2
* Fix typo.Tom Lane2004-01-281-2/+2
* - Issue a warning if a cursor is declared but not opened.Michael Meskes2004-01-281-11/+39
* Move Informix compatibility include files out of the way. compatlib.hPeter Eisentraut2003-12-181-2/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Complete options help and put it in less random order.Peter Eisentraut2003-11-021-6/+6
* - Fixed constant listing in execute using clause.Michael Meskes2003-10-061-2/+2
* Format help message internally consistent.Peter Eisentraut2003-10-041-7/+5
* - Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes2003-09-091-4/+4
* pgindent run.Bruce Momjian2003-08-041-19/+21
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-011-2/+4
* Added just another compatibility level for Informix.Michael Meskes2003-06-261-5/+7
* Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes2003-06-251-5/+16
* - Enable FETCH without INTO.Michael Meskes2003-06-131-1/+4
* Sync and some minor cleanup/fixing work plus an EXEC SQL DESCRIBE prototype.Michael Meskes2003-05-301-1/+2
* Allow input from stdin and output to stdout.Michael Meskes2003-05-271-35/+54
* - Added more compatibility functions.Michael Meskes2003-05-141-2/+2
* Fixed order of include file search path.Michael Meskes2003-05-131-10/+17
* Fixed double definition of ecpg_compat_mode.Michael Meskes2003-05-021-2/+2
* Added an option to force ecpg to also parse files includes via '#include' and...Michael Meskes2003-05-011-4/+11
* Added some more informix compatibility functions.Michael Meskes2003-04-081-2/+2
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-041-6/+3
* More changes to pgtypeslib and set optimization to -O1.Michael Meskes2003-03-271-2/+3
* Some bugfixes for numerical library.Michael Meskes2003-03-181-5/+26
* Started working on a seperate pgtypes library. First test work. PLEASE test c...Michael Meskes2003-03-161-2/+2
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-2/+2
* - Synced parser and keyword file.Michael Meskes2003-02-141-1/+5
* - Applied error reporting patch by Matthew VanecekMichael Meskes2003-02-131-2/+16
* Improve formatting of --help output.Peter Eisentraut2002-10-181-17/+13
* pgindent run.Bruce Momjian2002-09-041-3/+3
* - Synced yet again.Michael Meskes2002-04-281-2/+2