8000 Tags · pnorman/osm2pgsql · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: pnorman/osm2pgsql

Tags

0.87.1

Toggle 0.87.1's commit message
Release 0.87.1

0.87.1 is a development release. Changes since 0.87.0 include
fixes to expire list generation, multi-backend documentation,
memory leaks, and conversions of code in a legacy C style to a
more modern C++ style.

0.87.0

Toggle 0.87.0's commit message
Release 0.87.0

0.87.0 is a development release and includes the conversion of osm2pgsql from C to C++. This adds boost to the dependencies and requires a `make distclean` if there are old C-based files present.

Also new is the multi-backend, a new feature which allows a seperation between the middle tables and output tables into different databases.

0.86.0

Toggle 0.86.0's commit message
Release 0.86.0

The main new feature in this version is a complete documentation rewrite.

There have been numerious minor bug fixes, test coverage expansion, and small nominatim changes.

0.84.0

Toggle 0.84.0's commit message
Release osm2pgsql 0.84.0

0.82.0

Toggle 0.82.0's commit message
Release version 0.82.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

Da
7C86
tabases 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