Nominatim/nominatim
Sarah Hoffmann 1db098c05d reinstate word column in icu word table
Postgresql is very bad at creating statistics for jsonb
columns. The result is that the query planer tends to
use JIT for queries with a where over 'info' even when
there is an index.
2021-07-28 11:31:47 +02:00
..
clicmd replace add-data function with native Python code 2021-07-26 10:41:37 +02:00
db convert word info column to json before copying 2021-07-28 11:31:47 +02:00
indexer use psycopg's SQL quoting where possible 2021-07-12 22:05:22 +02:00
tokenizer reinstate word column in icu word table 2021-07-28 11:31:47 +02:00
tools replace add-data function with native Python code 2021-07-26 10:41:37 +02:00
__init__.py add skeleton for new Nominatim executables 2021-01-12 10:17:28 +01:00
cli.py move add-data subcommand into a separate file 2021-07-25 18:14:12 +02:00
config.py remove default parameter for namedtuple 2021-07-06 22:57:42 +02:00
errors.py fix linting issues 2021-01-30 16:42:25 +01:00
version.py increase minimum version for PostgreSQL to 9.5 2021-07-19 10:21:19 +02:00