Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
America | 2013-12-07 | ||
US | 2013-12-07 | ||
Pacific | 2013-12-07 | ||
Mideast | 2013-12-07 | ||
Mexico | 2013-12-07 | ||
Indian | 2013-12-07 | ||
Europe | 2013-12-07 | ||
Etc | 2013-12-07 | ||
Chile | 2013-12-07 | ||
Canada | 2013-12-07 | ||
Brazil | 2013-12-07 | ||
Australia | 2013-12-07 | ||
Atlantic | 2013-12-07 | ||
Asia | 2013-12-07 | ||
Arctic | 2013-12-07 | ||
Antarctica | 2013-12-07 | ||
Africa | 2013-12-07 | ||
WET | 2013-12-07 | 1.9 kB | |
Zulu | 2013-12-07 | 118 Bytes | |
UTC | 2013-12-07 | 118 Bytes | |
W-SU | 2013-12-07 | 1.4 kB | |
UCT | 2013-12-07 | 118 Bytes | |
Universal | 2013-12-07 | 118 Bytes | |
Singapore | 2013-12-07 | 402 Bytes | |
Turkey | 2013-12-07 | 2.7 kB | |
ROC | 2013-12-07 | 724 Bytes | |
ROK | 2013-12-07 | 380 Bytes | |
PRC | 2013-12-07 | 405 Bytes | |
PST8PDT | 2013-12-07 | 2.3 kB | |
Portugal | 2013-12-07 | 3.4 kB | |
posixrules | 2013-12-07 | 3.5 kB | |
NZ | 2013-12-07 | 2.4 kB | |
NZ-CHAT | 2013-12-07 | 2.0 kB | |
Poland | 2013-12-07 | 2.7 kB | |
Navajo | 2013-12-07 | 2.4 kB | |
MST | 2013-12-07 | 118 Bytes | |
MST7MDT | 2013-12-07 | 2.3 kB | |
Libya | 2013-12-07 | 1.3 kB | |
MET | 2013-12-07 | 2.1 kB | |
Japan | 2013-12-07 | 331 Bytes | |
Kwajalein | 2013-12-07 | 211 Bytes | |
Israel | 2013-12-07 | 9.0 kB | |
Jamaica | 2013-12-07 | 481 Bytes | |
HST | 2013-12-07 | 119 Bytes | |
Iceland | 2013-12-07 | 1.1 kB | |
Iran | 2013-12-07 | 1.6 kB | |
Hongkong | 2013-12-07 | 1.2 kB | |
GMT-0 | 2013-12-07 | 118 Bytes | |
Greenwich | 2013-12-07 | 118 Bytes | |
GMT0 | 2013-12-07 | 118 Bytes | |
GMT+0 | 2013-12-07 | 118 Bytes | |
GB-Eire | 2013-12-07 | 3.7 kB | |
GMT | 2013-12-07 | 118 Bytes | |
Factory | 2013-12-07 | 255 Bytes | |
GB | 2013-12-07 | 3.7 kB | |
EST5EDT | 2013-12-07 | 2.3 kB | |
Egypt | 2013-12-07 | 1.9 kB | |
Eire | 2013-12-07 | 3.5 kB | |
EST | 2013-12-07 | 118 Bytes | |
CST6CDT | 2013-12-07 | 2.3 kB | |
EET | 2013-12-07 | 1.9 kB | |
Cuba | 2013-12-07 | 2.4 kB | |
CET | 2013-12-07 | 2.1 kB | |
Totals: 63 Items | 71.8 kB | 1 |
32-bit package for PostgreSQL-9.3.1:
This package contains a standalone PostgreSQL server entirely compiled using MinGW-w64's gcc-4.8.0. By default, this server setup is enhanced with two extensions: sqlite_fdw, www_fdw.
Note: If you want the server without the extensions, you can delete the following files / directories:
-
From the "./deps/" directory:
- libcurl-4.dll [related to www_fdw]
- libeay32.dll [related to www_fdw]
- libgcc_s_sjlj-1.dll [related to both]
- libiconv-2.dll [related to www_fdw]
- liblber.dll [related to ldap_fdw]
- libldap.dll [related to ldap_fdw]
- libmysql.dll [related to mysql_fdw]
- libsqlite3-0.dll [related to sqlite_fdw]
- libxml2-2.dll [related to www_fdw]
- ssleay32.dll [related to www_fdw]
-
From the "./lib/" directory:
- sqlite_fdw.dll [related to sqlite_fdw]
- www_fdw.dll [related to www_fdw]
- mysql_fdw.dll [related to mysql_fdw]
- ldap_fdw.dll [related to ldap_fdw]
-
From the "./share/extension/" directory:
- sqlite_fdw.control [related to sqlite_fdw]
- sqlite_fdw--0.0.1.sql [related to sqlite_fdw]
- www_fdw.control [related to www_fdw]
- www_fdw--0.1.6.sql [related to www_fdw]
- ./curl/ directory [related to www_fdw]
- mysql_fdw.control [related to mysql_fdw]
- mysql_fdw--1.0.sql [related to mysql_fdw]
- ldap_fdw.control [related to ldap_fdw]
- ldap_fdw--0.1.1.sql [related to ldap_fdw]
You also can remove only some of the extensions by deleting only its related dependencies...
PATH:
The following directories have to be added to your PATH environment variable:
- ./bin/
- ./deps/
- ./lib/