summaryrefslogtreecommitdiff
path: root/src/backend/snowball/dict_snowball.c
AgeCommit message (Expand)Author
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-02-19Update to latest Snowball sources.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-17Remove ts_locale.c's lowerstr()Peter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-08-31In the Snowball dictionary, don't try to stem excessively-long words.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-02-19Update snowballPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-06-08Update snowballPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-07-04Sync our Snowball stemmer dictionaries with current upstreamPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-09-24Sync our Snowball stemmer dictionaries with current upstream.Tom Lane
2018-01-26Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-24Remove no-longer-required function declarations.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-07-10Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian
2014-02-23Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-10pg_do_encoding_conversion cannot return NULL (at least not unless the inputTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-08-25Cleanup for some problems in tsearch patch:Tom Lane
2007-08-22Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane