Commit Graph

50 Commits (4b21acf522d751ba5b6679df391d5121b6c4a35f)

Author SHA1 Message Date
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 7d08ce286c Distinguish selectivity of < from <= and > from >=. 8 years ago
Peter Eisentraut b5c75feca7 Remove to pre-8.2 coding convention for PG_MODULE_MAGIC 8 years ago
Tom Lane 9c7f5229ad Optimize joins when the inner relation can be proven unique. 9 years ago
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 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
Robert Haas fe5e3fce79 Repair damage done by citext--1.1--1.2.sql. 9 years ago
Tom Lane d70d119151 Make contrib regression tests safe for Danish locale. 9 years ago
Robert Haas 3d8fc8c68c Schema-qualify some references to regprocedure. 9 years ago
Robert Haas a89b4b1be0 Update citext extension for parallel query. 9 years ago
Tom Lane b22527f29d Fix incorrect declaration of citext's regexp_matches() functions. 11 years ago
Tom Lane 7f7eec89b6 Fix citext upgrade script for disallowance of oidvector element assignment. 11 years ago
Andres Freund d153b80161 Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 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 63fecc9177 Fix contrib/citext's upgrade script to handle array and domain cases. 14 years ago
Tom Lane 9b97b7f835 Fix citext upgrade script to update derived copies of pg_type.typcollation. 14 years ago
Alvaro Herrera b44dda7158 Don't quote language name 14 years ago
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Tom Lane 3ebc061c18 Make citext's equality and hashing functions collation-insensitive. 14 years ago
Peter Eisentraut f8ebe3bcc5 Support "make check" in contrib 15 years ago
Tom Lane 94be9e3f0c Fix citext's upgrade-from-unpackaged script to set its collation correctly. 15 years ago
Tom Lane 029fac2264 Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 15 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Peter Eisentraut 414c5a2ea6 Per-column collation support 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Tom Lane cc2c8152e6 Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Magnus Hagander fe9b36fd59 Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 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
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 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 42be2c790f Adjust citext to make use of the new ability to declare its type category: 17 years ago
Tom Lane ab9907f5e5 Add a new, improved version of citext as a contrib module. 17 years ago