| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| tsearch | 2013-12-07 | ||
| snowball | 2013-12-07 | ||
| port | 2013-12-07 | ||
| utils | 2013-12-07 | ||
| tcop | 2013-12-07 | ||
| storage | 2013-12-07 | ||
| rewrite | 2013-12-07 | ||
| replication | 2013-12-07 | ||
| regex | 2013-12-07 | ||
| postmaster | 2013-12-07 | ||
| portability | 2013-12-07 | ||
| parser | 2013-12-07 | ||
| optimizer | 2013-12-07 | ||
| nodes | 2013-12-07 | ||
| mb | 2013-12-07 | ||
| libpq | 2013-12-07 | ||
| lib | 2013-12-07 | ||
| foreign | 2013-12-07 | ||
| executor | 2013-12-07 | ||
| datatype | 2013-12-07 | ||
| common | 2013-12-07 | ||
| commands | 2013-12-07 | ||
| catalog | 2013-12-07 | ||
| bootstrap | 2013-12-07 | ||
| access | 2013-12-07 | ||
| windowapi.h | 2013-12-07 | 2.4 kB | |
| rusagestub.h | 2013-12-07 | 843 Bytes | |
| postgres_fe.h | 2013-12-07 | 763 Bytes | |
| postgres_ext.h | 2013-12-07 | 2.1 kB | |
| postgres.h | 2013-12-07 | 19.7 kB | |
| port.h | 2013-12-07 | 14.1 kB | |
| plpgsql.h | 2013-12-07 | 27.1 kB | |
| pg_trace.h | 2013-12-07 | 316 Bytes | |
| pg_config_os.h | 2013-12-07 | 12.9 kB | |
| pg_config_manual.h | 2013-12-07 | 9.3 kB | |
| pg_config_ext.h | 2013-12-07 | 328 Bytes | |
| pg_config.h | 2013-12-07 | 27.2 kB | |
| pgtime.h | 2013-12-07 | 2.1 kB | |
| pgtar.h | 2013-12-07 | 606 Bytes | |
| pgstat.h | 2013-12-07 | 24.7 kB | |
| miscadmin.h | 2013-12-07 | 15.2 kB | |
| getopt_long.h | 2013-12-07 | 827 Bytes | |
| getaddrinfo.h | 2013-12-07 | 3.9 kB | |
| funcapi.h | 2013-12-07 | 10.3 kB | |
| fmgr.h | 2013-12-07 | 30.1 kB | |
| dynloader.h | 2013-12-07 | 446 Bytes | |
| c.h | 2013-12-07 | 30.4 kB | |
| Totals: 47 Items | 235.4 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/