]> git.openstreetmap.org Git - nominatim.git/history - lib-sql/functions
remove dead code
[nominatim.git] / lib-sql / functions /
2021-06-18 Sarah Hoffmannmake sure old data gets deleted on place type change
2021-06-17 Sarah Hoffmannupdate postcode in place if it already exists
2021-06-17 Sarah HoffmannMerge pull request #2369 from lonvia/exclude-poi-from...
2021-06-16 Sarah HoffmannMerge pull request #2360 from AntoJvlt/postcodes-place...
2021-06-12 AntoJvltAlways delete old placex entry for type=postcode when...
2021-06-09 AntoJvltHandle postcode type change in place insert trigger
2021-06-09 AntoJvltUse place instead of placex to compute postcodes
2021-05-26 Sarah Hoffmannalways compute guessed postcode for POIs from centroid
2021-05-03 Sarah HoffmannMerge pull request #2305 from lonvia/tokenizer
2021-04-30 Sarah Hoffmannremove debug code
2021-04-30 Sarah Hoffmannuse address tokens in SQL
2021-04-30 Sarah Hoffmannmove postcode normalization into tokenizer
2021-04-30 Sarah Hoffmannmove houseunumber handling to tokenizer
2021-04-30 Sarah Hoffmannmove name token creation into tokenizer
2021-04-30 Sarah Hoffmannintroduce index for finding surrounding buildings
2021-04-30 Sarah Hoffmannintroduce external processing in indexer
2021-04-30 Sarah Hoffmannmove word table and normalisation SQL into tokenizer
2021-04-30 Sarah HoffmannMerge pull request #2303 from lonvia/remove-aux-support
2021-04-30 Sarah Hoffmannremove support for AUX housenumber tables
2021-04-19 Sarah HoffmannMerge pull request #2284 from lonvia/cleanup-word-frequ...
2021-04-19 Sarah Hoffmannsimplify token precomputation
2021-04-19 Sarah HoffmannMerge pull request #2281 from changpingc/changping...
2021-04-15 Sarah HoffmannMerge pull request #2263 from AntoJvlt/special-phrases...
2021-04-15 Sarah HoffmannMerge pull request #2270 from lonvia/simplify-place...
2021-04-14 Sarah Hoffmannsimplify name matching between boundary and place node
2021-04-10 Sarah HoffmannMerge pull request #2252 from darkshredder/code-coverage
2021-04-05 Sarah HoffmannMerge pull request #2250 from lonvia/save-transliterate...
2021-04-04 Sarah Hoffmannuse new transliteration in initial housenumber word...
2021-04-04 Sarah Hoffmanncorrectly handle housenumber lists
2021-04-04 Sarah Hoffmannmove transliteration of housenumbers into indexing
2021-04-04 Sarah Hoffmannreturn housenumbers always from address field
2021-03-23 AntoJvltIntroduction of PyICU for transliteration in python...
2021-03-20 AntoJvltPorted functions for the import of special phrases...
2021-03-04 Sarah HoffmannMerge pull request #2197 from lonvia/use-jinja-for...
2021-03-03 Sarah Hoffmannintroduce jinja2 for preprocessing SQL
2021-02-12 Sarah HoffmannMerge pull request #2164 from lonvia/add-make-install
2021-02-09 Sarah Hoffmannrename sql directory to lib-sql