index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
collate.linux.utf8.sql
Age
Commit message (
Expand
)
Author
2023-06-07
Remove read-only server settings lc_collate and lc_ctype
Peter Eisentraut
2023-03-10
Add a test for UCS_BASIC collation
Peter Eisentraut
2022-02-14
Database-level collation version tracking
Peter Eisentraut
2021-05-07
Revert per-index collation version tracking feature.
Thomas Munro
2020-11-02
Remove pg_collation.collversion.
Thomas Munro
2020-03-03
Allow to_date/to_timestamp to recognize non-English month/day names.
Tom Lane
2019-10-16
Remove obsolete collation test.
Thomas Munro
2019-07-31
Run UTF8-requiring collation tests by default
Peter Eisentraut
2019-04-23
Repair assorted issues in locale data extraction.
Tom Lane
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-02-06
Hide cascade messages in collate tests
Peter Eisentraut
2017-03-23
ICU support
Peter Eisentraut
2017-02-15
Add CREATE COLLATION IF NOT EXISTS clause
Peter Eisentraut
2011-11-03
Support range data types.
Heikki Linnakangas
2011-07-19
Fix typo
Peter Eisentraut
2011-04-23
Adjust comments about collate.linux.utf8 regression test.
Tom Lane
2011-04-17
Support a COLLATE clause in plpgsql variable declarations.
Tom Lane
2011-04-10
Teach regular expression operators to honor collations.
Tom Lane
2011-04-09
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-03-25
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-22
Throw error for indeterminate collation of an ORDER/GROUP/DISTINCT target.
Tom Lane
2011-03-20
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-12
Add test case for collation mismatch in recursive query
Peter Eisentraut
2011-03-04
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-02-12
DDL support for collations
Peter Eisentraut
2011-02-08
Per-column collation support
Peter Eisentraut