index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
citext
/
citext.c
Age
Commit message (
Expand
)
Author
2023-02-07
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-01-10
New header varatt.h split off from postgres.h
Peter Eisentraut
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2019-03-11
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2018-11-23
Add a 64-bit hash function for type citext.
Tom Lane
2017-09-19
Add citext_pattern_ops for citext contrib module
Andrew Dunstan
2017-08-31
Remove to pre-8.2 coding convention for PG_MODULE_MAGIC
Peter Eisentraut
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-06-08
Make citext's equality and hashing functions collation-insensitive.
Tom Lane
2011-02-08
Per-column collation support
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2008-07-29
Add a new, improved version of citext as a contrib module.
Tom Lane