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