]> git.openstreetmap.org Git - nominatim.git/history - nominatim
add support for postcompile literals in debug output
[nominatim.git] / nominatim /
2023-07-06 Sarah Hoffmannadd support for postcompile literals in debug output
2023-07-06 Sarah Hoffmannfix SRID handling in Geometry type
2023-07-06 Sarah Hoffmannavoid lookup via partials on frequent words
2023-07-04 Sarah Hoffmannadd a small penalty to lookups in address vectors
2023-07-03 Sarah HoffmannMerge pull request #3101 from lonvia/custom-geometry...
2023-07-02 Sarah Hoffmannmake types compatible with older Python versions
2023-07-01 Sarah Hoffmannalways run function update on migrations
2023-07-01 Sarah Hoffmannfix linting issues
2023-07-01 Sarah Hoffmannreplace regexp_match with generic op() functions
2023-07-01 Sarah Hoffmannreplace CASE construct with plpgsql function
2023-07-01 Sarah Hoffmannband-aid for SQLAlchemy 1.4
2023-07-01 Sarah Hoffmannmove search to bind parameters
2023-07-01 Sarah Hoffmannswitch reverse() to new Geometry datatype
2023-07-01 Sarah Hoffmannintroduce slim Geometry database type
2023-06-30 Sarah HoffmannMerge pull request #3099 from lonvia/determine-place...
2023-06-30 Sarah Hoffmannalso switch legacy tokenizer to new street/place choice...
2023-06-30 Sarah Hoffmannfix optional string representation or repr(PlaceName)
2023-06-30 Sarah Hoffmannuse information from tokenizer to determine street...
2023-06-22 Sarah HoffmannMerge pull request #3094 from lonvia/fix-failing-bdd...
2023-06-22 Sarah HoffmannMerge pull request #3090 from mtmail/check-database...
2023-06-22 Sarah Hoffmannbdd: fix faking HTTP headers for python web frameworks
2023-06-22 mtmailMerge branch 'osm-search:master' into check-database...
2023-06-22 Sarah Hoffmannmove text normalization into extra function
2023-06-22 Sarah HoffmannMerge pull request #3093 from lonvia/remove-sanic
2023-06-21 Marc Tobiascheck-database on frozen db shouldnt recommend indexing
2023-06-21 Sarah Hoffmannuse in operator for enum tests
2023-06-21 Sarah Hoffmannremove useless check
2023-06-21 Sarah Hoffmannremove support for sanic framework
2023-06-21 Sarah HoffmannMerge pull request #3045 from biswajit-k/taginfo
2023-06-20 Sarah HoffmannMerge pull request #3091 from lonvia/fix-postcode-search
2023-06-20 Sarah Hoffmannavoid fallback country lookup when places are excluded
2023-06-20 Sarah Hoffmannallow empty parts in excluded_place_id
2023-06-20 Sarah Hoffmannfix header name for browser languages
2023-06-20 Sarah Hoffmanntweak postcode search
2023-06-20 Sarah Hoffmannuse string representation when dumping variables
2023-06-20 Sarah Hoffmannfix debug output for searches
2023-06-19 Sarah HoffmannMerge pull request #3086 from lonvia/close-connection...
2023-06-19 Sarah HoffmannMerge pull request #3087 from lonvia/conditional-spgist
2023-06-19 Sarah HoffmannMerge pull request #3085 from lonvia/allow-brackets...
2023-06-19 Sarah Hoffmannclose DB connection when waiting for next update cycle
2023-06-19 Sarah Hoffmanndo not fail php script generation when curly braces...
2023-06-13 Sarah Hoffmanndisable SPGist for PostgreSQL < 11
2023-05-27 Sarah HoffmannMerge pull request #3067 from lonvia/python-search-api
2023-05-26 Sarah Hoffmannmake code backwards-compatible with older Python versions
2023-05-26 Sarah Hoffmannfix new linting warning
2023-05-26 Sarah Hoffmannfix various failing BDD tests
2023-05-26 Sarah Hoffmannadd support for search by houenumber
2023-05-26 Sarah Hoffmannignore name rankings without variants
2023-05-26 Sarah Hoffmannproperly close connections when shutting down starlette
2023-05-26 Sarah Hoffmannfix geocodejson address assignment
2023-05-26 Sarah Hoffmannadd server fronting for search endpoint
2023-05-26 Sarah Hoffmannadd timestamps to HTML debug output
2023-05-24 Sarah Hoffmannmingle names from linked places into results
2023-05-24 Sarah Hoffmannswitch CLI search command to python implementation
2023-05-24 Sarah Hoffmannmake localisation of results explicit
2023-05-24 Sarah Hoffmannadd API functions for search functions
2023-05-24 Sarah Hoffmannimplement actual database searches
2023-05-23 Sarah Hoffmannimplement search builder
2023-05-22 Sarah Hoffmannimplement token assignment
2023-05-22 Sarah Hoffmannadd query analyser for legacy tokenizer
2023-05-22 Sarah Hoffmannadd factory for query analyzer
2023-05-22 Sarah Hoffmannquery analyzer for ICU tokenizer
2023-05-21 Sarah Hoffmannadd data structure for tokenized query
2023-05-19 Sarah HoffmannMerge pull request #3064 from lonvia/clicmd-debug-output
2023-05-18 Sarah Hoffmannenable debug output on command line
2023-05-18 Sarah HoffmannMerge pull request #3063 from lonvia/variable-parameters
2023-05-18 Sarah Hoffmannfix use of subquery in reverse
2023-05-18 Sarah Hoffmannmove zoom_to_rank computation to extra file
2023-05-18 Sarah HoffmannMerge pull request #3062 from lonvia/enable-psycopg
2023-05-18 Sarah Hoffmannswitch API parameters to keyword arguments
2023-05-18 Sarah Hoffmannenable API use with psycopg 3
2023-05-08 Sarah HoffmannMerge pull request #3050 from mtmail/tiger-check-if...
2023-05-08 Marc Tobiaswhen adding Tiger data, check first if database is...
2023-04-11 Sarah HoffmannMerge pull request #3006 from biswajit-k/generalize...
2023-04-03 Sarah HoffmannMerge pull request #3023 from lonvia/lookup-api
2023-04-03 Sarah Hoffmannswitch CLI lookup command to Python implementation
2023-04-03 Sarah Hoffmannadd lookup call to server glue
2023-04-03 Sarah Hoffmannrename lookup() API to details and add lookup call
2023-04-03 Sarah Hoffmannpython lookup: add function for simple lookups
2023-04-03 Sarah Hoffmannpython lookup: factor out finding in tables into own...
2023-04-01 biswajit-kgeneralize filter for sanitizers
2023-03-31 Sarah HoffmannMerge pull request #3019 from lonvia/add-data-postproce...
2023-03-31 Sarah Hoffmanncall osm2pgsql postprocessing flush_deleted_places...
2023-03-31 Sarah HoffmannMerge pull request #3020 from lonvia/reverse-api
2023-03-30 Sarah Hoffmannlimit results for country lookup
2023-03-30 Sarah Hoffmannadd BDD tests for new layers parameter
2023-03-29 Sarah Hoffmannpython reverse: add support for point geometries in...
2023-03-28 Sarah Hoffmannadd wsgi entry point for falcon server
2023-03-28 Sarah Hoffmannadd wsgi entry point for starlette
2023-03-28 Sarah Hoffmannignore broken data in interpolation table
2023-03-28 Sarah Hoffmanndisable prepared statements
2023-03-26 Sarah Hoffmannswitch reverse CLI command to Python implementation
2023-03-26 Sarah Hoffmannmake sure PHP and Python reverse code does the same
2023-03-25 Sarah Hoffmannadd server glue for reverse API call
2023-03-25 Sarah Hoffmannadd output formatters for ReverseResults
2023-03-24 Sarah Hoffmannignore NotImplementedErrors when compiling SQL
2023-03-24 Sarah Hoffmannfactor out layer checks in reverse function
2023-03-23 Sarah Hoffmannpython: implement reverse lookup function
2023-03-23 Sarah Hoffmannadd python implementation of reverse
2023-03-23 Sarah Hoffmannapi: make details parameter optional
next