Revisions of osm2pgsql
Dirk Stoecker (dstoecker)
committed
(revision 54)
Dirk Stoecker (dstoecker)
committed
(revision 53)
update
Dirk Stoecker (dstoecker)
committed
(revision 52)
update to 1.8.1
Predrag Ivanović (predivan)
accepted
request 912301
from
Predrag Ivanović (predivan)
(revision 51)
- Update to osm2pgsql-1.5.1 This is a bugfix release.. * When importing a planet file or a huge extract, something with more than about 1 billion nodes, the new RAM node location store could overflow a 32bit "offset" value which meant that the node locations would not be found again. The result were missing features, because osm2pgsql just ignores features with geometries that can not be built due to missing node locations. * Osm2pgsql creates temporary tables as UNLOGGED to get better performance. We fixed a bug where non-temporary output tables were also created as UNLOGGED (when clustering was disabled.) * In the flex output table columns marked create_only are now only created in final tables, not temporary tables. This avoids some problems, for instance when using columnn type SERIAL. * Make the input data check more strict: Two versions of same object are not allowed in the input. * Remove IMMUTABLE volatility classification from validity check trigger function. * Make the directory where the config file is available in the flex output through the osm2pgsql.config_dir global Lua variable.
Bruno Friedmann (bruno_friedmann)
accepted
request 906813
from
Predrag Ivanović (predivan)
(revision 50)
- Update to osm2pgsql-1.5.0 * This release contains a rewrite of the code used to temporarily store OSM data in memory while processing the data in non-slim mode, i.e. when you import data without --slim. It now uses much less memory. Other changes: * The multi output which was marked as deprecated in the last versions has now been removed. * New cluster table option in the flex config file which allows you to disable clustering of the table data by geometry. * Do not try to create indexes for flex output tables without id. * Added flex config example (attributes.lua) showing how to access OSM object attributes (such as timestamp, user name, etc.) from Lua. * Added a warning if --flat-nodes/-F is used in non-slim mode. * Report cache memory usage when running with --log-level=debug. * Report thread number in all log lines when --log-level=debug is set. * Use trigger to check geometry validity on first import instead of only doing this when copying the data for clustering. In the flex output this validity check is not used any more for point geometries because they are always valid anyway. - Package changes: * Use system RapidJSON and fmt libraries * Spec-cleaner run.
Martin Pluskal (pluskalm)
accepted
request 893431
from
Bruno Friedmann (bruno_friedmann)
(revision 49)
- Update to bugfix version 1.4.2 + Translate empty strings into NULL instead of 0.0 for columns of type double. + Consistently quote table names to handle upper case table prefixes correctly. + Avoid querying geometries in stage 2 of the flex output when expiry is disabled. + Fix syntax error in index creation with schema enabled. - Update to bugfix version 1.4.1 see https://github.com/openstreetmap/osm2pgsql/releases/tag/1.4.1 - Update to bugfix version 1.4.0 see https://github.com/openstreetmap/osm2pgsql/releases/tag/1.4.0 - Packaging renewed with spec-cleaner
Dirk Stoecker (dstoecker)
committed
(revision 48)
update to 1.3.0
Dirk Stoecker (dstoecker)
committed
(revision 47)
update
Dirk Stoecker (dstoecker)
committed
(revision 46)
update
Dirk Stoecker (dstoecker)
committed
(revision 45)
update
Dirk Stoecker (dstoecker)
committed
(revision 44)
fix build, update
Dirk Stoecker (dstoecker)
committed
(revision 43)
Dirk Stoecker (dstoecker)
committed
(revision 42)
Dirk Stoecker (dstoecker)
committed
(revision 41)
fix update
Dirk Stoecker (dstoecker)
committed
(revision 40)
update
Dirk Stoecker (dstoecker)
committed
(revision 39)
update
Dirk Stoecker (dstoecker)
committed
(revision 38)
Dirk Stoecker (dstoecker)
committed
(revision 37)
Dirk Stoecker (dstoecker)
committed
(revision 36)
Martin Pluskal (pluskalm)
committed
(revision 35)
- Update boost dependencies - Cleanup spec file and use common macros
Displaying revisions 1 - 20 of 54