summaryrefslogtreecommitdiff
path: root/contrib/citext
AgeCommit message (Expand)Author
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-29contrib/citext: Use SQL-standard function bodies.Tom Lane
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-07-25Add argument names to the regexp_XXX functions.Tom Lane
2024-05-12Skip citext_utf8 test on Windows.Thomas Munro
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-07citext: Allow tests to pass in OpenSSL FIPS modePeter Eisentraut
2023-10-09Remove duplicate words in docs and code comments.Amit Kapila
2023-06-07Remove read-only server settings lc_collate and lc_ctypePeter Eisentraut
2023-03-09Use ICU by default at initdb time.Jeff Davis
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-06-25CREATE INDEX: use the original userid for more ACL checks.Noah Misch
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-01-05Enable routine running of citext's UTF8-specific test cases.Tom Lane
2021-12-11Create a new type category for "internal use" types.Tom Lane
2020-08-10Make contrib modules' installation scripts more secure.Tom Lane
2020-06-29Add current substring regular expression syntaxPeter Eisentraut
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2019-06-03Fix typos in various placesMichael Paquier
2019-05-17Fix regression test outputsMichael Paquier
2019-03-11Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera
2018-11-23Add a 64-bit hash function for type citext.Tom Lane
2018-07-14Fix hashjoin costing mistake introduced with inner_unique optimization.Tom Lane
2017-09-19Disable multi-byte citext testsAndrew Dunstan
2017-09-19Set client encoding to UTF8 for the citext regression scriptAndrew Dunstan
2017-09-19Add citext_pattern_ops for citext contrib moduleAndrew Dunstan
2017-09-13Distinguish selectivity of < from <= and > from >=.Tom Lane
2017-08-31Remove to pre-8.2 coding convention for PG_MODULE_MAGICPeter Eisentraut
2017-04-08Optimize joins when the inner relation can be proven unique.Tom Lane
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2016-11-29Test all contrib-created operator classes with amvalidate.Tom Lane
2016-08-18Support the new regexp_match() function for citext.Tom Lane
2016-07-26Repair damage done by citext--1.1--1.2.sql.Robert Haas
2016-07-21Make contrib regression tests safe for Danish locale.Tom Lane
2016-06-10Schema-qualify some references to regprocedure.Robert Haas
2016-06-07Update citext extension for parallel query.Robert Haas
2015-05-05Fix incorrect declaration of citext's regexp_matches() functions.Tom Lane
2014-08-28Fix citext upgrade script for disallowance of oidvector element assignment.Tom Lane
2014-08-25Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-02-27Remove dependency on database encoding in citext regression test.Tom Lane