Skip to content

Tags: kkdd/osm2pgsql

Tags

0.84.0

Toggle 0.84.0's commit message
Release osm2pgsql 0.84.0

v0.82.0

Toggle v0.82.0's commit message
Release version 0.82.0

0.81.0

Toggle 0.81.0's commit message
[osm2pgsql] Enable 64bit IDs by default

Databases generated in 64bit and 32bit ID mode are not compatible with each other,
including applying diffs.

It is therefore necessary to reload the database to switch from 32bit ID mode to 64bit.

Also bump version number to 0.81.1

0.80.0

Toggle 0.80.0's commit message
rename osm2pgsql-64 to osm2pgsql. this is now the new default branch.

a define in osmtypes.h has been commented out so that it builds for 32bit IDs
by default. bumped version to 0.80. 
todo: add 32/64 bit distinction to build process

0.70.5

Toggle 0.70.5's commit message
* improved configure setup (including automake and libtool)

* support for different input readers besides libxml2 OSM XML parsing
* "primitive" XML parser integrated into the main binary
* OSM PBF parser

0.69

Toggle 0.69's commit message
bump version to 0.69

0.68

Toggle 0.68's commit message
osm2pgsql: Update code to use DROP TABLE IF EXISTS. This avoids error…

…s in the postgresql logs and requires postgresql-8.2+. Fixes ticket #2379. Update version to 0.68

0.67

Toggle 0.67's commit message
Update osm2pgsql version to 0.67, the previous change to planet_osm_n…

…odes in the previous commit may break things so a version bump is a good idea

0.66

Toggle 0.66's commit message
osm2pgsql 0.66: Allow final mod & output steps to run in parallel. Di…

…splay more information about final index creation steps. Fix bug which caused diff updates of multipolygon relations to leave some incorrect ways behind. Form polygons from boundary relations if the ways form a closed ring.

0.65

Toggle 0.65's commit message
osm2plsql: Use svnversion for version string. Update to version 0.65.…

… Fix compile warning about basename. Switch default error message to direct people at using --help instead of flooding them with all options