index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
collate.linux.utf8.sql
Commit message (
Expand
)
Author
Age
*
Support range data types.
Heikki Linnakangas
2011-11-03
*
Fix typo
Peter Eisentraut
2011-07-19
*
Adjust comments about collate.linux.utf8 regression test.
Tom Lane
2011-04-23
*
Support a COLLATE clause in plpgsql variable declarations.
Tom Lane
2011-04-17
*
Teach regular expression operators to honor collations.
Tom Lane
2011-04-10
*
Remove collate.linux.utf8.sql's assumptions about ".utf8" in locale names.
Tom Lane
2011-04-09
*
Adjust collation determination rules as per discussion.
Tom Lane
2011-04-09
*
Fix collation handling in plpgsql functions.
Tom Lane
2011-03-25
*
Fix handling of collation in SQL-language functions.
Tom Lane
2011-03-24
*
Clean up handling of COLLATE clauses in index column definitions.
Tom Lane
2011-03-24
*
Throw error for indeterminate collation of an ORDER/GROUP/DISTINCT target.
Tom Lane
2011-03-22
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
Add test case for collation mismatch in recursive query
Peter Eisentraut
2011-03-12
*
Don't allow CREATE TABLE AS to create a column with invalid collation
Peter Eisentraut
2011-03-04
*
When creating a collation, check that the locales can be loaded
Peter Eisentraut
2011-03-04
*
DDL support for collations
Peter Eisentraut
2011-02-12
*
Per-column collation support
Peter Eisentraut
2011-02-08