Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Wake | 2013-12-07 | 144 Bytes | |
Wallis | 2013-12-07 | 141 Bytes | |
Yap | 2013-12-07 | 144 Bytes | |
Tongatapu | 2013-12-07 | 313 Bytes | |
Truk | 2013-12-07 | 144 Bytes | |
Samoa | 2013-12-07 | 290 Bytes | |
Tahiti | 2013-12-07 | 160 Bytes | |
Tarawa | 2013-12-07 | 144 Bytes | |
Rarotonga | 2013-12-07 | 548 Bytes | |
Saipan | 2013-12-07 | 229 Bytes | |
Pohnpei | 2013-12-07 | 144 Bytes | |
Ponape | 2013-12-07 | 144 Bytes | |
Port_Moresby | 2013-12-07 | 163 Bytes | |
Palau | 2013-12-07 | 140 Bytes | |
Pitcairn | 2013-12-07 | 177 Bytes | |
Pago_Pago | 2013-12-07 | 290 Bytes | |
Niue | 2013-12-07 | 200 Bytes | |
Norfolk | 2013-12-07 | 182 Bytes | |
Noumea | 2013-12-07 | 300 Bytes | |
Midway | 2013-12-07 | 268 Bytes | |
Nauru | 2013-12-07 | 240 Bytes | |
Majuro | 2013-12-07 | 171 Bytes | |
Marquesas | 2013-12-07 | 162 Bytes | |
Kiritimati | 2013-12-07 | 204 Bytes | |
Kosrae | 2013-12-07 | 188 Bytes | |
Kwajalein | 2013-12-07 | 211 Bytes | |
Honolulu | 2013-12-07 | 250 Bytes | |
Johnston | 2013-12-07 | 119 Bytes | |
Guadalcanal | 2013-12-07 | 158 Bytes | |
Guam | 2013-12-07 | 199 Bytes | |
Galapagos | 2013-12-07 | 197 Bytes | |
Gambier | 2013-12-07 | 159 Bytes | |
Fakaofo | 2013-12-07 | 171 Bytes | |
Fiji | 2013-12-07 | 7.8 kB | |
Funafuti | 2013-12-07 | 141 Bytes | |
Enderbury | 2013-12-07 | 204 Bytes | |
Chuuk | 2013-12-07 | 144 Bytes | |
Easter | 2013-12-07 | 9.0 kB | |
Efate | 2013-12-07 | 464 Bytes | |
Chatham | 2013-12-07 | 2.0 kB | |
Apia | 2013-12-07 | 1.1 kB | |
Auckland | 2013-12-07 | 2.4 kB | |
Totals: 42 Items | 29.9 kB | 0 |
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/