]> git.openstreetmap.org Git - nominatim.git/shortlog
nominatim.git
2024-01-29 Sarah Hoffmannavoid LookupAny with address and too many name tokens
2024-01-29 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2024-01-28 Sarah Hoffmannprint any collected debug output when returning a timeo...
2024-01-28 Sarah HoffmannMerge pull request #3321 from lonvia/remove-duplicate...
2024-01-28 Sarah Hoffmannhousenumber-only searches cannot be combined with quali...
2024-01-28 Sarah Hoffmannadjust rankings for housenumber-only searches
2024-01-28 Sarah Hoffmannalways add a penalty for name + address search fallback
2024-01-28 Sarah Hoffmanndisallow category tokens in the middle of a query string
2024-01-28 Sarah Hoffmannprotect against very frequent bad partials
2024-01-28 Sarah Hoffmannavoid duplicates in the list of partial tokens for...
2024-01-28 Sarah HoffmannMerge pull request #3320 from lonvia/fix-timeout-return...
2024-01-27 Sarah Hoffmanncatch special async timeout error in servers
2024-01-26 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2024-01-26 Sarah HoffmannMerge pull request #3317 from lonvia/postcodes-for...
2024-01-26 Sarah Hoffmannsearch postcodes for highway areas around the area
2024-01-17 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2024-01-17 Sarah HoffmannMerge pull request #3301 from lonvia/fix-class-search...
2024-01-16 Sarah Hoffmanninterpret stand-alone special terms always as near...
2024-01-08 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2024-01-08 Sarah HoffmannMerge pull request #3293 from lonvia/rematch-against...
2024-01-08 Sarah Hoffmannadd country code to words to be rematched
2024-01-07 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2024-01-07 Sarah HoffmannMerge pull request #3292 from lonvia/faster-country...
2024-01-07 Sarah Hoffmannwhen a country is in the results, restrict further...
2024-01-07 Sarah Hoffmanndump params in log view
2024-01-07 Sarah Hoffmannprioritize country searches when penaly is equal
2024-01-07 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2024-01-07 Sarah HoffmannMerge pull request #3238 from mtmail/check-database...
2024-01-07 Sarah HoffmannMerge pull request #3289 from lonvia/viewbox-and-housen...
2024-01-07 Sarah HoffmannMerge pull request #3290 from lonvia/near-vs-quaifier...
2024-01-07 Sarah HoffmannMerge pull request #3291 from lonvia/fix-timezone-handling
2024-01-07 Sarah Hoffmannfix timezone handling for timestamps from the database
2024-01-07 Sarah Hoffmanndo not run near queries on qualifier words
2024-01-07 Sarah Hoffmanndo not restrict by viewbox when housenumber or postcode...
2024-01-06 Marc Tobiascheck-database also checks database vs nominatim version
2024-01-05 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2024-01-05 Sarah HoffmannMerge pull request #3286 from lonvia/avoid-bind-paramet...
2024-01-05 Sarah Hoffmannavoid closure variables in lambda statements
2024-01-02 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2024-01-02 Sarah Hoffmannuse correct SQLAlchemy pool for asynchronous connections
2024-01-02 Sarah HoffmannAPI: avoid engine disposal on startup
2023-12-29 Sarah Hoffmannupdate typing for latest changes in SQLAlchemy
2023-12-18 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2023-12-12 Sarah HoffmannMerge pull request #3273 from lonvia/search-with-sqlite
2023-12-09 Sarah Hoffmannadd minimal documentation for the SQLite usage
2023-12-07 Sarah Hoffmannerror out when a SQLite database does not exist
2023-12-07 Sarah Hoffmannenable search for sqlite conversion by default
2023-12-07 Sarah Hoffmannenable all BDD API tests for sqlite
2023-12-07 Sarah Hoffmannenable all API tests for sqlite and port missing features
2023-12-07 Sarah Hoffmannextend sqlite converter for search tables
2023-12-07 Sarah Hoffmannremove unused function
2023-12-07 Sarah Hoffmannimprove typing for @compiles constructs
2023-12-07 Sarah Hoffmannvoid unnecessary aliases
2023-12-07 Sarah Hoffmannfactor out SQL for filtering by location
2023-12-07 Sarah Hoffmannsimplify handling of SQL lookup code for search_name
2023-12-07 Sarah Hoffmanncorrectly close API objects during testing
2023-12-07 Sarah Hoffmannclean up ST_DWithin and intersects() functions
2023-12-07 Sarah Hoffmannsimplify weigh_search() function
2023-12-07 Sarah Hoffmannfix parameter formatting in sqlite debug output
2023-12-07 Sarah Hoffmannenable connection pools for sqlite
2023-12-07 Sarah Hoffmannhide type differences between Postgres and Sqlite in...
2023-12-07 Sarah HoffmannMerge pull request #3108 from mtmail/remove-legacy...
2023-12-07 Sarah HoffmannMerge pull request #3268 from mtmail/wikipedia-file...
2023-12-07 Robbe HaesendonckRemoved unnecessary check for --prepare-database flag
2023-12-07 Robbe HaesendonckConnect using localhost instead of socket
2023-12-07 Robbe HaesendonckAdded changing permissions of nominatim-project dir
2023-12-07 Robbe HaesendonckAdded osm-import to sudoers file for tokenizer setup
2023-12-07 Robbe HaesendonckFixing CI tests for install-no-superuser
2023-12-07 Robbe HaesendonckFixed typechecking error
2023-12-07 Robbe HaesendonckAdded missing return types to functions
2023-12-07 Robbe Haesendonck CI tests: Removed creation of user www-data.
2023-12-07 Robbe HaesendonckFixed legacy import command
2023-12-07 Robbe HaesendonckDisabled pylint too-many-branches
2023-12-07 Robbe HaesendonckFixed setting tokenizer property
2023-12-07 Robbe HaesendonckUpdated no-superuser install ci test
2023-12-07 Robbe HaesendonckUpdated check to see if osm_file is set
2023-12-07 Robbe HaesendonckFixed formatting
2023-12-07 Robbe HaesendonckUpdated ci tests to reflect changes in Nominatim CLI
2023-12-07 Robbe HaesendonckMade sure legacy import command still works
2023-12-07 Robbe HaesendonckRemoved unused variable, fixed connection
2023-12-07 Robbe HaesendonckRemoved _is_complete_import check
2023-12-07 Robbe HaesendonckImproved logic.
2023-12-07 Robbe HaesendonckAdded new psql user for importing the data
2023-12-07 Robbe HaesendonckChanged naming of flags.
2023-12-07 Robbe HaesendonckAdded check to see if hstore is loaded
2023-12-07 Robbe HaesendonckFixed ci-tests, osm-file flag
2023-12-07 Robbe HaesendonckRenamed flags
2023-12-07 Robbe HaesendonckFixed pylint warnings
2023-12-07 Robbe HaesendonckAdded check for hstore extension
2023-12-07 Robbe HaesendonckFixed typo
2023-12-07 Robbe HaesendonckFixed linting errors
2023-12-07 Robbe HaesendonckAdded version check for PostGis and Postgres
2023-12-07 Robbe HaesendonckUpdated CI tests to check new import flags
2023-12-07 Robbe HaesendonckAdded --prepare-database flag
2023-12-07 Robbe HaesendonckAdded --no-superuser flag
2023-12-06 marc tobiasImprove error message when Wikipedia importance file...
2023-12-04 Sarah Hoffmannactions: pin pytest-asyncio version for Ubuntu 20
2023-12-01 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2023-12-01 Sarah Hoffmannskip lookup with full names when there are none
2023-11-29 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
next