Commits

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

DateSubjectAuthorReleases
2004-06-20 Synced parser and keyword list. Michael Meskes 8.0.0
2004-06-17 Added patch by ISHIDA Akio to allow indicators in execute statements. Michael Meskes 8.0.0
2004-06-11 ECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles const, Bruce Momjian 8.0.0
2004-05-30 Use the new List API function names throughout the backend, and disable the Neil Conway 8.0.0
2004-05-26 This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. Bruce Momjian 8.0.0
2004-05-21 - Fixed DEALLOCATE PREPARE to use correct function call Michael Meskes 8.0.0
2004-05-10 - Argh, just another bug in adjust_informix. Michael Meskes 8.0.0
2004-05-07 - Added additional test case. Michael Meskes 8.0.0
2004-05-07 Solve the 'Turkish problem' with undesirable locale behavior for case Tom Lane 8.0.0
2004-05-05 - Fixed bug in adjust_informix that treated arrays as simple variables. Michael Meskes 8.0.0
2004-04-29 Synced parser and keyword list. Michael Meskes 8.0.0
2004-03-04 - Fixed segfault due to missing check for variable declaration. Michael Meskes 8.0.0
2004-03-02 Added partly missing VOLATILE keyword. Michael Meskes 8.0.0
2004-02-18 Added missing rule for DOUBLE variables. Michael Meskes 8.0.0
2004-02-16 - Cleaned up parser a little bit. It does not make sense to allow a Michael Meskes 8.0.0
2004-02-15 - Allowed some C keywords to be used as SQL column names. Michael Meskes 8.0.0
2004-02-15 - Added missing braces to array parsing. Michael Meskes 8.0.0
2004-01-28 - Issue a warning if a cursor is declared but not opened. Michael Meskes 8.0.0
2004-01-21 Added WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE. Michael Meskes 8.0.0
2004-01-04 Fixed bug in GRANT OPTION FOR parsing. Michael Meskes 8.0.0
2003-12-24 Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int); Michael Meskes 8.0.0
2003-12-17 - Added just another patch by Dave that fixes a reversed order in Michael Meskes 8.0.0
2003-11-29 $Header: -> $PostgreSQL Changes ... PostgreSQL Daemon 8.0.0
2003-11-19 Fixed typo in create schema parsing. Michael Meskes 8.0.0
2003-11-08 Made sure an internal array is not treated as a user defined one. Michael Meskes 8.0.0