Commit Graph

35 Commits (e97af6c8bfc80d084bca5bf41f036de944b63efe)

Author SHA1 Message Date
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