Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
vacuumdb.exe | 2013-12-07 | 334.4 kB | |
psql.exe | 2013-12-07 | 634.9 kB | |
reindexdb.exe | 2013-12-07 | 334.4 kB | |
postmaster.exe | 2013-12-07 | 6.1 MB | |
postgres.exe | 2013-12-07 | 6.1 MB | |
pg_restore.exe | 2013-12-07 | 436.6 kB | |
pg_resetxlog.exe | 2013-12-07 | 316.5 kB | |
pg_receivexlog.exe | 2013-12-07 | 339.2 kB | |
pg_isready.exe | 2013-12-07 | 310.7 kB | |
pg_dump.exe | 2013-12-07 | 635.3 kB | |
pg_dumpall.exe | 2013-12-07 | 359.0 kB | |
pg_ctl.exe | 2013-12-07 | 332.8 kB | |
pg_controldata.exe | 2013-12-07 | 292.8 kB | |
pg_config.exe | 2013-12-07 | 290.5 kB | |
pg_basebackup.exe | 2013-12-07 | 356.7 kB | |
ecpg.exe | 2013-12-07 | 1.0 MB | |
initdb.exe | 2013-12-07 | 395.0 kB | |
dropuser.exe | 2013-12-07 | 331.3 kB | |
dropdb.exe | 2013-12-07 | 331.3 kB | |
droplang.exe | 2013-12-07 | 341.2 kB | |
createlang.exe | 2013-12-07 | 341.4 kB | |
createuser.exe | 2013-12-07 | 335.2 kB | |
clusterdb.exe | 2013-12-07 | 332.8 kB | |
createdb.exe | 2013-12-07 | 333.5 kB | |
Totals: 24 Items | 21.0 MB | 6 |
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/