mapnik/plugins/input/postgis
Artem Pavlenko aa0e17afd1 + check cached connection status before returning.
if PQstatus(conn) == CONNECTION_BAD attempt to
  create a new one
+ expose "conect_timeout" PG connection parameter
  default to 4 sec
+ throw mapnik::datasource exception if connection
  is 'bad' in mapnik::features(..)
2010-07-02 11:42:35 +00:00
..
connection.hpp postgis: allow for altering the default behavior of keeping open postgresql connections until the whole process ends - when 'persist_connection' = false new connections will be opened and closed for each datasource instance. (closes #434) 2009-10-14 04:21:46 +00:00
connection_manager.hpp + check cached connection status before returning. 2010-07-02 11:42:35 +00:00
cursorresultset.hpp + apply PostgisImprovements.diff (rcoup) for record_limit and cursur_size support (#140) 2009-02-05 17:41:44 +00:00
Makefile.am wrong header names -> make dist failed 2009-04-05 07:49:23 +00:00
postgis.cpp + check cached connection status before returning. 2010-07-02 11:42:35 +00:00
postgis.hpp + remove forward decl of transcoder (using mapnik::transcoder) is 2010-06-18 15:38:44 +00:00
postgisfs.cpp merge a few small 0.7 branch changes back into trunk 2010-01-11 00:36:51 +00:00
resultset.hpp + apply PostgisImprovements.diff (rcoup) for record_limit and cursur_size support (#140) 2009-02-05 17:41:44 +00:00
SConscript + enanble installation of mapnik2 side by side with mapnik 2010-03-17 21:03:02 +00:00