index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
citext
Commit message (
Expand
)
Author
Age
*
Add argument names to the regexp_XXX functions.
Tom Lane
2024-07-25
*
Skip citext_utf8 test on Windows.
Thomas Munro
2024-05-13
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
citext: Allow tests to pass in OpenSSL FIPS mode
Peter Eisentraut
2023-11-07
*
Remove duplicate words in docs and code comments.
Amit Kapila
2023-10-09
*
Remove read-only server settings lc_collate and lc_ctype
Peter Eisentraut
2023-06-07
*
Use ICU by default at initdb time.
Jeff Davis
2023-03-09
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
*
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-10
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
meson: Add windows resource files
Andres Freund
2022-10-05
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
CREATE INDEX: use the original userid for more ACL checks.
Noah Misch
2022-06-25
*
Fix typos and grammar in code and test comments
Michael Paquier
2022-05-11
*
Enable routine running of citext's UTF8-specific test cases.
Tom Lane
2022-01-05
*
Create a new type category for "internal use" types.
Tom Lane
2021-12-11
*
Make contrib modules' installation scripts more secure.
Tom Lane
2020-08-10
*
Add current substring regular expression syntax
Peter Eisentraut
2020-06-29
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2020-02-19
*
Mark some contrib modules as "trusted".
Tom Lane
2020-02-13
*
Fix typos in various places
Michael Paquier
2019-06-03
*
Fix regression test outputs
Michael Paquier
2019-05-17
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
Add a 64-bit hash function for type citext.
Tom Lane
2018-11-23
*
Fix hashjoin costing mistake introduced with inner_unique optimization.
Tom Lane
2018-07-14
*
Disable multi-byte citext tests
Andrew Dunstan
2017-09-19
*
Set client encoding to UTF8 for the citext regression script
Andrew Dunstan
2017-09-19
*
Add citext_pattern_ops for citext contrib module
Andrew Dunstan
2017-09-19
*
Distinguish selectivity of < from <= and > from >=.
Tom Lane
2017-09-13
*
Remove to pre-8.2 coding convention for PG_MODULE_MAGIC
Peter Eisentraut
2017-08-30
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Test all contrib-created operator classes with amvalidate.
Tom Lane
2016-11-29
*
Support the new regexp_match() function for citext.
Tom Lane
2016-08-18
*
Repair damage done by citext--1.1--1.2.sql.
Robert Haas
2016-07-26
*
Make contrib regression tests safe for Danish locale.
Tom Lane
2016-07-21
*
Schema-qualify some references to regprocedure.
Robert Haas
2016-06-10
*
Update citext extension for parallel query.
Robert Haas
2016-06-07
*
Fix incorrect declaration of citext's regexp_matches() functions.
Tom Lane
2015-05-05
*
Fix citext upgrade script for disallowance of oidvector element assignment.
Tom Lane
2014-08-28
*
Fix typos in some error messages thrown by extension scripts when fed to psql.
Andres Freund
2014-08-25
*
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
*
Remove dependency on database encoding in citext regression test.
Tom Lane
2014-02-27
*
Add record_image_ops opclass for matview concurrent refresh.
Kevin Grittner
2013-10-09
*
Create index on srt table in citext regression tests.
Kevin Grittner
2013-09-11
*
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-07-04
*
Fix contrib/citext's upgrade script to handle array and domain cases.
Tom Lane
2012-05-11
[next]