Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pgxs | 2013-12-07 | ||
pkgconfig | 2013-12-07 | ||
www_fdw.dll | 2013-12-07 | 312.4 kB | |
utf8_and_win.dll | 2013-12-07 | 268.9 kB | |
utf8_and_uhc.dll | 2013-12-07 | 521.7 kB | |
utf8_and_sjis2004.dll | 2013-12-07 | 428.7 kB | |
utf8_and_johab.dll | 2013-12-07 | 518.7 kB | |
utf8_and_sjis.dll | 2013-12-07 | 367.1 kB | |
utf8_and_iso8859.dll | 2013-12-07 | 273.1 kB | |
utf8_and_iso8859_1.dll | 2013-12-07 | 246.8 kB | |
utf8_and_gb18030.dll | 2013-12-07 | 1.3 MB | |
utf8_and_gbk.dll | 2013-12-07 | 594.5 kB | |
utf8_and_euc_tw.dll | 2013-12-07 | 576.0 kB | |
utf8_and_euc_jp.dll | 2013-12-07 | 456.7 kB | |
utf8_and_euc_kr.dll | 2013-12-07 | 377.4 kB | |
utf8_and_euc_cn.dll | 2013-12-07 | 365.1 kB | |
utf8_and_euc2004.dll | 2013-12-07 | 429.2 kB | |
utf8_and_cyrillic.dll | 2013-12-07 | 250.7 kB | |
utf8_and_big5.dll | 2013-12-07 | 464.9 kB | |
utf8_and_ascii.dll | 2013-12-07 | 245.8 kB | |
plpgsql.dll | 2013-12-07 | 428.7 kB | |
sqlite_fdw.dll | 2013-12-07 | 263.0 kB | |
pgevent.dll | 2013-12-07 | 271.3 kB | |
mysql_fdw.dll | 2013-12-07 | 261.5 kB | |
libpqwalreceiver.dll | 2013-12-07 | 260.6 kB | |
libpostgres.a | 2013-12-07 | 5.0 MB | |
libpq.dll | 2013-12-07 | 445.1 kB | |
libpq.a | 2013-12-07 | 119.8 kB | |
libmysql.dll | 2013-12-07 | 4.7 MB | |
libpgtypes.dll | 2013-12-07 | 392.9 kB | |
libpgtypes.a | 2013-12-07 | 36.0 kB | |
libpgport.a | 2013-12-07 | 95.7 kB | |
libpgcommon.a | 2013-12-07 | 5.2 kB | |
libecpg.dll | 2013-12-07 | 423.3 kB | |
libecpg_compat.dll | 2013-12-07 | 270.4 kB | |
libecpg_compat.a | 2013-12-07 | 31.0 kB | |
ldap_fdw.dll | 2013-12-07 | 261.7 kB | |
libecpg.a | 2013-12-07 | 22.5 kB | |
latin_and_mic.dll | 2013-12-07 | 246.8 kB | |
latin2_and_win1250.dll | 2013-12-07 | 248.8 kB | |
euc_tw_and_big5.dll | 2013-12-07 | 250.7 kB | |
euc_kr_and_mic.dll | 2013-12-07 | 246.5 kB | |
euc_jp_and_sjis.dll | 2013-12-07 | 252.8 kB | |
dict_snowball.dll | 2013-12-07 | 590.2 kB | |
euc_cn_and_mic.dll | 2013-12-07 | 246.3 kB | |
euc2004_sjis2004.dll | 2013-12-07 | 247.4 kB | |
ascii_and_mic.dll | 2013-12-07 | 245.8 kB | |
cyrillic_and_mic.dll | 2013-12-07 | 254.9 kB | |
Totals: 48 Items | 24.1 MB | 6 |
64-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]
- 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/