Commits

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

DateSubjectAuthorReleases
2011-10-16 Fix collate.linux.utf8 expected output for recent error message change. Tom Lane 9.1.2
2011-07-19 Fix typo Peter Eisentraut 9.1.0
2011-04-23 Adjust comments about collate.linux.utf8 regression test. Tom Lane 9.1.0
2011-04-17 Fix assorted infelicities in collation handling in psql's describe.c. Tom Lane 9.1.0
2011-04-17 Support a COLLATE clause in plpgsql variable declarations. Tom Lane 9.1.0
2011-04-10 Teach regular expression operators to honor collations. Tom Lane 9.1.0
2011-04-09 Remove collate.linux.utf8.sql's assumptions about ".utf8" in locale names. Tom Lane 9.1.0
2011-04-09 Adjust collation determination rules as per discussion. Tom Lane 9.1.0
2011-03-25 Fix collation handling in plpgsql functions. Tom Lane 9.1.0
2011-03-25 Fix handling of collation in SQL-language functions. Tom Lane 9.1.0
2011-03-24 Clean up handling of COLLATE clauses in index column definitions. Tom Lane 9.1.0
2011-03-22 Improve reporting of run-time-detected indeterminate-collation errors. Tom Lane 9.1.0
2011-03-22 Throw error for indeterminate collation of an ORDER/GROUP/DISTINCT target. Tom Lane 9.1.0
2011-03-20 Revise collation derivation method and expression-tree representation. Tom Lane 9.1.0
2011-03-12 Add test case for collation mismatch in recursive query Peter Eisentraut 9.1.0
2011-03-11 Split CollateClause into separate raw and analyzed node types. Tom Lane 9.1.0
2011-03-11 Create an explicit concept of collations that work for any encoding. Tom Lane 9.1.0
2011-03-10 Remove collation information from TypeName, where it does not belong. Tom Lane 9.1.0
2011-03-04 Don't allow CREATE TABLE AS to create a column with invalid collation Peter Eisentraut 9.1.0
2011-03-04 When creating a collation, check that the locales can be loaded Peter Eisentraut 9.1.0
2011-02-12 DDL support for collations Peter Eisentraut 9.1.0
2011-02-08 Per-column collation support Peter Eisentraut 9.1.0