summaryrefslogtreecommitdiff
path: root/contrib/citext/citext.c
AgeCommit message (Expand)Author
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
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
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
2017-09-19Add citext_pattern_ops for citext contrib moduleAndrew Dunstan
2017-08-31Remove to pre-8.2 coding convention for PG_MODULE_MAGICPeter Eisentraut
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-06-08Make citext's equality and hashing functions collation-insensitive.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-07-29Add a new, improved version of citext as a contrib module.Tom Lane