summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/variable.c
Commit message (Expand)AuthorAgeFilesLines
* Added dynamic cursor names to ecpg. Almost the whole patch was done byMichael Meskes2009-11-261-1/+25
* Added STRING datatype for Informix compatibility mode. This work isMichael Meskes2009-08-071-2/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* Gettext plural supportPeter Eisentraut2009-03-261-2/+4
* Message format tuningPeter Eisentraut2009-01-261-3/+3
* Message style reviewPeter Eisentraut2009-01-231-18/+18
* Add localization support to ecpg.Peter Eisentraut2008-05-161-12/+12
* - Fixed segfault in ecpg when using an array element.Michael Meskes2008-02-071-2/+2
* Fixed a few minor glitches pointed out by splint.Michael Meskes2007-12-211-2/+2
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-141-7/+7
* Replaced $Header$ by $§PosgreSQL$Michael Meskes2006-07-301-1/+1
* Added missing $Header$ entries.Michael Meskes2006-07-301-0/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-10/+10
* Fixed bug in parsing of typedef'ed array sizes.Michael Meskes2004-12-061-1/+1
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+5
* Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes2004-07-041-1/+1
* Added SET DESCRIPTOR command.Michael Meskes2004-06-301-42/+12
* - Only use typedefs inside their scope.Michael Meskes2004-06-271-2/+42
* - Added additional test case.Michael Meskes2004-05-071-3/+6
* Fixed memory misusage in variable handling.Michael Meskes2004-04-231-3/+3
* - Fixed segfault due to missing check for variable declaration.Michael Meskes2004-03-041-1/+6
* Removed some debugging output.Michael Meskes2004-01-281-3/+0
* - Issue a warning if a cursor is declared but not opened.Michael Meskes2004-01-281-2/+5
* - Added just another patch by Dave that fixes a reversed order inMichael Meskes2003-12-171-3/+3
* - Fixed order mismatch in processing "using" arguments.Michael Meskes2003-09-221-1/+3
* pgindent run.Bruce Momjian2003-08-041-67/+91
* "char *" of course is not the same as "char []". So I had to fix the way ecpg...Michael Meskes2003-07-071-1/+8
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-271-6/+6
* Back out array mega-patch.Bruce Momjian2003-06-251-6/+6
* Array mega-patch.Bruce Momjian2003-06-241-6/+6
* Make sure a variable is no longer referenced when it is removed.Michael Meskes2003-06-111-1/+32
* Changed variable parsing so struct[n].attr works.Michael Meskes2003-05-291-22/+70
* Parse forward definiton of structs.Michael Meskes2003-05-291-17/+67
* ecpg now recognizes named structs/unions. So you don't have to list the whole...Michael Meskes2003-05-221-4/+9
* - Added more compatibility functions.Michael Meskes2003-05-141-20/+20
* pgindent run.Bruce Momjian2002-09-041-10/+11
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-021-6/+6
* - Fixed variable handling for struct members.Michael Meskes2002-01-131-10/+10
* - Removed space_or_nl and line_end from pgc.l.Michael Meskes2001-12-231-12/+12
* committed the missing filesMichael Meskes2001-12-101-15/+15
* // -> /* */, per Tatsuo.Bruce Momjian2001-11-211-1/+1
* Committed again to add the missing files/patches.Michael Meskes2001-11-161-7/+24
* Fixed bug in handling of pointers to structs.Michael Meskes2001-03-161-1/+1
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-1/+1
* *** empty log message ***Michael Meskes2000-09-191-0/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-213/+217
* *** empty log message ***Michael Meskes2000-03-091-2/+20
* *** empty log message ***Michael Meskes2000-03-071-1/+0
* *** empty log message ***Michael Meskes2000-03-021-2/+0
* *** empty log message ***Michael Meskes2000-02-221-2/+3