Commits

DateSubjectAuthorReleases
2009-09-08 Remove outside-the-scanner references to "yyleng". Tom Lane 7.4.27
2009-09-08 Remove outside-the-scanner references to "yyleng". Tom Lane 8.0.23
2009-09-08 Remove outside-the-scanner references to "yyleng". Tom Lane 8.1.19
2009-09-08 Remove outside-the-scanner references to "yyleng". Tom Lane 8.2.15
2009-09-08 Remove outside-the-scanner references to "yyleng". Tom Lane 8.3.9
2008-11-14 ecpg's preproc.y is now generated as needed, so remove from CVS. Tom Lane 8.4.0
2008-10-04 Implement SQL-standard WITH clauses, including WITH RECURSIVE. Tom Lane 8.4.0
2008-07-16 Support "variadic" functions, which can accept a variable number of arguments Tom Lane 8.4.0
2008-03-01 Fix unportable usages of tolower(). On signed-char machines, it is necessary Tom Lane 8.3.1
2008-03-01 Fix unportable usages of tolower(). On signed-char machines, it is necessary Tom Lane 8.4.0
2008-02-15 Allow AS to be omitted when specifying an output column name in SELECT Tom Lane 8.4.0
2007-03-27 Fix typo, ensable -> enable, per Steve Gieseking. Tom Lane 8.1.9
2007-03-27 Fix typo, ensable -> enable, per Steve Gieseking. Tom Lane 8.2.4
2007-03-27 Fix typo, ensable -> enable, per Steve Gieseking. Tom Lane 8.3.0
2006-09-03 Suppress 'unused variable' warnings created by latest commit. Tom Lane 8.2.0
2006-03-07 Remove the stub support we had for UNION JOIN; per discussion, this is Tom Lane 8.2.0
2005-11-27 Add missing semicolon. Recent versions of bison seem to choke on this, Tom Lane 8.1.1
2005-11-27 Add missing semicolon. Recent versions of bison seem to choke on this, Tom Lane 8.2.0
2005-01-26 Propagate ecpg core dump fix into 8.0 branch. Tom Lane 8.0.1
2004-11-05 Create 'default_tablespace' GUC variable that supplies a TABLESPACE Tom Lane 8.0.0
2004-10-13 Remove stray semicolons in old ecpg preproc grammar ... modern bison Tom Lane 7.1 (unreleased)
2004-08-28 Add missing semicolon; some bison versions warn of this. Tom Lane 8.0.0
2004-08-11 Fix broken parsing of CREATE TABLE AS (looks like a mis-sync with main Tom Lane 8.0.0
2004-05-07 Solve the 'Turkish problem' with undesirable locale behavior for case Tom Lane 8.0.0
2003-10-22 Add missing semicolon, per Johann Uhrmann. Tom Lane 7.4.1