]> git.openstreetmap.org Git - nominatim.git/history - sql
clean up docs for lookup call
[nominatim.git] / sql /
2018-08-08 Sarah Hoffmannfixup use of indexes for latest reverse changes
2018-08-05 Sarah HoffmannMerge pull request #1111 from lonvia/remove-postcode...
2018-08-05 Sarah HoffmannDo not have postcode node appear in addresses directly
2018-08-04 Sarah HoffmannMerge pull request #1110 from lonvia/remove-address...
2018-08-04 Sarah HoffmannMerge pull request #1126 from lonvia/improve-country...
2018-08-04 Sarah Hoffmannimprove place node search when no areas found
2018-08-02 Sarah HoffmannMerge pull request #1095 from estadtherr/remote_postgres_pr
2018-08-01 Sarah Hoffmannprefix function calls in make_standard_name() with...
2018-07-22 Sarah HoffmannRemove special search for address part for long ways
2018-07-21 Eric StadtherrWork on setup/update scripts, unit tests, and documenta...
2018-07-06 Sarah HoffmannMerge branch 'geojson-output' of https://github.com...
2018-07-02 Sarah Hoffmannupdate indexes for new reverse algorithm
2018-07-02 Sarah HoffmannMerge branch 'better-reverse' of https://github.com...
2018-06-28 Unknownedited indices an setup file to grant select for table...
2018-06-27 Sarah Hoffmannincrease search radius when looking for addr:place...
2018-06-27 gemo1011fixed syntax error
2018-06-27 gemo1011GRANT SELECT ON Table country_osm_grid
2018-06-27 gemo1011updated indices for reverse geocoding
2018-06-13 Sarah Hoffmannnearest place search should match any of given tokens...
2018-05-04 Sarah HoffmannMerge pull request #1032 from mtmail/tests-for-debughtml
2018-05-04 Sarah HoffmannMerge pull request #1029 from lonvia/streamline-sql
2018-05-01 Sarah Hoffmannstreamline SQL for parenting rank 30 places
2018-05-01 Sarah Hoffmannadapt reverse index to changed reverse query
2018-04-26 Sarah HoffmannMerge pull request #1024 from lonvia/reduce-address...
2018-04-18 Sarah HoffmannMerge pull request #977 from lonvia/fix-byteswap-check
2018-04-16 Sarah Hoffmannremove search_name_country table
2018-04-16 Sarah Hoffmannremove now unused getNearestNamedRoadFeature() function
2018-04-16 Sarah Hoffmannremove debug code
2018-04-16 Sarah Hoffmannremove use of is_in terms for address computation
2018-04-16 Sarah Hoffmannremove special search for Tiger postcodes
2018-04-16 Sarah Hoffmannfix variable name
2018-04-15 Sarah Hoffmannadd tests for address tag parsing for search name
2018-04-15 Sarah Hoffmannrestrict addr:* tags that are used for search term
2018-03-16 Sarah Hoffmannincrease search radius for named streets in addresses
2018-02-12 Sarah Hoffmannreimport boundaries from scratch when type is changed
2017-12-17 Sarah Hoffmannadd function to recalculate counts for full-word search...
2017-12-16 Sarah Hoffmannwhen linking waterway ways and relations allow all...
2017-10-28 Sarah Hoffmannprecomputed postcodes must use dedicated import function
2017-10-28 Sarah HoffmannMerge pull request #842 from mtmail/updated-tiger-count...
2017-10-27 Sarah HoffmannMerge branch 'fix-map-on-details-page' of https://githu...
2017-10-27 Sarah Hoffmannignore linked places for address details
2017-10-12 Sarah Hoffmanntake country names only from relations
2017-10-03 Sarah HoffmannMerge pull request #803 from lonvia/update-postcodes
2017-10-03 Sarah Hoffmannadd script for updating postcodes
2017-09-16 Sarah HoffmannMerge pull request #782 from lonvia/rework-postcodes
2017-08-31 Sarah Hoffmannincrease search rank of leisure=park
2017-08-19 Sarah Hoffmannnormalize all postcodes before use
2017-08-19 Sarah Hoffmannsimplify search for artificial postcodes
2017-08-19 Sarah Hoffmannspecial handling for estimated postcode in areas
2017-08-19 Sarah Hoffmannfix postcode-related tests
2017-08-19 Sarah Hoffmanninclude GB CodePoint data into location_postcode table
2017-08-19 Sarah Hoffmannimprove calculation of postcode for interpolations
2017-08-19 Sarah Hoffmannmerging back postcodes is no longer necessary
2017-08-19 Sarah Hoffmannadd search for postcode
2017-08-19 Sarah Hoffmannfix typo
2017-08-19 Sarah Hoffmannadd postcodes as special items in word table
2017-08-19 Sarah Hoffmannmake sure postcode gets recomputed on update
2017-08-19 Sarah Hoffmannuse only computed postcode when getting address
2017-08-19 Sarah Hoffmannremove unused get_address_postcode function
2017-08-19 Sarah Hoffmannnormalize postcodes before adding to location tables
2017-08-19 Sarah Hoffmannprecompute postcodes
2017-08-19 Sarah Hoffmannadd postcode to location_area tables
2017-08-19 Sarah Hoffmannremove unused loaddata file
2017-08-19 Sarah Hoffmannreplace AddGeometryColumn() functions
2017-08-19 Sarah Hoffmannremove now useless getNearestPostcode function
2017-08-19 Sarah Hoffmannadd indexing of artificial postcodes
2017-08-19 Sarah Hoffmannadd new location_postcode table
2017-08-14 Sarah Hoffmannfix syntax typo
2017-06-15 Sarah Hoffmannadd extensive debug messages for placex
2017-06-07 Sarah HoffmannIgnore postcodes with comma and semicolon when computin...
2017-06-07 Sarah Hoffmannrestrict linked places to place nodes
2017-06-06 Sarah Hoffmannforce update of linker when linkee is updates
2017-06-06 Sarah HoffmannRemove boundries when downgrading from polygon to line
2017-06-05 Sarah HoffmannRevert "use "char" type when refering to osm_type column"
2017-06-05 Sarah HoffmannMerge pull request #742 from lonvia/compare-normalized
2017-06-04 Sarah Hoffmannadd normalized version of special search terms on import
2017-06-04 Sarah Hoffmannuse "char" type when refering to osm_type column
2017-05-31 Sarah HoffmannMerge pull request #739 from lonvia/max-importance
2017-05-30 Sarah Hoffmannwhen linking places compute maximum importance
2017-05-26 Sarah HoffmannMerge pull request #734 from lonvia/use-pyosmium-for...
2017-05-25 Sarah Hoffmannswitch from osmosis to pyosmium for updates
2017-04-23 Sarah Hoffmannremove another use of place.country_code
2017-04-22 Sarah HoffmannMerge branch 'roques-tetris'
2017-04-20 Sarah HoffmannMerge branch 'tetris' of https://github.com/roques...
2017-04-19 Christian von Roquesuse SMALLINT for ranks and partition; reorder columns...
2017-04-18 Sarah Hoffmannalso use address column for word count computation
2017-04-18 Christian von Roquesexplicitly name columns at INSERT
2017-04-13 Sarah HoffmannMerge pull request #700 from lonvia/structured-address...
2017-04-09 Sarah Hoffmannuse centroid for near feature search on rank 30
2017-04-09 Sarah Hoffmannfix operator precedence for hstore
2017-04-08 Sarah Hoffmannremove street and addr_place columns in placex
2017-04-08 Sarah HoffmannRemove street and addr_place from location_property_osmline
2017-04-08 Sarah Hoffmannadapt more BDD tests to hstore
2017-04-08 Sarah Hoffmannfix DB bd tests for address hstore
2017-04-08 Sarah Hoffmannintroduce address column for place tables
2017-03-30 Sarah Hoffmannabort osmline update correctly when way nodes are missing
2017-03-27 Sarah HoffmannMerge pull request #690 from ImreSamu/fix_install_sql_w...
2017-03-26 ImreSamufix sql warnings
2017-03-19 Sarah HoffmannMerge pull request #671 from mtmail/html-view-use-geojs...
2017-03-19 Sarah HoffmannMerge pull request #669 from lonvia/address-part-on...
next