Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
tuptable.h | 2013-12-07 | 8.6 kB | |
spi.h | 2013-12-07 | 5.8 kB | |
spi_priv.h | 2013-12-07 | 3.8 kB | |
tstoreReceiver.h | 2013-12-07 | 767 Bytes | |
nodeWindowAgg.h | 2013-12-07 | 776 Bytes | |
nodeWorktablescan.h | 2013-12-07 | 799 Bytes | |
nodeUnique.h | 2013-12-07 | 701 Bytes | |
nodeValuesscan.h | 2013-12-07 | 866 Bytes | |
nodeSubqueryscan.h | 2013-12-07 | 785 Bytes | |
nodeTidscan.h | 2013-12-07 | 812 Bytes | |
nodeSort.h | 2013-12-07 | 766 Bytes | |
nodeSubplan.h | 2013-12-07 | 812 Bytes | |
nodeSeqscan.h | 2013-12-07 | 812 Bytes | |
nodeSetOp.h | 2013-12-07 | 687 Bytes | |
nodeNestloop.h | 2013-12-07 | 729 Bytes | |
nodeRecursiveunion.h | 2013-12-07 | 813 Bytes | |
nodeResult.h | 2013-12-07 | 802 Bytes | |
nodeMergejoin.h | 2013-12-07 | 743 Bytes | |
nodeModifyTable.h | 2013-12-07 | 768 Bytes | |
nodeMaterial.h | 2013-12-07 | 838 Bytes | |
nodeMergeAppend.h | 2013-12-07 | 771 Bytes | |
nodeIndexscan.h | 2013-12-07 | 1.6 kB | |
nodeLimit.h | 2013-12-07 | 687 Bytes | |
nodeLockRows.h | 2013-12-07 | 729 Bytes | |
nodeHashjoin.h | 2013-12-07 | 890 Bytes | |
nodeIndexonlyscan.h | 2013-12-07 | 920 Bytes | |
nodeFunctionscan.h | 2013-12-07 | 785 Bytes | |
nodeGroup.h | 2013-12-07 | 716 Bytes | |
nodeHash.h | 2013-12-07 | 1.9 kB | |
nodeCtescan.h | 2013-12-07 | 715 Bytes | |
nodeForeignscan.h | 2013-12-07 | 771 Bytes | |
nodeBitmapIndexscan.h | 2013-12-07 | 822 Bytes | |
nodeBitmapOr.h | 2013-12-07 | 724 Bytes | |
nodeBitmapAnd.h | 2013-12-07 | 738 Bytes | |
nodeBitmapHeapscan.h | 2013-12-07 | 813 Bytes | |
nodeAgg.h | 2013-12-07 | 782 Bytes | |
nodeAppend.h | 2013-12-07 | 701 Bytes | |
functions.h | 2013-12-07 | 1.1 kB | |
hashjoin.h | 2013-12-07 | 7.4 kB | |
instrument.h | 2013-12-07 | 2.9 kB | |
execdesc.h | 2013-12-07 | 2.4 kB | |
executor.h | 2013-12-07 | 14.9 kB | |
execdebug.h | 2013-12-07 | 4.4 kB | |
Totals: 43 Items | 79.7 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/