aboutsummaryrefslogtreecommitdiff
path: root/contrib/citext
Commit message (Expand)AuthorAge
* Add argument names to the regexp_XXX functions.Tom Lane2024-07-25
* Skip citext_utf8 test on Windows.Thomas Munro2024-05-13
* Update copyright for 2024Bruce Momjian2024-01-03
* citext: Allow tests to pass in OpenSSL FIPS modePeter Eisentraut2023-11-07
* Remove duplicate words in docs and code comments.Amit Kapila2023-10-09
* Remove read-only server settings lc_collate and lc_ctypePeter Eisentraut2023-06-07
* Use ICU by default at initdb time.Jeff Davis2023-03-09
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-07
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-10
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* meson: Add windows resource filesAndres Freund2022-10-05
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* CREATE INDEX: use the original userid for more ACL checks.Noah Misch2022-06-25
* Fix typos and grammar in code and test commentsMichael Paquier2022-05-11
* Enable routine running of citext's UTF8-specific test cases.Tom Lane2022-01-05
* Create a new type category for "internal use" types.Tom Lane2021-12-11
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-10
* Add current substring regular expression syntaxPeter Eisentraut2020-06-29
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-19
* Mark some contrib modules as "trusted".Tom Lane2020-02-13
* Fix typos in various placesMichael Paquier2019-06-03
* Fix regression test outputsMichael Paquier2019-05-17
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Add a 64-bit hash function for type citext.Tom Lane2018-11-23
* Fix hashjoin costing mistake introduced with inner_unique optimization.Tom Lane2018-07-14
* Disable multi-byte citext testsAndrew Dunstan2017-09-19
* Set client encoding to UTF8 for the citext regression scriptAndrew Dunstan2017-09-19
* Add citext_pattern_ops for citext contrib moduleAndrew Dunstan2017-09-19
* Distinguish selectivity of < from <= and > from >=.Tom Lane2017-09-13
* Remove to pre-8.2 coding convention for PG_MODULE_MAGICPeter Eisentraut2017-08-30
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-07
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-29
* Support the new regexp_match() function for citext.Tom Lane2016-08-18
* Repair damage done by citext--1.1--1.2.sql.Robert Haas2016-07-26
* Make contrib regression tests safe for Danish locale.Tom Lane2016-07-21
* Schema-qualify some references to regprocedure.Robert Haas2016-06-10
* Update citext extension for parallel query.Robert Haas2016-06-07
* Fix incorrect declaration of citext's regexp_matches() functions.Tom Lane2015-05-05
* Fix citext upgrade script for disallowance of oidvector element assignment.Tom Lane2014-08-28
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-25
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Remove dependency on database encoding in citext regression test.Tom Lane2014-02-27
* Add record_image_ops opclass for matview concurrent refresh.Kevin Grittner2013-10-09
* Create index on srt table in citext regression tests.Kevin Grittner2013-09-11
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-04
* Fix contrib/citext's upgrade script to handle array and domain cases.Tom Lane2012-05-11