3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Jul 17, 2025 — Jul 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
merge r26292 into 64bit branch (change by apmon to fetch multiple nodes at once) More... almost 15 years ago
fix default.style location, fixes #3457 More... about 15 years ago
fix insert_ways for 64bit, make counters 64bit More... about 15 years ago
osm2pgsql-64: convert another int to osmid_t More... about 15 years ago
osm2pgsql-64: fix memory corruption with 64 bit IDs in non-slim mode More... about 15 years ago
osm2pgsql-64: fix a couple of printf format strings More... about 15 years ago
Branch of osm2pgsql that does not use intarray. Unsure if it works with Postgres 8.3; does work with 8.4. Performance seems to be identical to original; this version can be compiled with -DOSMID64 (or #define OSMID64 in osmtypes.h) to support OSM IDs larger than a 4 byte integer. Using this option seems to increase database size by something like 10%, and not significantly affect speed. More... about 15 years ago
Add culvert,harbour,intermittent,population to be prepared for possible usage More... about 15 years ago
protobuf_c lib configure check fix More... over 15 years ago
proj lib configure check fix More... over 15 years ago
splitting LDFLAGS into LDFLAGS and LIBS in postgresql configure checks More... over 15 years ago
bzip2 configre check fix part 2 of 2 More... over 15 years ago
bzip2 configure check fix, part 1 of 2 More... over 15 years ago
trying to fix failing configure checks with mingw cross compile builds for windows More... over 15 years ago
osm2pgsql: fix typo s/librariy/library/ in configure macros More... over 15 years ago
Fix bug in hstore rework. More... over 15 years ago
Minor rework of hstore functionality: More... over 15 years ago
Set place=* to polygon. More... over 15 years ago
Add generator:source, tower:type, water More... over 15 years ago
fix tablespaces AGAIN. problem was that with no tablespaces specified, osm2pgsql would now always use pg_default even if a different default tablespace has been created for the database. More... over 15 years ago
temporarily de-activate non-working polygon error code More... over 15 years ago
populate extratags field More... over 15 years ago
Add addr:housename, brand, covered, denomination, surface, toll, wetland to default.style More... over 15 years ago
fix memory corruption when index tablespace name length != data tablespace name length More... over 15 years ago
who ever said you can CREATE TYPE on a TABLESPACE? More... over 15 years ago
* automatically turn fastupdate off on indexes if database version is 8.4 or greater * allow more fine-grained control over tablespaces with new options --tablespace-main-data, --tablespace-main-index, --tablespace-slim-data, and --tablespace-slim-index More... over 15 years ago
re-add debian subdirectory after numerous complaints. unsure what the best course of action is on this. simply loading new source into existing debian packages will often not be feasible. More... over 15 years ago
Add a few header files for people compiling under Ubuntu. geos-dev packages under Ubuntu seem to lack these, leading to compiler errors. Adding them in like this is not elegant but solves the problem... More... over 15 years ago
osm2pgsql: Document that the autoconf tools need a few more packages to be installed: autoconf automake libtool More... over 15 years ago
osm2pgsql: remove another debian reference, as per #3456. More... over 15 years ago