index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
collationcmds.c
Commit message (
Expand
)
Author
Age
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Add option to use ICU as global locale provider
Peter Eisentraut
2022-03-17
*
DefineCollation() code cleanup
Peter Eisentraut
2022-03-11
*
Change collate and ctype fields to type text
Peter Eisentraut
2022-01-27
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Improve log messages from pg_import_system_collations().
Tom Lane
2021-09-14
*
Disallow creating an ICU collation if the DB encoding won't support it.
Tom Lane
2021-09-03
*
Improve error checking of CREATE COLLATION options.
Dean Rasheed
2021-07-18
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
Fix typo in collationcmds.c
Michael Paquier
2021-04-05
*
Validate the OID argument of pg_import_system_collations().
Tom Lane
2021-03-08
*
Revert "pg_collation_actual_version() -> pg_collation_current_version()."
Thomas Munro
2021-02-26
*
pg_collation_actual_version() -> pg_collation_current_version().
Thomas Munro
2021-02-22
*
Hide internal error for pg_collation_actual_version(<bad OID>).
Thomas Munro
2021-02-22
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Refactor logic to check for ASCII-only characters in string
Michael Paquier
2020-12-21
*
Use "true" not "TRUE" in one ICU function call.
Tom Lane
2020-11-16
*
Track collation versions for indexes.
Thomas Munro
2020-11-03
*
Remove pg_collation.collversion.
Thomas Munro
2020-11-03
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
*
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Don't install ICU collation keyword variants
Peter Eisentraut
2017-08-21
*
Expand set of predefined ICU locales
Peter Eisentraut
2017-08-21
*
Fix creation of ICU comments for keyword variants
Peter Eisentraut
2017-08-18
*
Fix function name in code comment
Peter Eisentraut
2017-08-07
*
Suppress unused-variable warnings when building with ICU 4.2.
Tom Lane
2017-08-05
*
Add support for ICU 4.2
Peter Eisentraut
2017-08-05
*
Allow creation of C/POSIX collations without depending on libc behavior.
Tom Lane
2017-08-01
*
Avoid unreferenced-function warning on low-functionality platforms.
Tom Lane
2017-07-08
*
Copy collencoding in CREATE COLLATION / FROM
Peter Eisentraut
2017-06-30
*
Further hacking on ICU collation creation and usage.
Tom Lane
2017-06-24
*
Fix incorrect buffer-length argument to uloc_getDisplayName().
Tom Lane
2017-06-23
*
Rethink behavior of pg_import_system_collations().
Tom Lane
2017-06-23
*
Fix memory leakage in ICU encoding conversion, and other code review.
Tom Lane
2017-06-23
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Prevent copying default collation
Peter Eisentraut
2017-06-13
*
Fix build of ICU support in Windows
Peter Eisentraut
2017-06-12
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
ICU support
Peter Eisentraut
2017-03-23
[next]