About Windows Support
Important!
- The Windows version of PostgreSQL includes PostGIS as an optional component.
- Because PostgreSQL is released on a different schedule from PostGIS, the PostGIS component in the official PostgreSQL Windows installer is often older than the PostGIS available here.
- If you want the latest PostgreSQL and the latest PostGIS at the same time, install PostgreSQL without PostGIS. Then get the PostGIS installer from here and install it seperately.
PostGIS Installers
Current Version: PostGIS 1.3.3
This release includes the following:
- GEOS 3.0.0
- PROJ 4.6.0 including proj-datumshift-1.3.zip
- libiconv support for shapefile loader (shp2pgsql)
- PostGIS documentation as a single HTML file
- PostGIS JDBC driver with HTML documentation
- Experimental topology support
For PostgreSQL 8.3 Users
PostGIS is now included as part of the new PostgreSQL StackBuilder architecture. The latest version can be installed by going to Start -> Programs -> PostgreSQL 8.3 -> Application Stack Builder. Select your PostgreSQL installation from the list and then click "Next". The latest version of PostGIS will appear under the "Spatial Extensions" category.
For PostgreSQL 8.2 Users
- PostGIS 1.3.3 release for PostgreSQL 8.2 (inc. GEOS 3.0.0/PROJ 4.6.0 ~3.5Mb)
If you installed PostGIS 1.1.6/1.1.7 as part of the PostgreSQL windows installer you must remove it first. Start the PostgreSQL install program and select Modify to remove the PostGIS installation.
If you already were using PostGIS 1.1.6/1.1.7 you will need to perform a "soft upgrade" on the existing 1.1.x tables and functions. See the documentation for more information about the upgrade process.
For PostgreSQL 8.1 Users
- PostGIS 1.3.3 release for PostgreSQL 8.1 (inc. GEOS 3.0.0/PROJ 4.6.0 ~3.5Mb)
If you installed PostGIS 1.0.4 as part of the PostgreSQL windows installer you must remove it first. Start the PostgreSQL install program and select Modify to remove the PostGIS installation.
If you already were using PostGIS 1.0.4 you will need to perform a "soft upgrade" on the existing 1.0.x tables and functions. See the documentation for more information about the upgrade process.
For PostgreSQL 8.0 Users
- PostGIS 1.3.3 release for PostgreSQL 8.0 (inc. GEOS 3.0.0/PROJ 4.6.0 ~3.5Mb)
The official PostgreSQL 8.0 installer included PostGIS 0.9.1 (a database dump and restore "hard upgrade" must be done in order to upgrade from 0.9.1). Please read the documentation for more information about the upgrade process.
NSIS Installer source files
The source code for the Windows NSIS installer is released under the GPL and may be of interest to people who wish to distribute their own versions of PostGIS. Please select which version of the source code you wish to download from the selection below: