aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/ecpg.c
Commit message (Expand)AuthorAge
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Some cleanup in ecpg code:Michael Meskes2010-11-02
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Make ecpg in line with other compilers in that it deletes its output if there...Michael Meskes2010-04-03
* pgindent run for 9.0Bruce Momjian2010-02-26
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes2010-01-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fixed copyright notice.Michael Meskes2009-08-05
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Sort the output of --help mostly alphabetical, make it align better, makePeter Eisentraut2009-02-25
* Whitespace fix in messagePeter Eisentraut2009-01-30
* Message style reviewPeter Eisentraut2009-01-23
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Add localization support to ecpg.Peter Eisentraut2008-05-16
* - Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...Michael Meskes2008-02-17
* Fixed a few minor glitches pointed out by splint.Michael Meskes2007-12-21
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fixed bug in Informix define handling.Michael Meskes2007-08-29
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
* Fixed one memory leak in descriptor code.Michael Meskes2007-06-11
* - Changed some whitespacing in connect statement.Michael Meskes2007-03-17
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Simplified regression handlingMichael Meskes2007-01-12
* Applied Joachim's patch for a --regression option.Michael Meskes2007-01-11
* Added just another test case.Michael Meskes2006-02-08
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix misspelled error message.Tom Lane2005-08-29
* Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut2004-11-09
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Synced parser and keyword list.Michael Meskes2004-07-20
* Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian2004-06-10
* Reorganize code to allow path-relative installs.Bruce Momjian2004-05-17
* Rename find_my_binary/find_other_binary toBruce Momjian2004-05-12
* Fix typo.Tom Lane2004-01-28
* - Issue a warning if a cursor is declared but not opened.Michael Meskes2004-01-28
* Move Informix compatibility include files out of the way. compatlib.hPeter Eisentraut2003-12-18
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Complete options help and put it in less random order.Peter Eisentraut2003-11-02
* - Fixed constant listing in execute using clause.Michael Meskes2003-10-06
* Format help message internally consistent.Peter Eisentraut2003-10-04
* - Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes2003-09-09
* pgindent run.Bruce Momjian2003-08-04
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-01
* Added just another compatibility level for Informix.Michael Meskes2003-06-26
* Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes2003-06-25
* - Enable FETCH without INTO.Michael Meskes2003-06-13