freebsd-ports/databases/postgresql92-server/pkg-plist-contrib

190 lines
7.1 KiB
Text
Raw Normal View History

bin/oid2name
bin/pg_archivecleanup
bin/pg_standby
The PostgreSQL Global Development Group announces the beta release of PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 Beta as soon as possible. Major performance and scalability advances in this version include: * Index-only scans, allowing users to avoid inefficient scans of base tables * Enhanced read-only workload scaling to 64 cores and over 300,000 queries per second * Improvements to data write speeds, including group commit * Reductions in CPU power consumption * Cascading replication, supporting geographically distributed standby databases PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta
2012-05-16 00:14:55 +02:00
bin/pg_test_timing
bin/pg_upgrade
bin/pgbench
bin/vacuumlo
lib/postgresql/_int.so
lib/postgresql/adminpack.so
lib/postgresql/auto_explain.so
lib/postgresql/autoinc.so
lib/postgresql/btree_gin.so
lib/postgresql/btree_gist.so
lib/postgresql/chkpass.so
lib/postgresql/citext.so
lib/postgresql/cube.so
lib/postgresql/dblink.so
lib/postgresql/dict_int.so
lib/postgresql/dict_xsyn.so
lib/postgresql/earthdistance.so
lib/postgresql/fuzzystrmatch.so
lib/postgresql/hstore.so
lib/postgresql/insert_username.so
lib/postgresql/isn.so
lib/postgresql/lo.so
lib/postgresql/ltree.so
lib/postgresql/moddatetime.so
lib/postgresql/pageinspect.so
lib/postgresql/passwordcheck.so
lib/postgresql/pg_buffercache.so
lib/postgresql/pg_freespacemap.so
lib/postgresql/pg_stat_statements.so
lib/postgresql/pg_trgm.so
lib/postgresql/pg_upgrade_support.so
lib/postgresql/pgcrypto.so
lib/postgresql/pgrowlocks.so
lib/postgresql/pgstattuple.so
lib/postgresql/pgxml.so
lib/postgresql/refint.so
lib/postgresql/seg.so
lib/postgresql/sslinfo.so
lib/postgresql/tablefunc.so
The PostgreSQL Global Development Group announces the beta release of PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 Beta as soon as possible. Major performance and scalability advances in this version include: * Index-only scans, allowing users to avoid inefficient scans of base tables * Enhanced read-only workload scaling to 64 cores and over 300,000 queries per second * Improvements to data write speeds, including group commit * Reductions in CPU power consumption * Cascading replication, supporting geographically distributed standby databases PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta
2012-05-16 00:14:55 +02:00
lib/postgresql/tcn.so
lib/postgresql/test_parser.so
lib/postgresql/timetravel.so
lib/postgresql/tsearch2.so
lib/postgresql/unaccent.so
The PostgreSQL Global Development Group has released an update to all supported version of the database system, including versions 9.3.4, 9.2.8, 9.1.13, 9.0.17, and 8.4.21. This minor release fixes a data corruption issue with replication and crash recovery in version 9.3, as well as several other minor issues in all versions. All users of version 9.3 are urged to update their installations at the next possible downtime. Users of older versions should update at their convenience. The data corruption issue in PostgreSQL 9.3 affects binary replication standbys, servers being recovered from point-in-time-recovery backup, and standalone servers which recover from a system crash. The bug causes unrecoverable index corruption during recovery due to incorrect replay of row locking operations. This can then cause query results to be inconsistent depending on whether or not an index is used, and eventually lead to primary key violations and similar issues. For this reason, users are encouraged to replace each of their standby databases with a new base backup after applying the update. See release notes for more changes. URL: http://www.postgresql.org/docs/current/static/release.html URL: https://wiki.postgresql.org/wiki/20140320UpdateIssues A change specific to the FreeBSD port: Modify the contrib/uuid-ossp to actually work (not crashing the backend) by using the libc implementation of uuid instead of the ossp port. Schemas and queries will just work. Based on the work of Andrew Gierth. 9.1+ EXTENSION support added by girgen@. URL: http://pgfoundry.org/projects/uuid-freebsd PR: ports/121745, ports/182846
2014-03-20 14:43:15 +01:00
lib/postgresql/uuid-ossp.so
%%DOCSDIR%%/README-contrib
%%DOCSDIR%%/extension/README
bin/pg_test_fsync
lib/postgresql/auth_delay.so
lib/postgresql/dummy_seclabel.so
lib/postgresql/file_fdw.so
share/doc/postgresql/extension/autoinc.example
share/doc/postgresql/extension/insert_username.example
share/doc/postgresql/extension/moddatetime.example
share/doc/postgresql/extension/refint.example
share/doc/postgresql/extension/timetravel.example
%%DATADIR%%/extension/adminpack--1.0.sql
%%DATADIR%%/extension/adminpack.control
%%DATADIR%%/extension/autoinc--1.0.sql
%%DATADIR%%/extension/autoinc--unpackaged--1.0.sql
%%DATADIR%%/extension/autoinc.control
%%DATADIR%%/extension/btree_gin--1.0.sql
%%DATADIR%%/extension/btree_gin--unpackaged--1.0.sql
%%DATADIR%%/extension/btree_gin.control
%%DATADIR%%/extension/btree_gist--1.0.sql
%%DATADIR%%/extension/btree_gist--unpackaged--1.0.sql
%%DATADIR%%/extension/btree_gist.control
%%DATADIR%%/extension/chkpass--1.0.sql
%%DATADIR%%/extension/chkpass--unpackaged--1.0.sql
%%DATADIR%%/extension/chkpass.control
%%DATADIR%%/extension/citext--1.0--1.1.sql
%%DATADIR%%/extension/citext--1.0.sql
%%DATADIR%%/extension/citext--1.1--1.0.sql
%%DATADIR%%/extension/citext--1.1.sql
%%DATADIR%%/extension/citext--unpackaged--1.0.sql
%%DATADIR%%/extension/citext.control
%%DATADIR%%/extension/cube--1.0.sql
%%DATADIR%%/extension/cube--unpackaged--1.0.sql
%%DATADIR%%/extension/cube.control
%%DATADIR%%/extension/dblink--1.0.sql
%%DATADIR%%/extension/dblink--unpackaged--1.0.sql
%%DATADIR%%/extension/dblink.control
%%DATADIR%%/extension/dict_int--1.0.sql
%%DATADIR%%/extension/dict_int--unpackaged--1.0.sql
%%DATADIR%%/extension/dict_int.control
%%DATADIR%%/extension/dict_xsyn--1.0.sql
%%DATADIR%%/extension/dict_xsyn--unpackaged--1.0.sql
%%DATADIR%%/extension/dict_xsyn.control
%%DATADIR%%/extension/earthdistance--1.0.sql
%%DATADIR%%/extension/earthdistance--unpackaged--1.0.sql
%%DATADIR%%/extension/earthdistance.control
%%DATADIR%%/extension/file_fdw--1.0.sql
%%DATADIR%%/extension/file_fdw.control
%%DATADIR%%/extension/fuzzystrmatch--1.0.sql
%%DATADIR%%/extension/fuzzystrmatch--unpackaged--1.0.sql
%%DATADIR%%/extension/fuzzystrmatch.control
%%DATADIR%%/extension/hstore--1.0--1.1.sql
%%DATADIR%%/extension/hstore--1.1.sql
%%DATADIR%%/extension/hstore--unpackaged--1.0.sql
%%DATADIR%%/extension/hstore.control
%%DATADIR%%/extension/insert_username--1.0.sql
%%DATADIR%%/extension/insert_username--unpackaged--1.0.sql
%%DATADIR%%/extension/insert_username.control
%%DATADIR%%/extension/intagg--1.0.sql
%%DATADIR%%/extension/intagg--unpackaged--1.0.sql
%%DATADIR%%/extension/intagg.control
%%DATADIR%%/extension/intarray--1.0.sql
%%DATADIR%%/extension/intarray--unpackaged--1.0.sql
%%DATADIR%%/extension/intarray.control
%%DATADIR%%/extension/isn--1.0.sql
%%DATADIR%%/extension/isn--unpackaged--1.0.sql
%%DATADIR%%/extension/isn.control
%%DATADIR%%/extension/lo--1.0.sql
%%DATADIR%%/extension/lo--unpackaged--1.0.sql
%%DATADIR%%/extension/lo.control
%%DATADIR%%/extension/ltree--1.0.sql
%%DATADIR%%/extension/ltree--unpackaged--1.0.sql
%%DATADIR%%/extension/ltree.control
%%DATADIR%%/extension/moddatetime--1.0.sql
%%DATADIR%%/extension/moddatetime--unpackaged--1.0.sql
%%DATADIR%%/extension/moddatetime.control
%%DATADIR%%/extension/pageinspect--1.0.sql
%%DATADIR%%/extension/pageinspect--unpackaged--1.0.sql
%%DATADIR%%/extension/pageinspect.control
%%DATADIR%%/extension/pg_buffercache--1.0.sql
%%DATADIR%%/extension/pg_buffercache--unpackaged--1.0.sql
%%DATADIR%%/extension/pg_buffercache.control
%%DATADIR%%/extension/pg_freespacemap--1.0.sql
%%DATADIR%%/extension/pg_freespacemap--unpackaged--1.0.sql
%%DATADIR%%/extension/pg_freespacemap.control
%%DATADIR%%/extension/pg_stat_statements--1.0--1.1.sql
%%DATADIR%%/extension/pg_stat_statements--1.1.sql
%%DATADIR%%/extension/pg_stat_statements--unpackaged--1.0.sql
%%DATADIR%%/extension/pg_stat_statements.control
%%DATADIR%%/extension/pg_trgm--1.0.sql
%%DATADIR%%/extension/pg_trgm--unpackaged--1.0.sql
%%DATADIR%%/extension/pg_trgm.control
%%DATADIR%%/extension/pgcrypto--1.0.sql
%%DATADIR%%/extension/pgcrypto--unpackaged--1.0.sql
%%DATADIR%%/extension/pgcrypto.control
%%DATADIR%%/extension/pgrowlocks--1.0.sql
%%DATADIR%%/extension/pgrowlocks--unpackaged--1.0.sql
%%DATADIR%%/extension/pgrowlocks.control
%%DATADIR%%/extension/pgstattuple--1.0.sql
%%DATADIR%%/extension/pgstattuple--unpackaged--1.0.sql
%%DATADIR%%/extension/pgstattuple.control
%%DATADIR%%/extension/refint--1.0.sql
%%DATADIR%%/extension/refint--unpackaged--1.0.sql
%%DATADIR%%/extension/refint.control
%%DATADIR%%/extension/seg--1.0.sql
%%DATADIR%%/extension/seg--unpackaged--1.0.sql
%%DATADIR%%/extension/seg.control
%%DATADIR%%/extension/sslinfo--1.0.sql
%%DATADIR%%/extension/sslinfo--unpackaged--1.0.sql
%%DATADIR%%/extension/sslinfo.control
%%DATADIR%%/extension/tablefunc--1.0.sql
%%DATADIR%%/extension/tablefunc--unpackaged--1.0.sql
%%DATADIR%%/extension/tablefunc.control
%%DATADIR%%/extension/tcn--1.0.sql
%%DATADIR%%/extension/tcn.control
%%DATADIR%%/extension/test_parser--1.0.sql
%%DATADIR%%/extension/test_parser--unpackaged--1.0.sql
%%DATADIR%%/extension/test_parser.control
%%DATADIR%%/extension/timetravel--1.0.sql
%%DATADIR%%/extension/timetravel--unpackaged--1.0.sql
%%DATADIR%%/extension/timetravel.control
%%DATADIR%%/extension/tsearch2--1.0.sql
%%DATADIR%%/extension/tsearch2--unpackaged--1.0.sql
%%DATADIR%%/extension/tsearch2.control
%%DATADIR%%/extension/unaccent--1.0.sql
%%DATADIR%%/extension/unaccent--unpackaged--1.0.sql
%%DATADIR%%/extension/unaccent.control
%%DATADIR%%/extension/uuid-ossp--1.0.sql
%%DATADIR%%/extension/uuid-ossp--unpackaged--1.0.sql
%%DATADIR%%/extension/uuid-ossp.control
%%DATADIR%%/extension/xml2--1.0.sql
%%DATADIR%%/extension/xml2--unpackaged--1.0.sql
%%DATADIR%%/extension/xml2.control
%%DATADIR%%/tsearch_data/unaccent.rules
%%DATADIR%%/tsearch_data/xsyn_sample.rules
@dir %%DATADIR%%/tsearch_data
@dir %%DATADIR%%/extension
@dir %%DATADIR%%
@dir %%DOCSDIR%%/extension
@dir %%DOCSDIR%%
@dir lib/postgresql