summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/descriptor.c
AgeCommit message (Expand)Author
2021-08-13Fix connection handling for DEALLOCATE and DESCRIBE statementsMichael Meskes
2018-12-01Rename ecpg's various "extern.h" files to have distinct names.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2016-12-11Use "%option prefix" to set API names in ecpg's lexer.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2015-06-12Fixed some memory leaks in ECPG.Michael Meskes
2013-11-19ecpg: Split off mmfatal() from mmerror()Peter Eisentraut
2012-03-02ecpg: Clean up some const usagePeter Eisentraut
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-01-09There is no need to have to identical functions in ecpg thus removing one of ...Michael Meskes
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-01Zoltan beautified his hidden-variable-patch for ecpg. This also makes sure we...Michael Meskes
2010-04-01Applied Zoltan's patch to make ecpg spit out warnings if a local variable hid...Michael Meskes
2010-03-09ecpg now adds a unique counter to its varchar struct definitions to make thes...Michael Meskes
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-26Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes
2010-01-05Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes
2009-01-23Message style reviewPeter Eisentraut
2008-05-16Add localization support to ecpg.Peter Eisentraut
2007-12-21Fixed a few minor glitches pointed out by splint.Michael Meskes
2007-02-07Replace some strncpy() by strlcpy().Peter Eisentraut
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2004-10-10Cosmetic improvements/code cleanup:Neil Conway
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-07-05- Fixed indicator in SET DESCRIPTOR.Michael Meskes
2004-06-30Added SET DESCRIPTOR command.Michael Meskes
2003-05-29Changed variable parsing so struct[n].attr works.Michael Meskes
2003-05-22ecpg now recognizes named structs/unions. So you don't have to list the whole...Michael Meskes
2003-05-14 - Added more compatibility functions.Michael Meskes
2002-03-06Change made to elog:Bruce Momjian
2001-12-23- Removed space_or_nl and line_end from pgc.l.Michael Meskes
2001-12-10committed the missing filesMichael Meskes
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-19- Synced preproc.y with gram.y.Michael Meskes
2001-08-19- Synced preproc.y with gram.y.Michael Meskes
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-12-15Change ET_WARN to ET_NOTICE to match internal codes, leave message asBruce Momjian
2000-10-16Fixed handling of variables in connect rule.Michael Meskes
2000-09-19*** empty log message ***Michael Meskes
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-02-23*** empty log message ***Michael Meskes
2000-02-22*** empty log message ***Michael Meskes
2000-02-18*** empty log message ***Michael Meskes
2000-02-17*** empty log message ***Michael Meskes