Commit Graph

69 Commits (6c20bdb2a279086777a3595ab00bcf14671fc5a1)

Author SHA1 Message Date
Thomas Munro 8556267b2b Revert "pg_collation_actual_version() -> pg_collation_current_version()." 4 years ago
Thomas Munro 9cf184cc05 pg_collation_actual_version() -> pg_collation_current_version(). 4 years ago
Thomas Munro 0fb0a0503b Hide internal error for pg_collation_actual_version(<bad OID>). 4 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Michael Paquier 93e8ff8701 Refactor logic to check for ASCII-only characters in string 5 years ago
Tom Lane ad84ecc98d Use "true" not "TRUE" in one ICU function call. 5 years ago
Thomas Munro 257836a755 Track collation versions for indexes. 5 years ago
Thomas Munro 7d1297df08 Remove pg_collation.collversion. 5 years ago
Peter Eisentraut 3c173a53a8 Remove utils/acl.h from catalog/objectaddress.h 5 years ago
Alvaro Herrera 4e89c79a52 Remove excess parens in ereport() calls 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Peter Eisentraut 5e1963fb76 Collations with nondeterministic comparison 6 years ago
Andres Freund e0c4ec0728 Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane cefa387153 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. 7 years ago
Tom Lane fb8697b31a Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 2bfd1b1ee5 Don't install ICU collation keyword variants 8 years ago
Peter Eisentraut 51e225da30 Expand set of predefined ICU locales 8 years ago
Peter Eisentraut 24620fc52b Fix creation of ICU comments for keyword variants 8 years ago
Peter Eisentraut 86524f0387 Fix function name in code comment 8 years ago
Tom Lane e9f4ac1389 Suppress unused-variable warnings when building with ICU 4.2. 8 years ago
Peter Eisentraut eccead9ed4 Add support for ICU 4.2 8 years ago
Tom Lane f97256570f Allow creation of C/POSIX collations without depending on libc behavior. 8 years ago
Tom Lane ec4073f641 Avoid unreferenced-function warning on low-functionality platforms. 8 years ago
Peter Eisentraut 54baa48139 Copy collencoding in CREATE COLLATION / FROM 8 years ago
Tom Lane ddb5fdc068 Further hacking on ICU collation creation and usage. 8 years ago
Tom Lane d1fcc62298 Fix incorrect buffer-length argument to uloc_getDisplayName(). 8 years ago
Tom Lane 0b13b2a771 Rethink behavior of pg_import_system_collations(). 8 years ago
Tom Lane b6159202c9 Fix memory leakage in ICU encoding conversion, and other code review. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Peter Eisentraut 17082a88ea Prevent copying default collation 8 years ago
Peter Eisentraut 253504fb9f Fix build of ICU support in Windows 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Tom Lane 8f0530f580 Improve castNode notation by introducing list-extraction-specific variants. 8 years ago
Peter Eisentraut eccfef81e1 ICU support 8 years ago
Peter Eisentraut 6d16ecc646 Add CREATE COLLATION IF NOT EXISTS clause 8 years ago
Andres Freund 9ba8a9ce45 Use the new castNode() macro in a number of places. 9 years ago
Peter Eisentraut 46d482814c Don't error when no system locales were found 9 years ago
Tom Lane 0333a73400 Avoid conflicts with collation aliases generated by stripping. 9 years ago
Peter Eisentraut aa17c06fb5 Add function to import operating system collations 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Heikki Linnakangas 6fb12cbcd6 Remove some unnecessary #includes. 9 years ago
Peter Eisentraut 49eb0fd097 Add location field to DefElem 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Alvaro Herrera a2e35b53c3 Change many routines to return ObjectAddress rather than OID 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago