What's Changed
- chore: centralize
SearchIndex
opening and promoteVisibilityChecker
by @eeeebbbbrrrr in #1800 - fix: docker image tags by @CatMe0w in #1801
- fix: don't re-create a
SearchIndex
on every indexed row by @eeeebbbbrrrr in #1803 - chore: use
--debug
when installingcargo-pgrx
in CI by @eeeebbbbrrrr in #1804 - chore: Nuke
pg_analytics
andpg_lakehouse
by @philippemnoel in #1807 - chore: Move from Depot to Ubicloud by @philippemnoel in #1809
- chore: Switch to Docker Build Cloud by @philippemnoel in #1806
- chore: Update Rust cache location by @philippemnoel in #1810
- ci: looking at making CI a little faster by @eeeebbbbrrrr in #1805
- feat: GUCs to control resource usage during CREATE INDEX and INSERT/UPDATE/COPY by @eeeebbbbrrrr in #1814
- fix: be a little more lenient around problems during DROP INDEX by @eeeebbbbrrrr in #1818
- ci: make the benchmark job faster and have a memory by @eeeebbbbrrrr in #1821
- ci: Run benchmark on dev to fill CI by @philippemnoel in #1822
- docs: Update docs based on recent user feedback by @philippemnoel in #1819
- docs: Update Kubernetes documentation by @philippemnoel in #1784
- ci: Only run
dev
CI on Rust files and small other fixes by @philippemnoel in #1828 - chore: remove search config input to @@@ by @neilyio in #1815
- feat: Push down
ORDER BY <field> LIMIT n
into tantivy for "top N" results by a field value by @eeeebbbbrrrr in #1820 - docs: Tweak special characters section by @mateuszmandera in #1827
- ci: Cache benchmark performance, and compare across runs by @philippemnoel in #1831
- docs: Example wildcard query by @rebasedming in #1812
- docs: Clean up index settings by @rebasedming in #1833
- feat: Parallel Index Scan Support by @eeeebbbbrrrr in #1824
- fix: issue #1826: don't push down LIMIT when the path involves multiple relations by @eeeebbbbrrrr in #1830
- ci: Retrieve the correct GitHub artifact to compare benchmark runs by @philippemnoel in #1837
- ci: Test comparing benchmark performances by @philippemnoel in #1842
- fix: Unbounded number of segments by @rebasedming in #1840
- fix: bug where we could leak open tantivy file handles by @eeeebbbbrrrr in #1836
- fix: better support prepared statements in the form of
field @@@ $1::text
by @eeeebbbbrrrr in #1843 - chore: upgrade to
0.11.1
by @rebasedming in #1844 - docs: fix fast sorting example by @rebasedming in #1846
- ci: Make benchmark artifact storing work with the
main
branch PRs as well by @philippemnoel in #1849 - fix: the v0.11.0--v0.11.1 upgrade script by @eeeebbbbrrrr in #1851
- ci: Re-add extension upgrade test by @philippemnoel in #1847
- chore: fix quickstart test by @rebasedming in #1853
- fix: guard against concurrent file deletions by @eeeebbbbrrrr in #1854
- fix: bug where parallel workers that don't have anything to do would instead just query the whole index by @eeeebbbbrrrr in #1848
- chore: Remove last reference to Depot by @philippemnoel in #1855
- chore: fix test working dir by @rebasedming in #1857
- feat: Prod Promotion -- v0.11.1 by @philippemnoel in #1845
- chore: Get rid of Docker Build Cloud by @philippemnoel in #1859
- feat: Prod Promotion -- v0.11.1 by @philippemnoel in #1860
- ci: Fix benchmark artifact storage logic by @philippemnoel in #1863
- fix: Swap to Depot for Docker by @philippemnoel in #1864
- feat: Prod Promotion -- v0.11.1 by @philippemnoel in #1866
New Contributors
- @mateuszmandera made their first contribution in #1827
Full Changelog: v0.11.0...v0.11.1