Commits

DateSubjectAuthorReleases
2006-07-14 Fix a passel of recently-committed violations of the rule 'thou shalt Tom Lane 8.2.0
2006-05-11 Code review for standard_conforming_strings patch. Fix it so it does not Tom Lane 8.2.0
2004-02-24 Add %option nodefault to all our flex lexers. Fix a couple of rule gaps Tom Lane 8.0.0
2002-11-07 Remove no-longer-needed inclusions to improve backward compatibility Tom Lane 7.3.1
2002-11-07 Remove no-longer-needed inclusions to improve backward compatibility Tom Lane 7.4.1
2002-07-30 Since we're depending on %option noyywrap in the main scanner now, Tom Lane 7.3.1
2002-03-24 Indenting #if commands is not portable, is it? Tom Lane 7.3.1
2001-09-07 Change addlit() to not assume its input is null-terminated, so that we Tom Lane 7.2.1
2001-02-21 Change case-folding of keywords to conform to SQL99 and fix misbehavior Tom Lane 7.1.1
2001-02-10 Restructure the key include files per recent pghackers discussion: there Tom Lane 7.1.1
2001-01-14 Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts Tom Lane 7.1.1
2000-12-03 Ensure that all uses of <ctype.h> functions are applied to unsigned-char Tom Lane 7.1.1
2000-11-20 Eliminate unused-variable warning. Tom Lane 7.1.1
2000-03-18 Modify lexing of multi-char operators per pghackers discussion around Tom Lane 7.1.1
2000-03-18 Repair typos: <xb> EOF rule should be <xh>, likewise <xq> to <xd> Tom Lane 7.1.1
2000-03-08 Fix ==-instead-of-= typo that gcc does its level best to point out. Tom Lane 7.1.1
2000-01-20 ecpg shouldn't depend on parser/gramparse.h. Also, eliminate some Tom Lane 7.1.1
1999-10-25 Standardize on MAXPGPATH as the size of a file pathname buffer, Tom Lane 7.1.1
1999-10-22 Remove fixed-size literal buffer from ecpg's lexer (same Tom Lane 7.1.1
1999-09-11 Eliminate token length assumption in scanstr(). Tom Lane 7.1.1