Commits

Showing commits that first shipped in 8.1 (backpatches included). Clear

DateSubjectAuthorReleases
2009-09-08 Remove outside-the-scanner references to "yyleng". Tom Lane 8.1.19
2008-10-10 Optional arguments should be optional. Michael Meskes 8.1.15
2008-06-05 Added SQL symbol for variable names here too. Michael Meskes 8.1.12
2007-11-06 Fixed two parser bugs. Michael Meskes 8.1.11
2007-03-27 Fix typo, ensable -> enable, per Steve Gieseking. Tom Lane 8.1.9
2006-08-18 Applied the connect patch from HEAD. Michael Meskes 8.1.5
2006-06-26 Added missing braces to prevent a segfault after usage of an undeclared cursor. Michael Meskes 8.1.5
2005-12-02 Added special handling of CONNECTION variable that is used by ECPG instead of given to the backend. Michael Meskes 8.1.1
2005-11-27 Add missing semicolon. Recent versions of bison seem to choke on this, Tom Lane 8.1.1
2005-10-04 Somehow I missed some parser changes, so this commit comes pretty late. I just synced the parser of ecpg against the backend version, but still have to sync the lexer. Michael Meskes 8.1.0
2005-08-24 - Check for NULL before checking whether argument is an array. Michael Meskes 8.1.0
2005-08-22 Back out incorrect use of E'' escape addition. Bruce Momjian 8.1.0
2005-07-02 Add E'' to internally created SQL strings that contain backslashes. Bruce Momjian 8.1.0
2005-02-10 Fixed more parsing bugs in other CREATE statements as pointed out by TANIDA Michael Meskes 8.1.0
2005-02-09 Fixed bug in parsing of CREATE AS statement. Michael Meskes 8.1.0
2005-02-02 Fixed bug in parsing of #line statement in declare section. Michael Meskes 8.1.0
2005-01-25 Fixed segfault due to freeing a struct definition twice if it was a named struct used in a typedef. Michael Meskes 8.1.0