]> git.openstreetmap.org Git - nominatim.git/history - src
release 5.3.2.post9
[nominatim.git] / src /
11 days ago Sarah HoffmannMerge remote-tracking branch 'upstream/master'
11 days ago Sarah HoffmannMerge pull request #4163 from Itz-Agasta/category-support
11 days ago Itz-AgastaDo not drop the place_classtype tables on migration
11 days ago Sarah HoffmannMerge remote-tracking branch 'upstream/master'
12 days ago Itz-AgastaDeprecate --min option instead of removing it
13 days ago Itz-AgastaDrop the place_classtype tables on migration
13 days ago Itz-AgastaStop copying the place_classtype tables into SQLite
13 days ago Itz-AgastaRemove Connection.get_class_table()
13 days ago Itz-AgastaStop creating the place_classtype tables from special...
13 days ago Sarah HoffmannMerge pull request #4162 from lonvia/restrict-queries
13 days ago marc tobiasdebug output: escape HTML values
2026-08-06 Sarah Hoffmannalso restrict length of full words to 255
2026-08-06 Sarah Hoffmannrestrict number of alloable tokens per query to 50
2026-08-06 Sarah Hoffmanndrop words longer than 255 characters
2026-08-06 Sarah HoffmannMerge pull request #4161 from mtmail/disable-debug...
2026-08-06 Sarah HoffmannMerge pull request #4146 from Itz-Agasta/category-support
2026-08-05 Itz-AgastaSimplify the POI backfill by filtering the classtype...
2026-08-04 marc tobiasdisable debug=1 output by default
2026-08-01 Itz-AgastaRestrict the POI category backfill to searchable categories
2026-07-30 Sarah HoffmannMerge pull request #4157 from lonvia/tweak-country...
2026-07-30 Sarah HoffmannMerge pull request #4155 from mtmail/validate-layer...
2026-07-30 Sarah HoffmannMerge pull request #4149 from AyushDharDubey/issue_4125
2026-07-30 Itz-AgastaBackfill the categories column for POIs
2026-07-30 Itz-AgastaDrop the obsolete categories index on migration
2026-07-30 Itz-AgastaAlways create the combined centroid/categories index
2026-07-30 Itz-AgastaUse a single query for the POI category search
2026-07-30 Itz-AgastaMatch categories on the centroid instead of the geometry
2026-07-30 Itz-AgastaIndex placex centroid for the SQLite category search
2026-07-30 Itz-AgastaUse a combined centroid/categories index for category...
2026-07-30 Itz-AgastaApply spatial pruning in near search
2026-07-30 Itz-AgastaIndex placex(class,type) for the SQLite category search
2026-07-30 Itz-AgastaKeep the object class/type in the result category field
2026-07-30 Itz-AgastaRework category matching: move to sql functions, reject...
2026-07-30 Itz-AgastaQuery the categories column for POI and near search
2026-07-30 Itz-AgastaAdd ltree categories column to the API placex schema
2026-07-29 marc tobiasvalidate layer URL parameter values
2026-07-29 Ayush Dhar Dubeyadd clean_multilingual_names sanitizer
2026-07-28 Sarah HoffmannMerge pull request #4153 from Itz-Agasta/require-postgr...
2026-07-28 Itz-AgastaRequire PostgreSQL 13 as minimum version
2026-07-27 Sarah HoffmannMerge pull request #4152 from Itz-Agasta/fix/4148-empty...
2026-07-25 Itz-AgastaReturn empty result list for category searches without...
2026-07-03 Sarah HoffmannMerge pull request #4142 from lonvia/improve-attribute...
2026-07-03 Sarah Hoffmannharmonize attributes in query node
2026-07-02 Sarah HoffmannMerge pull request #4106 from Itz-Agasta/category-support
2026-07-01 Itz-AgastaAdd migration for categories on existing databases
2026-07-01 Itz-AgastaUpdate indexer boundary queries for categories
2026-07-01 Itz-AgastaAdd ltree categories column to place/placex schema
2026-06-28 Sarah HoffmannMerge pull request #4139 from lonvia/country-info-for...
2026-06-28 Sarah Hoffmannmake sure countries are always initialised before calli...
2026-06-26 Sarah HoffmannMerge pull request #4135 from mtmail/update-multiple...
2026-06-23 Sarah HoffmannMerge pull request #4132 from AyushDharDubey/fix/issue_3598
2026-06-22 Ayush Dhar Dubeyadd SelectorEventLoop for windows
2026-06-20 Sarah HoffmannMerge pull request #4130 from lonvia/avoid-creating...
2026-06-15 Sarah Hoffmannmove initial word statistics update into tokenizer...
2026-06-13 Sarah HoffmannMerge pull request #4128 from lonvia/use-create-table...
2026-06-13 Sarah Hoffmannpreserve constraints when recreating the word table
2026-06-13 Sarah HoffmannMerge pull request #4127 from lonvia/fix-isdigit
2026-06-12 Sarah Hoffmannuse isdecimal() instead of isdigit() when converting...
2026-06-12 Sarah HoffmannMerge pull request #4126 from lonvia/cleanup-icu-tokeni...
2026-06-12 Sarah Hoffmannremove use of postcode analyser
2026-06-12 Sarah Hoffmannremove last traces of token_normalized_postcode() function
2026-06-10 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2026-06-09 Sarah HoffmannMerge pull request #4122 from lonvia/more-type-aliases
2026-06-09 Sarah Hoffmannremove typing workaround for Python < 3.9
2026-06-09 Sarah Hoffmannadd type alias for sanitizer main function
2026-06-09 Sarah Hoffmannadd type alias for PlaceName lists
2026-06-09 Sarah HoffmannMerge pull request #4121 from lonvia/improve-regex...
2026-06-08 Sarah Hoffmannstrip replaced phrases
2026-06-08 Sarah Hoffmannmake sure 'replacements' exists and is of right type
2026-06-08 Sarah Hoffmannimprove documentation and mention required 'replacement...
2026-06-08 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2026-06-08 Sarah HoffmannMerge pull request #4116 from AyushDharDubey/issue_4080...
2026-06-07 Sarah HoffmannMerge pull request #4119 from lonvia/improve-housenumbe...
2026-06-05 Ayush Dhar Dubeyfix: exclude area pcs from csv import
2026-06-05 Ayush Dhar Dubeyupdate pc geom logic in postcode search
2026-06-05 Ayush Dhar Dubeyadd support for external postcode geometry
2026-06-05 Ayush Dhar Dubeyadd is_area in location_postcodes
2026-06-05 Sarah HoffmannMerge pull request #4114 from BHARATH0153/feat/country...
2026-06-04 BHARATH0153refactor: add SanitizerRules alias, use dict, deduplica...
2026-06-03 BHARATH0153Fix mypy no-redef: rename country_rules module variable
2026-06-03 BHARATH0153feat: add support for country-specific sanitizers
2026-05-31 Sarah HoffmannMerge pull request #4109 from lonvia/fuzzy/move-sanitiz...
2026-05-30 Sarah Hoffmannbetter naming for sanitized names
2026-05-30 Sarah Hoffmannmove documention for query processing into separate...
2026-05-30 Sarah Hoffmannmove query preprocessing out of ICU tokenizer
2026-05-29 Sarah Hoffmannmove sanitzier processing out of tokenizer
2026-05-29 Sarah Hoffmannmove sanitized names into PlaceInfo
2026-05-29 Sarah HoffmannMerge pull request #4108 from lonvia/reverse-area-race
2026-05-29 Sarah Hoffmannmove sanitizer creation out of ICURuleLoader
2026-05-29 Sarah Hoffmannrefactor index runner to remove analyzer dependency
2026-05-29 Sarah Hoffmannreverse: do not jump to POI nodes with different house...
2026-05-29 Sarah Hoffmannreverse: make sure smaller POI area is returned when...
2026-05-29 Sarah HoffmannMerge pull request #4103 from lonvia/ignore-non-languag...
2026-05-26 Sarah Hoffmannslightly optimise suffix matching
2026-05-26 Sarah Hoffmannadd new suffix-ignore parameter to language tagging...
2026-05-26 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2026-05-25 Sarah HoffmannMerge pull request #4101 from Itz-Agasta/artificial...
2026-05-24 Itz-AgastaPreserve postcode index usage for postcode refs
2026-05-23 Itz-AgastaAdd dedicated postcode param, stable IDs, normalised...
2026-05-22 Sarah HoffmannMerge pull request #4099 from Janjko/master
next