Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
s_lock.h | 2013-12-07 | 26.7 kB | |
standby.h | 2013-12-07 | 4.2 kB | |
sinvaladt.h | 2013-12-07 | 1.5 kB | |
smgr.h | 2013-12-07 | 5.8 kB | |
spin.h | 2013-12-07 | 2.6 kB | |
shmem.h | 2013-12-07 | 2.7 kB | |
sinval.h | 2013-12-07 | 5.1 kB | |
reinit.h | 2013-12-07 | 588 Bytes | |
relfilenode.h | 2013-12-07 | 4.4 kB | |
procarray.h | 2013-12-07 | 3.1 kB | |
procsignal.h | 2013-12-07 | 1.8 kB | |
predicate_internals.h | 2013-12-07 | 17.4 kB | |
proc.h | 2013-12-07 | 9.5 kB | |
pos.h | 2013-12-07 | 1.6 kB | |
predicate.h | 2013-12-07 | 2.6 kB | |
pg_shmem.h | 2013-12-07 | 2.0 kB | |
pmsignal.h | 2013-12-07 | 2.1 kB | |
off.h | 2013-12-07 | 1.6 kB | |
pg_sema.h | 2013-12-07 | 2.5 kB | |
lock.h | 2013-12-07 | 20.9 kB | |
lwlock.h | 2013-12-07 | 3.7 kB | |
latch.h | 2013-12-07 | 5.4 kB | |
lmgr.h | 2013-12-07 | 3.3 kB | |
large_object.h | 2013-12-07 | 3.6 kB | |
itemid.h | 2013-12-07 | 4.3 kB | |
itemptr.h | 2013-12-07 | 3.8 kB | |
ipc.h | 2013-12-07 | 2.6 kB | |
item.h | 2013-12-07 | 469 Bytes | |
fd.h | 2013-12-07 | 3.8 kB | |
freespace.h | 2013-12-07 | 1.3 kB | |
fsm_internals.h | 2013-12-07 | 2.3 kB | |
indexfsm.h | 2013-12-07 | 795 Bytes | |
checksum_impl.h | 2013-12-07 | 8.8 kB | |
copydir.h | 2013-12-07 | 561 Bytes | |
buf_internals.h | 2013-12-07 | 8.0 kB | |
checksum.h | 2013-12-07 | 666 Bytes | |
bufmgr.h | 2013-12-07 | 7.0 kB | |
bufpage.h | 2013-12-07 | 14.3 kB | |
buf.h | 2013-12-07 | 1.1 kB | |
buffile.h | 2013-12-07 | 1.7 kB | |
barrier.h | 2013-12-07 | 6.4 kB | |
block.h | 2013-12-07 | 3.3 kB | |
backendid.h | 2013-12-07 | 730 Bytes | |
Totals: 43 Items | 206.6 kB | 0 |
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/