]> git.openstreetmap.org Git - nominatim.git/shortlog
nominatim.git
2017-10-08 Sarah Hoffmannadd function to convert array to SQL
2017-10-08 Sarah Hoffmannuse SearchDescription class in query loop
2017-10-07 Sarah Hoffmannmove initial search setup to new class type
2017-10-07 Sarah Hoffmannadd new class for searches
2017-10-07 Sarah Hoffmanndrop searches with excluded country codes earlier
2017-10-07 Sarah Hoffmannremove code for dropping address terms
2017-10-06 Sarah Hoffmannfix variable names
2017-10-06 Sarah Hoffmannfurther restrict use of partial terms in names
2017-10-06 Sarah Hoffmannhousenumbers may only appear before or after the name
2017-10-06 Sarah Hoffmannpenalize search order where a country comes first
2017-10-06 Sarah Hoffmannallow postcodes and housenumbers together
2017-10-05 Sarah Hoffmannsanitize special search term before normalizing
2017-10-04 Sarah Hoffmannfix postcode search
2017-10-04 Sarah Hoffmannonly allow either postcode or special search
2017-10-04 Sarah Hoffmannuse correct source for radius column in debug view
2017-10-03 Sarah Hoffmanntests: more coverage for all API endpoints
2017-10-03 Sarah HoffmannMerge pull request #803 from lonvia/update-postcodes
2017-10-03 Sarah Hoffmannadd script for updating postcodes
2017-10-03 Sarah Hoffmannmove psqlRunScript implementation into cmd lib
2017-10-03 Sarah Hoffmanntest: remove road-fallback test from db tests
2017-10-03 Sarah Hoffmannfix search for postcode via structured query
2017-10-02 Sarah Hoffmannmore coverage tests for Geocode.php
2017-10-02 Sarah Hoffmannremove unnecessary size check
2017-10-02 Sarah Hoffmannbe more strict with searches involving house numbers
2017-10-02 Sarah Hoffmannavoid unnecessary SQL when rechecking rank restrictions
2017-10-02 Sarah Hoffmannfix viewbox related test
2017-10-01 Sarah Hoffmanndocs: clarify how to run pip install
2017-10-01 Sarah Hoffmannorder of viewbox coordinates does not matter
2017-10-01 Sarah HoffmannMerge pull request #802 from mtmail/coordinate-extract...
2017-09-30 Sarah Hoffmannskip output of lat/lon in debug when no near point...
2017-09-30 Sarah Hoffmannfix index when rechecking postcode name
2017-09-30 Sarah Hoffmannreturn unchanged term if normalizer was not found
2017-09-21 marc tobiasNearPoint::extractFromQuery - greedy-match optional...
2017-09-19 Sarah Hoffmannmore API tests (mostly for user errors)
2017-09-19 Sarah Hoffmannenable coverage also for tests with HTTP errors
2017-09-19 Sarah HoffmannMerge pull request #798 from mtmail/coordinate-extract...
2017-09-19 marc tobiasfix to NearPoint::extractFromQuery handling first minus...
2017-09-18 Sarah Hoffmannfix handling of near queries with special search
2017-09-18 Sarah Hoffmannfix display of nearpoint in debug view
2017-09-18 Sarah Hoffmannreinstate key-value amenity search
2017-09-17 Sarah Hoffmannmore API tests for code coverage
2017-09-17 Sarah Hoffmannimprove code coverage documentation
2017-09-17 Sarah Hoffmannreduce message frequency during indexing
2017-09-17 Sarah Hoffmannsetup: bail out earl when something is wrong with nomin...
2017-09-17 Sarah Hoffmannsetup: error out when web site user does not exist
2017-09-17 Sarah Hoffmannrun psql in quiet mode unless 'verbose' is enabled
2017-09-17 Sarah Hoffmanntimestamp info message and repeat warnings at end
2017-09-16 Sarah Hoffmanndocs: add more requirements for running tests
2017-09-16 Sarah HoffmannMerge pull request #782 from lonvia/rework-postcodes
2017-09-06 Sarah HoffmannREADME: point to release instalation instructions
2017-08-31 Sarah Hoffmannincrease search rank of leisure=park
2017-08-29 Sarah Hoffmanncheck that replication URL points to a repo of OSM...
2017-08-21 Sarah Hoffmannfurther restrict results for <postcode>, <term>
2017-08-20 Sarah Hoffmanntests: add new admin scene
2017-08-19 Sarah Hoffmannfixup tests
2017-08-19 Sarah Hoffmannenable details view for artificial postcodes
2017-08-19 Sarah Hoffmannfix subqueries when getting details for postcodes
2017-08-19 Sarah Hoffmannthrow away searches with two postcodes
2017-08-19 Sarah Hoffmannadd simple tests for postcode import
2017-08-19 Sarah Hoffmannadapt scene generation tool to newest libosmium
2017-08-19 Sarah Hoffmannmove adding postcodes to word table to calculation...
2017-08-19 Sarah Hoffmannadd migration path for postcodes
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 more tests
2017-08-19 Sarah Hoffmannfix API tests wrt postcodes
2017-08-19 Sarah Hoffmannfix postcode-related tests
2017-08-19 Sarah Hoffmannremove lat/lon check for search terms
2017-08-19 Sarah Hoffmannrequire postcodes to match exactly in normalised form
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 Hoffmannmove postcode indexing to end of setup
2017-08-19 Sarah Hoffmanntake postcode into account for other searches
2017-08-19 Sarah Hoffmannimmediately drop searches where requested country code...
2017-08-19 Sarah Hoffmanntake address part into account in postcode search
2017-08-19 Sarah Hoffmannmerging back postcodes is no longer necessary
2017-08-19 Sarah Hoffmannadd search for postcode
2017-08-19 Sarah Hoffmannmove postcodes into special operation for Searches
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 Hoffmannshow address tags and postcode in details
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-08-13 Sarah Hoffmannprepare for release 3.0.1 v3.0.1
2017-07-26 Sarah HoffmannMerge pull request #779 from lonvia/update-osm2pgsql
2017-07-26 Sarah HoffmannMerge pull request #776 from lonvia/vagrant-fix-country...
2017-07-26 Sarah Hoffmannupdate osm2pgsql
2017-07-23 Sarah HoffmannMerge pull request #778 from woodpeck/patch-1
2017-07-21 Frederik RammMention explicitly that Osmosis is not required.
next