index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
unaccent
/
unaccent.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Make contrib/unaccent's unaccent() function work when not in search path.
Tom Lane
2018-09-06
*
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix inadequately-sized output buffer in contrib/unaccent.
Tom Lane
2014-07-01
*
Issue a WARNING about invalid rule file format in contrib/unaccent.
Tom Lane
2014-06-30
*
Allow multi-character source strings in contrib/unaccent.
Tom Lane
2014-06-30
*
Allow empty replacement strings in contrib/unaccent.
Tom Lane
2014-06-30
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
The data structure used in unaccent is a trie, not suffix tree.
Heikki Linnakangas
2013-05-08
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix some typos
Peter Eisentraut
2012-04-22
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Fix assorted bugs in contrib/unaccent's configuration file parsing.
Tom Lane
2011-11-07
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Standardize get_whatever_oid functions for other object types.
Robert Haas
2010-08-05
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Fix some *other* compiler warnings from a different gcc version.
Tom Lane
2009-08-18
*
Suppress compiler warnings about uninitialized variables.
Tom Lane
2009-08-18
*
Unaccent dictionary.
Teodor Sigaev
2009-08-18