summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/ecpg.c
AgeCommit message (Expand)Author
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-08-05Fixed copyright notice.Michael Meskes
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-02-25Sort the output of --help mostly alphabetical, make it align better, makePeter Eisentraut
2009-01-30Whitespace fix in messagePeter Eisentraut
2009-01-23Message style reviewPeter Eisentraut
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-05-16Add localization support to ecpg.Peter Eisentraut
2008-02-17- Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...Michael Meskes
2007-12-21Fixed a few minor glitches pointed out by splint.Michael Meskes
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-08-29Fixed bug in Informix define handling.Michael Meskes
2007-08-14- Finished major rewrite to use new protocol versionMichael Meskes
2007-06-11Fixed one memory leak in descriptor code.Michael Meskes
2007-03-17- Changed some whitespacing in connect statement.Michael Meskes
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-12Simplified regression handlingMichael Meskes
2007-01-11Applied Joachim's patch for a --regression option.Michael Meskes
2006-02-08 Added just another test case.Michael Meskes
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-29Fix misspelled error message.Tom Lane
2004-11-09Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-07-20Synced parser and keyword list.Michael Meskes
2004-06-10Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian
2004-05-17Reorganize code to allow path-relative installs.Bruce Momjian
2004-05-12Rename find_my_binary/find_other_binary toBruce Momjian
2004-01-28Fix typo.Tom Lane
2004-01-28- Issue a warning if a cursor is declared but not opened.Michael Meskes
2003-12-18Move Informix compatibility include files out of the way. compatlib.hPeter Eisentraut
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-02Complete options help and put it in less random order.Peter Eisentraut
2003-10-06- Fixed constant listing in execute using clause.Michael Meskes
2003-10-04Format help message internally consistent.Peter Eisentraut
2003-09-09- Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes
2003-08-04pgindent run.Bruce Momjian
2003-08-01- Added some Informix error codes in Informix mode.Michael Meskes
2003-06-26Added just another compatibility level for Informix.Michael Meskes
2003-06-25Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes
2003-06-13- Enable FETCH without INTO.Michael Meskes
2003-05-30Sync and some minor cleanup/fixing work plus an EXEC SQL DESCRIBE prototype.Michael Meskes
2003-05-27Allow input from stdin and output to stdout.Michael Meskes
2003-05-14 - Added more compatibility functions.Michael Meskes
2003-05-13Fixed order of include file search path.Michael Meskes
2003-05-02Fixed double definition of ecpg_compat_mode.Michael Meskes
2003-05-01Added an option to force ecpg to also parse files includes via '#include' and...Michael Meskes
2003-04-08Added some more informix compatibility functions.Michael Meskes
2003-04-04Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian
2003-03-27More changes to pgtypeslib and set optimization to -O1.Michael Meskes
2003-03-18Some bugfixes for numerical library.Michael Meskes