]> git.openstreetmap.org Git - nominatim.git/history - nominatim
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / nominatim /
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-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 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 HaesendonckFixed typechecking error
2023-12-07 Robbe HaesendonckAdded missing return types to functions
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 check to see if osm_file is set
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 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 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-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'
2023-11-29 Sarah HoffmannMerge pull request #3263 from lonvia/near-search-penalt...
2023-11-29 Sarah Hoffmannfurther restrict stop search criterion
2023-11-29 Sarah Hoffmannuse restrict for housenumber lookups with few numbers
2023-11-29 Sarah HoffmannNearSearch needs to inherit penalty from inner search
2023-11-28 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2023-11-28 Sarah HoffmannMerge pull request #3262 from lonvia/fix-category-search
2023-11-28 Sarah Hoffmanncorrectly exclude streets with housenumber searches
2023-11-28 Sarah Hoffmannadd tests for interaction of category parameter with...
2023-11-28 Sarah Hoffmannrename use of category as POI search to near_item
2023-11-28 Sarah Hoffmannthe category parameter in search should result in a...
2023-11-27 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2023-11-27 Sarah HoffmannMerge pull request #3260 from lonvia/improve-catgeory...
2023-11-26 Sarah Hoffmanndrop category tokens when they make up a full phrase
2023-11-26 Sarah Hoffmannrestrict base results in near search by rank
2023-11-26 Sarah Hoffmanndeduplicate categories/qualifiers
2023-11-26 Sarah Hoffmannorder near searches by distance instead of importance
2023-11-26 Sarah Hoffmannavoid duplicate lines during category search
2023-11-25 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2023-11-25 Sarah Hoffmannfix polygon selection for classtable lookups
2023-11-23 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2023-11-23 Sarah HoffmannMerge pull request #3257 from lonvia/slow-queries
2023-11-23 Sarah Hoffmannincrease penalty for one-letter words
2023-11-22 Sarah Hoffmannmore preference for name-only queries in search
2023-11-22 Sarah Hoffmannavoid index use when filtering by layer
2023-11-22 Sarah Hoffmannadd timestamps to text logging
2023-11-22 Sarah Hoffmannavoid index on rank_address in near search
2023-11-22 Sarah Hoffmannexclude country-level searches with non-address layers
2023-11-20 Sarah Hoffmannmore preference for name-only queries in search
2023-11-16 Sarah Hoffmannimprove code to collect the PostGIS version
2023-11-15 Sarah HoffmannMerge pull request #3248 from lonvia/fix-postcode-area...
2023-11-15 Sarah Hoffmannadapt typing to newest version of SQLAlchemy
2023-11-01 Sarah Hoffmannremove now unnecessary type igonre comment
2023-10-31 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2023-10-31 Sarah Hoffmannfix assertion on address list, it may be empty
2023-10-25 Sarah HoffmannMerge pull request #3234 from lonvia/reduce-admin-style
2023-10-24 Sarah HoffmannMerge pull request #3233 from lonvia/support-for-sqlite
2023-10-24 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2023-10-23 Sarah Hoffmannrestrict geometry size for SQLite
2023-10-23 Sarah Hoffmannconvert sqlite: add index on parent_place_id
2023-10-23 Sarah Hoffmannremove type info from SQLALchemy condition functions
2023-10-23 Sarah Hoffmannmake code work with Spatialite 4.3
2023-10-23 Sarah Hoffmannenable BDD tests for sqlite databases
2023-10-23 Sarah Hoffmanntrim all coordinate output to 7 digits
2023-10-23 Sarah Hoffmannadd indexing support for DWithin and intersects for...
2023-10-23 Sarah Hoffmannmake reverse API work with sqlite
2023-10-23 Sarah Hoffmanntry future annotations to resolve Generics compatibility
2023-10-23 Sarah Hoffmannmake status API work with sqlite incl. unit tests
2023-10-23 Sarah Hoffmannmake details API work with sqlite incl. unit tests
2023-10-23 Sarah Hoffmannmake lookup call work with sqlite
2023-10-23 Sarah Hoffmannadd exporting of SQLite table
next