aboutsummaryrefslogtreecommitdiff
path: root/src/backend/snowball/Makefile
Commit message (Expand)AuthorAge
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Sync our Snowball stemmer dictionaries with current upstreamPeter Eisentraut2019-07-04
* Clean up whitespace a bitPeter Eisentraut2019-07-04
* Sync our Snowball stemmer dictionaries with current upstream.Tom Lane2018-09-24
* Add ICU_CFLAGS to global CPPFLAGSPeter Eisentraut2017-06-12
* Add ICU_FLAGS to one more placePeter Eisentraut2017-03-23
* Finish adding file version information to installed Windows binaries.Noah Misch2014-08-18
* Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian2012-08-30
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-28
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-26
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-07
* Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut2008-03-18
* Rename and slightly redefine the default text search parser's "word"Tom Lane2007-10-23
* Fix generation of snowball_create.sql on msvc builds.Magnus Hagander2007-08-27
* Rename built-in Snowball stemmer dictionaries to be english_stem,Tom Lane2007-08-25
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21