Commit Graph

34 Commits (5fd424c87a86dd19d6cb15a18d1662ffc7368de1)

Author SHA1 Message Date
Peter Eisentraut b0f6c43716 Remove read-only server settings lc_collate and lc_ctype 2 years ago
Jeff Davis 27b62377b4 Use ICU by default at initdb time. 3 years ago
Noah Misch 00377b9a02 CREATE INDEX: use the original userid for more ACL checks. 3 years ago
Michael Paquier 45edde037e Fix typos and grammar in code and test comments 3 years ago
Tom Lane c2e8bd2751 Enable routine running of citext's UTF8-specific test cases. 4 years ago
Tom Lane 07eee5a0dc Create a new type category for "internal use" types. 4 years ago
Peter Eisentraut 78c887679d Add current substring regular expression syntax 5 years ago
Michael Paquier 1fb6f62a84 Fix typos in various places 6 years ago
Michael Paquier 6ba500cae6 Fix regression test outputs 6 years ago
Tom Lane 48c41fa974 Add a 64-bit hash function for type citext. 7 years ago
Tom Lane 1007b0a126 Fix hashjoin costing mistake introduced with inner_unique optimization. 7 years ago
Andrew Dunstan d1687c6926 Disable multi-byte citext tests 8 years ago
Andrew Dunstan 890faaf195 Set client encoding to UTF8 for the citext regression script 8 years ago
Andrew Dunstan f246499764 Add citext_pattern_ops for citext contrib module 8 years ago
Tom Lane 9c7f5229ad Optimize joins when the inner relation can be proven unique. 9 years ago
Tom Lane ade49c605f Test all contrib-created operator classes with amvalidate. 9 years ago
Tom Lane f9d747a4e9 Support the new regexp_match() function for citext. 9 years ago
Tom Lane d70d119151 Make contrib regression tests safe for Danish locale. 9 years ago
Tom Lane b22527f29d Fix incorrect declaration of citext's regexp_matches() functions. 11 years ago
Tom Lane 1161d895d8 Remove dependency on database encoding in citext regression test. 12 years ago
Kevin Grittner f566515192 Add record_image_ops opclass for matview concurrent refresh. 12 years ago
Kevin Grittner a49d0b75ce Create index on srt table in citext regression tests. 12 years ago
Robert Haas d7c734841b Reduce messages about implicit indexes and sequences to DEBUG1. 13 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Tom Lane bcba09e27c Ooops, missed that a couple of contrib modules have calls to byteacmp. 16 years ago
Tom Lane b680ae4bdb Improve unique-constraint-violation error messages to include the exact 16 years ago
Tom Lane 5efb84f213 Update citext expected output to exactly match the real output, rather 17 years ago
Heikki Linnakangas 283939a321 varstr_cmp and any comparison function that piggybacks on it can return 17 years ago
Tom Lane 13fdd0e4d1 Add some more citext test cases, per David Wheeler. Also remove the 17 years ago
Tom Lane 2f0d528291 Update citext expected output for recent change in error message location 17 years ago
Tom Lane 5bc561a16a Add some additional casts and regression tests for the citext data type. 17 years ago
Tom Lane c8572986ad Allow I/O conversion casts to be applied to or from any type that is a member 17 years ago
Tom Lane ab9907f5e5 Add a new, improved version of citext as a contrib module. 17 years ago