mapnik/plugins/input/postgis
Toby Collett ac09541243 Use shared pointer reference count to track pools
By using the shared pointer reference count to track the connections
in the connection pool we no longer have to explicitly return them
to the pool.

This resolves an issue where cursor feature sets were returning their
connections before they were done with them, causing a potential race
with another connection user.
2013-04-29 20:33:57 +00:00
..
build.py refactor expression and value type usage to speed up compile time 2013-01-08 14:17:31 -08:00
connection.hpp Fix postgresql connection leaks 2013-03-15 10:34:22 +01:00
connection_manager.hpp cleanup unused code 2012-11-28 18:20:09 -08:00
cursorresultset.hpp - no need to #ifdef all the time: the compiler should optimize out the log calls when no MAPNIK_LOG is defined 2012-04-09 12:05:49 +02:00
postgis_datasource.cpp Use shared pointer reference count to track pools 2013-04-29 20:33:57 +00:00
postgis_datasource.hpp refactor expression and value type usage to speed up compile time 2013-01-08 14:17:31 -08:00
postgis_featureset.cpp fix handling of null values for feature id in sqlite/postgis input - closes #1817 2013-04-17 15:34:21 -07:00
postgis_featureset.hpp fixup includes and value type and params usage across plugins 2013-01-04 09:23:06 -08:00
resultset.hpp implement new debug system 2012-04-08 02:20:56 +02:00