| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| xlog_fn.h | 2013-12-07 | 1.3 kB | |
| xlog_internal.h | 2013-12-07 | 9.6 kB | |
| xlogreader.h | 2013-12-07 | 4.1 kB | |
| xlogutils.h | 2013-12-07 | 956 Bytes | |
| xlog.h | 2013-12-07 | 12.3 kB | |
| xlogdefs.h | 2013-12-07 | 3.3 kB | |
| visibilitymap.h | 2013-12-07 | 1.2 kB | |
| xact.h | 2013-12-07 | 8.8 kB | |
| valid.h | 2013-12-07 | 1.4 kB | |
| tuptoaster.h | 2013-12-07 | 5.8 kB | |
| twophase.h | 2013-12-07 | 1.8 kB | |
| twophase_rmgr.h | 2013-12-07 | 1.3 kB | |
| tupdesc.h | 2013-12-07 | 4.2 kB | |
| tupmacs.h | 2013-12-07 | 7.3 kB | |
| transam.h | 2013-12-07 | 6.1 kB | |
| tupconvert.h | 2013-12-07 | 1.3 kB | |
| sysattr.h | 2013-12-07 | 890 Bytes | |
| timeline.h | 2013-12-07 | 1.6 kB | |
| spgist_private.h | 2013-12-07 | 22.7 kB | |
| subtrans.h | 2013-12-07 | 973 Bytes | |
| slru.h | 2013-12-07 | 5.3 kB | |
| spgist.h | 2013-12-07 | 6.4 kB | |
| sdir.h | 2013-12-07 | 1.5 kB | |
| skey.h | 2013-12-07 | 7.0 kB | |
| rmgr.h | 2013-12-07 | 613 Bytes | |
| rmgrlist.h | 2013-12-07 | 2.4 kB | |
| relscan.h | 2013-12-07 | 4.2 kB | |
| rewriteheap.h | 2013-12-07 | 1.0 kB | |
| nbtree.h | 2013-12-07 | 28.1 kB | |
| reloptions.h | 2013-12-07 | 8.8 kB | |
| printtup.h | 2013-12-07 | 1.1 kB | |
| htup_details.h | 2013-12-07 | 25.1 kB | |
| multixact.h | 2013-12-07 | 4.2 kB | |
| itup.h | 2013-12-07 | 4.4 kB | |
| hio.h | 2013-12-07 | 1.3 kB | |
| htup.h | 2013-12-07 | 3.2 kB | |
| heapam.h | 2013-12-07 | 6.8 kB | |
| heapam_xlog.h | 2013-12-07 | 9.6 kB | |
| gist_private.h | 2013-12-07 | 18.7 kB | |
| hash.h | 2013-12-07 | 13.2 kB | |
| gistscan.h | 2013-12-07 | 718 Bytes | |
| gin_private.h | 2013-12-07 | 23.3 kB | |
| gist.h | 2013-12-07 | 7.1 kB | |
| genam.h | 2013-12-07 | 7.5 kB | |
| gin.h | 2013-12-07 | 1.7 kB | |
| attnum.h | 2013-12-07 | 1.6 kB | |
| clog.h | 2013-12-07 | 1.5 kB | |
| Totals: 47 Items | 293.6 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/