2004-11-23 20:15:12 +01:00
|
|
|
bin/oid2name
|
|
|
|
bin/pgbench
|
|
|
|
bin/vacuumlo
|
|
|
|
lib/postgresql/_int.so
|
2006-12-06 17:50:34 +01:00
|
|
|
lib/postgresql/adminpack.so
|
2004-11-23 20:15:12 +01:00
|
|
|
lib/postgresql/autoinc.so
|
|
|
|
lib/postgresql/btree_gist.so
|
|
|
|
lib/postgresql/chkpass.so
|
|
|
|
lib/postgresql/cube.so
|
|
|
|
lib/postgresql/dblink.so
|
|
|
|
lib/postgresql/earthdistance.so
|
|
|
|
lib/postgresql/fuzzystrmatch.so
|
2006-12-06 17:50:34 +01:00
|
|
|
lib/postgresql/hstore.so
|
2004-11-23 20:15:12 +01:00
|
|
|
lib/postgresql/insert_username.so
|
|
|
|
lib/postgresql/int_aggregate.so
|
2006-12-06 17:50:34 +01:00
|
|
|
lib/postgresql/isn.so
|
2004-11-23 20:15:12 +01:00
|
|
|
lib/postgresql/lo.so
|
|
|
|
lib/postgresql/ltree.so
|
|
|
|
lib/postgresql/moddatetime.so
|
2006-12-06 17:50:34 +01:00
|
|
|
lib/postgresql/pg_buffercache.so
|
|
|
|
lib/postgresql/pg_freespacemap.so
|
2005-01-31 01:36:16 +01:00
|
|
|
lib/postgresql/pg_trgm.so
|
2004-11-23 20:15:12 +01:00
|
|
|
lib/postgresql/pgcrypto.so
|
2006-12-06 17:50:34 +01:00
|
|
|
lib/postgresql/pgrowlocks.so
|
2004-11-23 20:15:12 +01:00
|
|
|
lib/postgresql/pgstattuple.so
|
|
|
|
lib/postgresql/refint.so
|
|
|
|
lib/postgresql/seg.so
|
2006-12-06 17:50:34 +01:00
|
|
|
lib/postgresql/sslinfo.so
|
2004-11-23 20:15:12 +01:00
|
|
|
lib/postgresql/tablefunc.so
|
|
|
|
lib/postgresql/timetravel.so
|
|
|
|
lib/postgresql/tsearch2.so
|
2005-01-31 01:36:16 +01:00
|
|
|
%%DOCSDIR%%/README-contrib
|
2004-11-23 20:15:12 +01:00
|
|
|
%%DOCSDIR%%/contrib/README
|
2006-12-06 17:50:34 +01:00
|
|
|
%%DOCSDIR%%/contrib/README.adminpack
|
2004-11-23 20:15:12 +01:00
|
|
|
%%DOCSDIR%%/contrib/README.btree_gist
|
|
|
|
%%DOCSDIR%%/contrib/README.chkpass
|
|
|
|
%%DOCSDIR%%/contrib/README.cube
|
|
|
|
%%DOCSDIR%%/contrib/README.dblink
|
|
|
|
%%DOCSDIR%%/contrib/README.earthdistance
|
|
|
|
%%DOCSDIR%%/contrib/README.fuzzystrmatch
|
2006-12-06 17:50:34 +01:00
|
|
|
%%DOCSDIR%%/contrib/README.hstore
|
2004-11-23 20:15:12 +01:00
|
|
|
%%DOCSDIR%%/contrib/README.int_aggregate
|
|
|
|
%%DOCSDIR%%/contrib/README.intarray
|
2006-12-06 17:50:34 +01:00
|
|
|
%%DOCSDIR%%/contrib/README.isn
|
2004-11-23 20:15:12 +01:00
|
|
|
%%DOCSDIR%%/contrib/README.lo
|
|
|
|
%%DOCSDIR%%/contrib/README.ltree
|
|
|
|
%%DOCSDIR%%/contrib/README.oid2name
|
Welcome to PostgreSQL 8.1.
The new release includes performance improvements and advanced SQL
features which will support bigger data warehouses, higher-volume
transaction processing, and more complex distributed enterprise
software.
Major new features in this release include:
Roles:
PostgreSQL now supports database roles, which simplify the
management of large numbers of users with complex
overlapping database rights.
IN/OUT Parameters:
PostgreSQL functions now support IN, OUT and INOUT
parameters, which substantially improves support of complex
business logic for J2EE and .NET applications.
Two-Phase Commit (2PC):
Long in demand for WAN applications and heterogeneous data
centers using PostgreSQL, this feature allows
ACID-compliant transactions across widely separated
servers.
Some Performance Enhancements found in this release include:
Improved Multiprocessor (SMP) Performance:
The buffer manager for 8.1 has been enhanced to scale almost
linearly with the number of processors, leading to significant
performance gains on 8-way, 16-way, dual-core, and multi-core
CPU servers.
Bitmap Scan:
Indexes will be dynamically converted to bitmaps in memory when
appropriate, giving up to twenty times faster index performance
on complex queries against very large tables.
Table Partitioning:
The query planner is now able to avoid scanning whole sections
of a large table using a technique known as Constraint
Exclusion.
Shared Row Locking:
PostgreSQL's "better than row-level locking" now supports even
higher levels of concurrency through the addition of shared
row locks for foreign keys.
For a more complete listing of changes in this release, please see the
Release Notes visible at:
http://www.postgresql.org/docs/current/static/release.html#RELEASE-8-1
2005-11-10 03:23:38 +01:00
|
|
|
%%DOCSDIR%%/contrib/README.pg_buffercache
|
2006-12-06 17:50:34 +01:00
|
|
|
%%DOCSDIR%%/contrib/README.pg_freespacemap
|
2005-01-31 01:36:16 +01:00
|
|
|
%%DOCSDIR%%/contrib/README.pg_trgm
|
2004-11-23 20:15:12 +01:00
|
|
|
%%DOCSDIR%%/contrib/README.pgbench
|
|
|
|
%%DOCSDIR%%/contrib/README.pgbench_jis
|
|
|
|
%%DOCSDIR%%/contrib/README.pgcrypto
|
2006-12-06 17:50:34 +01:00
|
|
|
%%DOCSDIR%%/contrib/README.pgrowlocks
|
|
|
|
%%DOCSDIR%%/contrib/README.pgrowlocks.euc_jp
|
2004-11-23 20:15:12 +01:00
|
|
|
%%DOCSDIR%%/contrib/README.pgstattuple
|
|
|
|
%%DOCSDIR%%/contrib/README.pgstattuple.euc_jp
|
|
|
|
%%DOCSDIR%%/contrib/README.seg
|
|
|
|
%%DOCSDIR%%/contrib/README.soundex
|
|
|
|
%%DOCSDIR%%/contrib/README.spi
|
2006-12-06 17:50:34 +01:00
|
|
|
%%DOCSDIR%%/contrib/README.sslinfo
|
2004-11-23 20:15:12 +01:00
|
|
|
%%DOCSDIR%%/contrib/README.tablefunc
|
|
|
|
%%DOCSDIR%%/contrib/README.tsearch2
|
|
|
|
%%DOCSDIR%%/contrib/README.vacuumlo
|
|
|
|
%%DOCSDIR%%/contrib/autoinc.example
|
|
|
|
%%DOCSDIR%%/contrib/insert_username.example
|
|
|
|
%%DOCSDIR%%/contrib/moddatetime.example
|
|
|
|
%%DOCSDIR%%/contrib/refint.example
|
|
|
|
%%DOCSDIR%%/contrib/timetravel.example
|
|
|
|
share/postgresql/contrib/_int.sql
|
2006-12-06 17:50:34 +01:00
|
|
|
share/postgresql/contrib/adminpack.sql
|
2004-11-23 20:15:12 +01:00
|
|
|
share/postgresql/contrib/autoinc.sql
|
|
|
|
share/postgresql/contrib/btree_gist.sql
|
|
|
|
share/postgresql/contrib/chkpass.sql
|
|
|
|
share/postgresql/contrib/cube.sql
|
|
|
|
share/postgresql/contrib/dblink.sql
|
|
|
|
share/postgresql/contrib/earthdistance.sql
|
|
|
|
share/postgresql/contrib/english.stop
|
|
|
|
share/postgresql/contrib/fuzzystrmatch.sql
|
2006-12-06 17:50:34 +01:00
|
|
|
share/postgresql/contrib/hstore.sql
|
2004-11-23 20:15:12 +01:00
|
|
|
share/postgresql/contrib/insert_username.sql
|
|
|
|
share/postgresql/contrib/int_aggregate.sql
|
2006-12-06 17:50:34 +01:00
|
|
|
share/postgresql/contrib/isn.sql
|
2004-11-23 20:15:12 +01:00
|
|
|
share/postgresql/contrib/lo.sql
|
|
|
|
share/postgresql/contrib/ltree.sql
|
|
|
|
share/postgresql/contrib/moddatetime.sql
|
Welcome to PostgreSQL 8.1.
The new release includes performance improvements and advanced SQL
features which will support bigger data warehouses, higher-volume
transaction processing, and more complex distributed enterprise
software.
Major new features in this release include:
Roles:
PostgreSQL now supports database roles, which simplify the
management of large numbers of users with complex
overlapping database rights.
IN/OUT Parameters:
PostgreSQL functions now support IN, OUT and INOUT
parameters, which substantially improves support of complex
business logic for J2EE and .NET applications.
Two-Phase Commit (2PC):
Long in demand for WAN applications and heterogeneous data
centers using PostgreSQL, this feature allows
ACID-compliant transactions across widely separated
servers.
Some Performance Enhancements found in this release include:
Improved Multiprocessor (SMP) Performance:
The buffer manager for 8.1 has been enhanced to scale almost
linearly with the number of processors, leading to significant
performance gains on 8-way, 16-way, dual-core, and multi-core
CPU servers.
Bitmap Scan:
Indexes will be dynamically converted to bitmaps in memory when
appropriate, giving up to twenty times faster index performance
on complex queries against very large tables.
Table Partitioning:
The query planner is now able to avoid scanning whole sections
of a large table using a technique known as Constraint
Exclusion.
Shared Row Locking:
PostgreSQL's "better than row-level locking" now supports even
higher levels of concurrency through the addition of shared
row locks for foreign keys.
For a more complete listing of changes in this release, please see the
Release Notes visible at:
http://www.postgresql.org/docs/current/static/release.html#RELEASE-8-1
2005-11-10 03:23:38 +01:00
|
|
|
share/postgresql/contrib/pg_buffercache.sql
|
2006-12-06 17:50:34 +01:00
|
|
|
share/postgresql/contrib/pg_freespacemap.sql
|
2005-01-31 01:36:16 +01:00
|
|
|
share/postgresql/contrib/pg_trgm.sql
|
2004-11-23 20:15:12 +01:00
|
|
|
share/postgresql/contrib/pgcrypto.sql
|
2006-12-06 17:50:34 +01:00
|
|
|
share/postgresql/contrib/pgrowlocks.sql
|
2004-11-23 20:15:12 +01:00
|
|
|
share/postgresql/contrib/pgstattuple.sql
|
|
|
|
share/postgresql/contrib/refint.sql
|
|
|
|
share/postgresql/contrib/russian.stop
|
2006-12-06 17:50:34 +01:00
|
|
|
share/postgresql/contrib/russian.stop.utf8
|
2004-11-23 20:15:12 +01:00
|
|
|
share/postgresql/contrib/seg.sql
|
2006-12-06 17:50:34 +01:00
|
|
|
share/postgresql/contrib/sslinfo.sql
|
2004-11-23 20:15:12 +01:00
|
|
|
share/postgresql/contrib/tablefunc.sql
|
2006-12-06 17:50:34 +01:00
|
|
|
share/postgresql/contrib/thesaurus
|
2004-11-23 20:15:12 +01:00
|
|
|
share/postgresql/contrib/timetravel.sql
|
|
|
|
share/postgresql/contrib/tsearch2.sql
|
2006-12-06 17:50:34 +01:00
|
|
|
share/postgresql/contrib/uninstall__int.sql
|
|
|
|
share/postgresql/contrib/uninstall_adminpack.sql
|
|
|
|
share/postgresql/contrib/uninstall_btree_gist.sql
|
|
|
|
share/postgresql/contrib/uninstall_chkpass.sql
|
|
|
|
share/postgresql/contrib/uninstall_cube.sql
|
|
|
|
share/postgresql/contrib/uninstall_dblink.sql
|
|
|
|
share/postgresql/contrib/uninstall_earthdistance.sql
|
|
|
|
share/postgresql/contrib/uninstall_fuzzystrmatch.sql
|
|
|
|
share/postgresql/contrib/uninstall_hstore.sql
|
|
|
|
share/postgresql/contrib/uninstall_int_aggregate.sql
|
|
|
|
share/postgresql/contrib/uninstall_isn.sql
|
|
|
|
share/postgresql/contrib/uninstall_lo.sql
|
|
|
|
share/postgresql/contrib/uninstall_ltree.sql
|
|
|
|
share/postgresql/contrib/uninstall_pg_buffercache.sql
|
|
|
|
share/postgresql/contrib/uninstall_pg_freespacemap.sql
|
|
|
|
share/postgresql/contrib/uninstall_pg_trgm.sql
|
|
|
|
share/postgresql/contrib/uninstall_pgcrypto.sql
|
|
|
|
share/postgresql/contrib/uninstall_pgrowlocks.sql
|
|
|
|
share/postgresql/contrib/uninstall_pgstattuple.sql
|
|
|
|
share/postgresql/contrib/uninstall_seg.sql
|
|
|
|
share/postgresql/contrib/uninstall_sslinfo.sql
|
|
|
|
share/postgresql/contrib/uninstall_tablefunc.sql
|
|
|
|
share/postgresql/contrib/uninstall_tsearch2.sql
|
2006-01-22 06:52:28 +01:00
|
|
|
@dirrmtry share/postgresql/contrib >&2
|
|
|
|
@dirrmtry share/postgresql >&2
|
|
|
|
@dirrmtry %%DOCSDIR%%/contrib >&2
|
|
|
|
@dirrmtry %%DOCSDIR%% >&2
|
|
|
|
@dirrmtry lib/postgresql >&2
|