Commits

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

DateSubjectAuthorReleases
2008-11-14 ecpg's preproc.y is now generated as needed, so remove from CVS. Tom Lane 8.4.0
2008-11-14 Fixed test for output_filename == stdout. Michael Meskes 8.4.0
2008-11-13 Updated parser file to the one generated by the latest version of parse.[awk|pl] from the latest version of gram.y Michael Meskes 8.4.0
2008-11-11 Replaced manually synced preproc.y by the one created by the new script. Michael Meskes 8.4.0
2008-11-01 Use string component in index structure. Michael Meskes 8.4.0
2008-10-29 Unicode escapes in strings and identifiers Peter Eisentraut 8.4.0
2008-10-28 Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL. Peter Eisentraut 8.4.0
2008-10-27 SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA. Peter Eisentraut 8.4.0
2008-10-21 Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPE Peter Eisentraut 8.4.0
2008-10-14 Fixed parsing of parameters. Added regression test for this. Michael Meskes 8.4.0
2008-10-10 Fixed "create role" parsing to accept optional "with" argument. Michael Meskes 8.4.0
2008-10-07 Synced parser. Michael Meskes 8.4.0
2008-10-04 Implement SQL-standard WITH clauses, including WITH RECURSIVE. Tom Lane 8.4.0
2008-09-23 Make LC_COLLATE and LC_CTYPE database-level settings. Collation and Heikki Linnakangas 8.4.0
2008-08-20 Synced parser. Michael Meskes 8.4.0
2008-08-19 Fixed incorrect argument handling in SET command if argument is a variable. Michael Meskes 8.4.0
2008-07-16 Support "variadic" functions, which can accept a variable number of arguments Tom Lane 8.4.0
2008-06-26 Synced parser Michael Meskes 8.4.0
2008-06-04 Added lost sysmbol SQL_SQL to list of allowed variable names. Michael Meskes 8.4.0
2008-05-20 Synced parser. Michael Meskes 8.4.0
2008-05-16 Add localization support to ecpg. Peter Eisentraut 8.4.0
2008-05-12 Check for non-existant connection in prepare statement handling. Michael Meskes 8.4.0
2008-03-27 - Moved from PQsetdbLogin to PQconnectDB. Michael Meskes 8.4.0
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