X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/bb0c42e6381c167cb76a62d0966af65c6ca137ef..489653b6ede035e6648e77795a6673f2b258d67b:/ChangeLog diff --git a/ChangeLog b/ChangeLog index e58969f6..c604d596 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +3.5.2 + + * ensure that wikipedia tags are imported for all styles + * reinstate verbosity for indexing during updates + * make house number reappear in display name on named POIs + * introduce batch processing in indexer to avoid transaction ID overrun + * increase splitting for large geometries to improve indexing speed + * remove deprecated get_magic_quotes_gpc() function + * make sure that all postcodes have an entry in word and are thus searchable + * remove use of ST_Covers in conjunction woth ST_Intersects, + causes bad query planning and slow updates in Postgis3 + * update osm2pgsql + 3.5.1 * disable jit and parallel processing in PostgreSQL for osm2pgsql