Commits

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

DateSubjectAuthorReleases
2009-09-08 Remove outside-the-scanner references to "yyleng". Tom Lane 7.4.27
2008-10-10 Optional argument should be optional. Michael Meskes 7.4.23
2007-11-06 Added missing clause to parser. Michael Meskes 7.4.19
2005-10-14 [ Backpatch to 7.4.X.] Bruce Momjian 7.4.10
2005-08-24 - Check for NULL before checking whether argument is an array. Michael Meskes 7.4.9
2004-11-10 List VALUE as a keyword. Michael Meskes 7.4.7
2004-11-01 fixed bug in REVOKE statement cat_str only has 8 arguments Dave Cramer 7.4.7
2004-06-27 - Only use typedefs inside their scope. Michael Meskes 7.4.4
2004-06-17 Added patch by ISHIDA Akio to allow indicators in execute statements. Michael Meskes 7.4.4
2004-06-11 ECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles const, Bruce Momjian 7.4.3
2004-05-21 Fixed DEALLOCATE PREPARE to use correct function call Michael Meskes 7.4.3
2004-05-10 Just another bug in adjust_informix. Michael Meskes 7.4.3
2004-05-07 - Fixed bug that reversed string length in typedefs. Michael Meskes 7.4.3
2004-05-05 Fixed bug in adjust_informix that treated arrays as simple variables. Michael Meskes 7.4.3
2004-03-04 - Fixed segfault due to missing check for variable declaration. Michael Meskes 7.4.2
2004-03-02 Added the missing rules for VOLATILE. Michael Meskes 7.4.2
2004-02-15 - Allowed some C keywords to be used as SQL column names. This used to work in 7.3.* Michael Meskes 7.4.2
2004-02-15 - Added missing braces to array parsing. Michael Meskes 7.4.2
2004-01-21 Added WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE. Michael Meskes 7.4.2
2004-01-04 Fixed bug in GRANT OPTION FOR parsing. Michael Meskes 7.4.2
2003-12-24 Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int); Michael Meskes 7.4.2
2003-12-17 Applied all bug fixes from head also to 7.4. Just bugfixes, no new features. Michael Meskes 7.4.1
2003-11-19 Fixed typo in create schema parsing. Michael Meskes 7.4.1
2003-11-08 Fix parsing of create index call Michael Meskes 7.4.1
2003-10-22 Add missing semicolon, per Johann Uhrmann. Tom Lane 7.4.1