summaryrefslogtreecommitdiff
path: root/src/backend/snowball
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-05Add copyright notices to a few perl scripts that don't have themAndrew Dunstan
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-11-06Remove distprepPeter Eisentraut
2023-05-23Fix the install rule for snowball_create.sql.Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-08-31In the Snowball dictionary, don't try to stem excessively-long words.Tom Lane
2022-07-18Move snowball_create.sql creation into perl fileAndres Freund
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-07Update snowballPeter Eisentraut
2021-02-19Update snowballPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-07-08code: replace most remaining uses of 'master'.Andres Freund
2020-06-08Update snowballPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-07-04Sync our Snowball stemmer dictionaries with current upstreamPeter Eisentraut
2019-07-04Clean up whitespace a bitPeter 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-06-12Add ICU_CFLAGS to global CPPFLAGSPeter Eisentraut
2017-03-23Add ICU_FLAGS to one more placePeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-18Adjust behavior of single-user -j mode for better initdb error reporting.Tom Lane
2015-05-24Remove no-longer-required function declarations.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-08-19Finish adding file version information to installed Windows binaries.Noah Misch
2014-07-10Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian
2014-06-11Fix ancient encoding error in hungarian.stop.Tom Lane
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-08-30Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian