2020-09-13 15:16:10 by Havard Eidnes | Files touched by this commit (1) |
Log message:
Add use of devel/libatomic on powerpc ports; fixes the build since
this platform doesn't have native 8-byte atomics.
|
2020-05-31 16:43:14 by Roland Illig | Files touched by this commit (1) |
Log message:
textproc/groonga: remove unknown configure option
|
2020-03-26 03:27:21 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Drop version for compatibility with C++17 STL implementations.
|
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message:
*: Recursive revision bump for openssl 1.1.1.
|
2018-02-25 13:25:48 by Takahiro Kambe | Files touched by this commit (6) |
Log message:
pkgsrc: bump PKGREVISION by changing Ruby default version
Bump PKGREVISION by changing Ruby default version.
|
2017-08-29 15:35:55 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update textproc/groonga to 7.0.6.
- object_inspect command has been supported to show disk usage
- Falllback feature when parsing query has been supported
- The score adjusting about keyword in query has been supported
|
2017-08-29 14:54:47 by Filip Hajny | Files touched by this commit (7) | |
Log message:
Update textproc/groonga to 7.0.5. Add bl3.
Based on a PR by @siepkes (https://github.com/joyent/pkgsrc/pull/7).
Groonga 7.0.5
- [dump] --sort_hash_table option has been supported
- math_abs() function has been supported
- Ubuntu 16.10 (Yakkety Yak) support has been dropped
Groonga 7.0.4
- Supported Debian 9 (stretch)
- Added grndb log options
- Improved query performance
Groonga 7.0.3
- [select] Add document about Full text search with specific index name
- [load][dump] Supported Apache Arrow
Groonga 7.0.2
- Fixed a bug that data is lost by reindex
- Supported Ubuntu 17.04 (Zesty Zapus)
- Supported persistent cache
- Added function to use an existing table as condition patterns.
Groonga 7.0.1
- Dropped CentOS 5 support
- Fixed a problem about dynamically updated index size
- [experimental] Supported GRN_ORDER_BY_ESTIMATED_SIZE_ENABLE
Groonga 7.0.0
- Removed needless metadata updates on DB. It reduces the case that
database lock remains even though select command is executed.
- lock_clear Changed to clear metadata lock by lock_clear against DB.
- Supported groonga-token-filter-stem package which provides stemming
feature by TokenFilterStem token filter on CentOS 7.
- load Supported --output_errors yes option. If you specify "yes", you
can get errors for each load failed record.
Groonga 6.1.5
- This release fixes an index search bug that index search may not
return records that should be matched.
Groonga 6.1.4
- This release fixes an index search bug that index search may not
return records that should be matched.
Groonga 6.1.3
- Reverted "Improved performance of updating inverted indexes in the
worst case".
Groonga 6.1.2
- [load] Supported to show {"n_loaded_records": N} in response
- [load] Supported --output_ids yes parameter
Groonga 6.1.1
- Supported column value compression with Zstandard
- Changed to stop compressing small data
Groonga 6.1.0
- Supported to sort load table names by key instead of ID to make output
stable
- Added document about index columns
Groonga 6.0.9
- Fixed index search bug
- Supported regular expression in location directive for groonga-httpd
|
2017-07-11 21:41:20 by Joerg Sonnenberger | Files touched by this commit (8) |
Log message:
Retire CLANG_NO_VALUE_PROPAGATION_PASS. CVP has been fixed in LLVM to
require much less memory.
|