openbsd-ports/databases/postgresql/pkg/PLIST

192 lines
5.2 KiB
Plaintext
Raw Normal View History

2004-09-18 06:35:36 -04:00
@comment $OpenBSD: PLIST,v 1.26 2004/09/18 10:35:36 espie Exp $
@conflict pgsql-*
@conflict pgsql-clients-*
@conflict postgresql-*
bin/clusterdb
2001-02-22 14:28:12 -05:00
bin/createdb
bin/createlang
bin/createuser
bin/dropdb
bin/droplang
bin/dropuser
bin/ecpg
Upgrade to postgresql 7.1. ok'd espie@ * The package is now called `postgresql' and not `pgsql'. * The default user that is suggested for the admin account is also `postgresql'. This will work with OpenBSD-current with long username support. If anything breaks please report to the maintainers. * pgwrap is no longer shipped or supported * Please note, you will HAVE TO BACKUP your old data if you are upgrading from a previous release of postgresql. Do this before removing the old pgsql package. From the announcement last weekend: Key New Features and Capabilities of Version 7.1 Include: * Write-ahead Log (WAL) increases data integrity and processing speed. To maintain database consistency in case of an operating system crash, previous releases of PostgreSQL have forced all all data modifications to disk before each transaction commit. With WAL, only one log file must be flushed to disk, greatly improving performance. (Tech note: can eliminate use of -F in to disable disk flushes) * TOAST (The Oversized-Attribute Storage Technique) Past releases had compiled-in row length limit typically between 8Kb & 32Kb. This restriction made storage of long text fields difficult, cumbersome and slow. TOAST enables rows of any length while maintaing the high performance PostgreSQL users have come to expect. * SQL92 Outer Joins are now supported. (Tech note: eliminates the UNION/NOT IN workaround) * 64-bit C Language Function Manager support The previous C function manager did not handle support 64-bit CPU's (e.g. Alpha, Sun, Itanium). (Tech note: This change should not impact existing custom functions developed for past versions, but performance will be improved through rewriting to use the new call interface.) * Complex Queries that are better, stronger and faster Many complex queries were unsupported in previous releases. With v7.1 combinations of views, aggregates, UNION, LIMIT, cursors, subqueries, and inherited tables are enabled. Inherited tables are now accessed by default, and subqueries in FROM are now supported.
2001-04-21 14:25:42 -04:00
bin/pg_config
2001-02-22 14:28:12 -05:00
bin/pg_dump
bin/pg_dumpall
bin/pg_id
Upgrade to postgresql 7.1. ok'd espie@ * The package is now called `postgresql' and not `pgsql'. * The default user that is suggested for the admin account is also `postgresql'. This will work with OpenBSD-current with long username support. If anything breaks please report to the maintainers. * pgwrap is no longer shipped or supported * Please note, you will HAVE TO BACKUP your old data if you are upgrading from a previous release of postgresql. Do this before removing the old pgsql package. From the announcement last weekend: Key New Features and Capabilities of Version 7.1 Include: * Write-ahead Log (WAL) increases data integrity and processing speed. To maintain database consistency in case of an operating system crash, previous releases of PostgreSQL have forced all all data modifications to disk before each transaction commit. With WAL, only one log file must be flushed to disk, greatly improving performance. (Tech note: can eliminate use of -F in to disable disk flushes) * TOAST (The Oversized-Attribute Storage Technique) Past releases had compiled-in row length limit typically between 8Kb & 32Kb. This restriction made storage of long text fields difficult, cumbersome and slow. TOAST enables rows of any length while maintaing the high performance PostgreSQL users have come to expect. * SQL92 Outer Joins are now supported. (Tech note: eliminates the UNION/NOT IN workaround) * 64-bit C Language Function Manager support The previous C function manager did not handle support 64-bit CPU's (e.g. Alpha, Sun, Itanium). (Tech note: This change should not impact existing custom functions developed for past versions, but performance will be improved through rewriting to use the new call interface.) * Complex Queries that are better, stronger and faster Many complex queries were unsupported in previous releases. With v7.1 combinations of views, aggregates, UNION, LIMIT, cursors, subqueries, and inherited tables are enabled. Inherited tables are now accessed by default, and subqueries in FROM are now supported.
2001-04-21 14:25:42 -04:00
bin/pg_restore
2001-02-22 14:28:12 -05:00
bin/psql
bin/vacuumdb
2004-08-09 08:16:55 -04:00
include/postgresql/
include/postgresql/ecpg_informix.h
Upgrade to postgresql 7.1. ok'd espie@ * The package is now called `postgresql' and not `pgsql'. * The default user that is suggested for the admin account is also `postgresql'. This will work with OpenBSD-current with long username support. If anything breaks please report to the maintainers. * pgwrap is no longer shipped or supported * Please note, you will HAVE TO BACKUP your old data if you are upgrading from a previous release of postgresql. Do this before removing the old pgsql package. From the announcement last weekend: Key New Features and Capabilities of Version 7.1 Include: * Write-ahead Log (WAL) increases data integrity and processing speed. To maintain database consistency in case of an operating system crash, previous releases of PostgreSQL have forced all all data modifications to disk before each transaction commit. With WAL, only one log file must be flushed to disk, greatly improving performance. (Tech note: can eliminate use of -F in to disable disk flushes) * TOAST (The Oversized-Attribute Storage Technique) Past releases had compiled-in row length limit typically between 8Kb & 32Kb. This restriction made storage of long text fields difficult, cumbersome and slow. TOAST enables rows of any length while maintaing the high performance PostgreSQL users have come to expect. * SQL92 Outer Joins are now supported. (Tech note: eliminates the UNION/NOT IN workaround) * 64-bit C Language Function Manager support The previous C function manager did not handle support 64-bit CPU's (e.g. Alpha, Sun, Itanium). (Tech note: This change should not impact existing custom functions developed for past versions, but performance will be improved through rewriting to use the new call interface.) * Complex Queries that are better, stronger and faster Many complex queries were unsupported in previous releases. With v7.1 combinations of views, aggregates, UNION, LIMIT, cursors, subqueries, and inherited tables are enabled. Inherited tables are now accessed by default, and subqueries in FROM are now supported.
2001-04-21 14:25:42 -04:00
include/postgresql/ecpgerrno.h
include/postgresql/ecpglib.h
include/postgresql/ecpgtype.h
2004-08-09 08:16:55 -04:00
include/postgresql/informix/
include/postgresql/informix/esql/
include/postgresql/informix/esql/datetime.h
include/postgresql/informix/esql/decimal.h
include/postgresql/informix/esql/sqlda.h
include/postgresql/informix/esql/sqltypes.h
2004-08-09 08:16:55 -04:00
include/postgresql/internal/
include/postgresql/internal/c.h
2004-08-09 08:16:55 -04:00
include/postgresql/internal/lib/
include/postgresql/internal/lib/dllist.h
2004-08-09 08:16:55 -04:00
include/postgresql/internal/libpq/
include/postgresql/internal/libpq-int.h
include/postgresql/internal/libpq/pqcomm.h
include/postgresql/internal/port.h
include/postgresql/internal/postgres_fe.h
include/postgresql/internal/pqexpbuffer.h
2004-08-09 08:16:55 -04:00
include/postgresql/libpq/
Upgrade to postgresql 7.1. ok'd espie@ * The package is now called `postgresql' and not `pgsql'. * The default user that is suggested for the admin account is also `postgresql'. This will work with OpenBSD-current with long username support. If anything breaks please report to the maintainers. * pgwrap is no longer shipped or supported * Please note, you will HAVE TO BACKUP your old data if you are upgrading from a previous release of postgresql. Do this before removing the old pgsql package. From the announcement last weekend: Key New Features and Capabilities of Version 7.1 Include: * Write-ahead Log (WAL) increases data integrity and processing speed. To maintain database consistency in case of an operating system crash, previous releases of PostgreSQL have forced all all data modifications to disk before each transaction commit. With WAL, only one log file must be flushed to disk, greatly improving performance. (Tech note: can eliminate use of -F in to disable disk flushes) * TOAST (The Oversized-Attribute Storage Technique) Past releases had compiled-in row length limit typically between 8Kb & 32Kb. This restriction made storage of long text fields difficult, cumbersome and slow. TOAST enables rows of any length while maintaing the high performance PostgreSQL users have come to expect. * SQL92 Outer Joins are now supported. (Tech note: eliminates the UNION/NOT IN workaround) * 64-bit C Language Function Manager support The previous C function manager did not handle support 64-bit CPU's (e.g. Alpha, Sun, Itanium). (Tech note: This change should not impact existing custom functions developed for past versions, but performance will be improved through rewriting to use the new call interface.) * Complex Queries that are better, stronger and faster Many complex queries were unsupported in previous releases. With v7.1 combinations of views, aggregates, UNION, LIMIT, cursors, subqueries, and inherited tables are enabled. Inherited tables are now accessed by default, and subqueries in FROM are now supported.
2001-04-21 14:25:42 -04:00
include/postgresql/libpq-fe.h
include/postgresql/libpq/libpq-fs.h
include/postgresql/pg_config.h
include/postgresql/pg_config_manual.h
include/postgresql/pg_config_os.h
include/postgresql/pgtypes_date.h
include/postgresql/pgtypes_error.h
include/postgresql/pgtypes_interval.h
include/postgresql/pgtypes_numeric.h
include/postgresql/pgtypes_timestamp.h
Upgrade to postgresql 7.1. ok'd espie@ * The package is now called `postgresql' and not `pgsql'. * The default user that is suggested for the admin account is also `postgresql'. This will work with OpenBSD-current with long username support. If anything breaks please report to the maintainers. * pgwrap is no longer shipped or supported * Please note, you will HAVE TO BACKUP your old data if you are upgrading from a previous release of postgresql. Do this before removing the old pgsql package. From the announcement last weekend: Key New Features and Capabilities of Version 7.1 Include: * Write-ahead Log (WAL) increases data integrity and processing speed. To maintain database consistency in case of an operating system crash, previous releases of PostgreSQL have forced all all data modifications to disk before each transaction commit. With WAL, only one log file must be flushed to disk, greatly improving performance. (Tech note: can eliminate use of -F in to disable disk flushes) * TOAST (The Oversized-Attribute Storage Technique) Past releases had compiled-in row length limit typically between 8Kb & 32Kb. This restriction made storage of long text fields difficult, cumbersome and slow. TOAST enables rows of any length while maintaing the high performance PostgreSQL users have come to expect. * SQL92 Outer Joins are now supported. (Tech note: eliminates the UNION/NOT IN workaround) * 64-bit C Language Function Manager support The previous C function manager did not handle support 64-bit CPU's (e.g. Alpha, Sun, Itanium). (Tech note: This change should not impact existing custom functions developed for past versions, but performance will be improved through rewriting to use the new call interface.) * Complex Queries that are better, stronger and faster Many complex queries were unsupported in previous releases. With v7.1 combinations of views, aggregates, UNION, LIMIT, cursors, subqueries, and inherited tables are enabled. Inherited tables are now accessed by default, and subqueries in FROM are now supported.
2001-04-21 14:25:42 -04:00
include/postgresql/postgres_ext.h
include/postgresql/sql3types.h
include/postgresql/sqlca.h
lib/libecpg.a
@comment lib/libecpg.so
@comment lib/libecpg.so.4
lib/libecpg_compat.a
@comment lib/libecpg_compat.so
@comment lib/libecpg_compat.so.1
lib/libpgtypes.a
@comment lib/libpgtypes.so
@comment lib/libpgtypes.so.1
Upgrade to postgresql 7.1. ok'd espie@ * The package is now called `postgresql' and not `pgsql'. * The default user that is suggested for the admin account is also `postgresql'. This will work with OpenBSD-current with long username support. If anything breaks please report to the maintainers. * pgwrap is no longer shipped or supported * Please note, you will HAVE TO BACKUP your old data if you are upgrading from a previous release of postgresql. Do this before removing the old pgsql package. From the announcement last weekend: Key New Features and Capabilities of Version 7.1 Include: * Write-ahead Log (WAL) increases data integrity and processing speed. To maintain database consistency in case of an operating system crash, previous releases of PostgreSQL have forced all all data modifications to disk before each transaction commit. With WAL, only one log file must be flushed to disk, greatly improving performance. (Tech note: can eliminate use of -F in to disable disk flushes) * TOAST (The Oversized-Attribute Storage Technique) Past releases had compiled-in row length limit typically between 8Kb & 32Kb. This restriction made storage of long text fields difficult, cumbersome and slow. TOAST enables rows of any length while maintaing the high performance PostgreSQL users have come to expect. * SQL92 Outer Joins are now supported. (Tech note: eliminates the UNION/NOT IN workaround) * 64-bit C Language Function Manager support The previous C function manager did not handle support 64-bit CPU's (e.g. Alpha, Sun, Itanium). (Tech note: This change should not impact existing custom functions developed for past versions, but performance will be improved through rewriting to use the new call interface.) * Complex Queries that are better, stronger and faster Many complex queries were unsupported in previous releases. With v7.1 combinations of views, aggregates, UNION, LIMIT, cursors, subqueries, and inherited tables are enabled. Inherited tables are now accessed by default, and subqueries in FROM are now supported.
2001-04-21 14:25:42 -04:00
lib/libpq.a
@comment lib/libpq.so
@comment lib/libpq.so.3
2004-08-09 08:16:55 -04:00
@man man/man1/clusterdb.1
@man man/man1/createdb.1
@man man/man1/createlang.1
@man man/man1/createuser.1
@man man/man1/dropdb.1
@man man/man1/droplang.1
@man man/man1/dropuser.1
@man man/man1/ecpg.1
@man man/man1/pg_config.1
@man man/man1/pg_dump.1
@man man/man1/pg_dumpall.1
@man man/man1/pg_restore.1
@comment @man man/man1/pgtclsh.1
@comment @man man/man1/pgtksh.1
@man man/man1/psql.1
@man man/man1/vacuumdb.1
@man man/man7/abort.7
@man man/man7/alter_aggregate.7
@man man/man7/alter_conversion.7
@man man/man7/alter_database.7
@man man/man7/alter_domain.7
@man man/man7/alter_function.7
@man man/man7/alter_group.7
@man man/man7/alter_language.7
@man man/man7/alter_operator_class.7
@man man/man7/alter_schema.7
@man man/man7/alter_sequence.7
@man man/man7/alter_table.7
@man man/man7/alter_trigger.7
@man man/man7/alter_user.7
@man man/man7/analyze.7
@man man/man7/begin.7
@man man/man7/checkpoint.7
@man man/man7/close.7
@man man/man7/cluster.7
@man man/man7/comment.7
@man man/man7/commit.7
@man man/man7/copy.7
@man man/man7/create_aggregate.7
@man man/man7/create_cast.7
@man man/man7/create_constraint_trigger.7
@man man/man7/create_conversion.7
@man man/man7/create_database.7
@man man/man7/create_domain.7
@man man/man7/create_function.7
@man man/man7/create_group.7
@man man/man7/create_index.7
@man man/man7/create_language.7
@man man/man7/create_operator.7
@man man/man7/create_operator_class.7
@man man/man7/create_rule.7
@man man/man7/create_schema.7
@man man/man7/create_sequence.7
@man man/man7/create_table.7
@man man/man7/create_table_as.7
@man man/man7/create_trigger.7
@man man/man7/create_type.7
@man man/man7/create_user.7
@man man/man7/create_view.7
@man man/man7/deallocate.7
@man man/man7/declare.7
@man man/man7/delete.7
@man man/man7/drop_aggregate.7
@man man/man7/drop_cast.7
@man man/man7/drop_conversion.7
@man man/man7/drop_database.7
@man man/man7/drop_domain.7
@man man/man7/drop_function.7
@man man/man7/drop_group.7
@man man/man7/drop_index.7
@man man/man7/drop_language.7
@man man/man7/drop_operator.7
@man man/man7/drop_operator_class.7
@man man/man7/drop_rule.7
@man man/man7/drop_schema.7
@man man/man7/drop_sequence.7
@man man/man7/drop_table.7
@man man/man7/drop_trigger.7
@man man/man7/drop_type.7
@man man/man7/drop_user.7
@man man/man7/drop_view.7
@man man/man7/end.7
@man man/man7/execute.7
@man man/man7/explain.7
@man man/man7/fetch.7
@man man/man7/grant.7
@man man/man7/insert.7
@man man/man7/listen.7
@man man/man7/load.7
@man man/man7/lock.7
@man man/man7/move.7
@man man/man7/notify.7
@man man/man7/prepare.7
@man man/man7/reindex.7
@man man/man7/reset.7
@man man/man7/revoke.7
@man man/man7/rollback.7
@man man/man7/select.7
@man man/man7/select_into.7
@man man/man7/set.7
@man man/man7/set_constraints.7
@man man/man7/set_session_authorization.7
@man man/man7/set_transaction.7
@man man/man7/show.7
@man man/man7/start_transaction.7
@man man/man7/truncate.7
@man man/man7/unlisten.7
@man man/man7/update.7
@man man/man7/vacuum.7
share/doc/postgresql/
Upgrade to postgresql 7.1. ok'd espie@ * The package is now called `postgresql' and not `pgsql'. * The default user that is suggested for the admin account is also `postgresql'. This will work with OpenBSD-current with long username support. If anything breaks please report to the maintainers. * pgwrap is no longer shipped or supported * Please note, you will HAVE TO BACKUP your old data if you are upgrading from a previous release of postgresql. Do this before removing the old pgsql package. From the announcement last weekend: Key New Features and Capabilities of Version 7.1 Include: * Write-ahead Log (WAL) increases data integrity and processing speed. To maintain database consistency in case of an operating system crash, previous releases of PostgreSQL have forced all all data modifications to disk before each transaction commit. With WAL, only one log file must be flushed to disk, greatly improving performance. (Tech note: can eliminate use of -F in to disable disk flushes) * TOAST (The Oversized-Attribute Storage Technique) Past releases had compiled-in row length limit typically between 8Kb & 32Kb. This restriction made storage of long text fields difficult, cumbersome and slow. TOAST enables rows of any length while maintaing the high performance PostgreSQL users have come to expect. * SQL92 Outer Joins are now supported. (Tech note: eliminates the UNION/NOT IN workaround) * 64-bit C Language Function Manager support The previous C function manager did not handle support 64-bit CPU's (e.g. Alpha, Sun, Itanium). (Tech note: This change should not impact existing custom functions developed for past versions, but performance will be improved through rewriting to use the new call interface.) * Complex Queries that are better, stronger and faster Many complex queries were unsupported in previous releases. With v7.1 combinations of views, aggregates, UNION, LIMIT, cursors, subqueries, and inherited tables are enabled. Inherited tables are now accessed by default, and subqueries in FROM are now supported.
2001-04-21 14:25:42 -04:00
share/doc/postgresql/COPYRIGHT
share/doc/postgresql/FAQ
share/doc/postgresql/FAQ_DEV
share/doc/postgresql/HISTORY
share/doc/postgresql/INSTALL
share/doc/postgresql/README
share/doc/postgresql/README.mb.big5
share/doc/postgresql/README.mb.jp
Upgrade to postgresql 7.1. ok'd espie@ * The package is now called `postgresql' and not `pgsql'. * The default user that is suggested for the admin account is also `postgresql'. This will work with OpenBSD-current with long username support. If anything breaks please report to the maintainers. * pgwrap is no longer shipped or supported * Please note, you will HAVE TO BACKUP your old data if you are upgrading from a previous release of postgresql. Do this before removing the old pgsql package. From the announcement last weekend: Key New Features and Capabilities of Version 7.1 Include: * Write-ahead Log (WAL) increases data integrity and processing speed. To maintain database consistency in case of an operating system crash, previous releases of PostgreSQL have forced all all data modifications to disk before each transaction commit. With WAL, only one log file must be flushed to disk, greatly improving performance. (Tech note: can eliminate use of -F in to disable disk flushes) * TOAST (The Oversized-Attribute Storage Technique) Past releases had compiled-in row length limit typically between 8Kb & 32Kb. This restriction made storage of long text fields difficult, cumbersome and slow. TOAST enables rows of any length while maintaing the high performance PostgreSQL users have come to expect. * SQL92 Outer Joins are now supported. (Tech note: eliminates the UNION/NOT IN workaround) * 64-bit C Language Function Manager support The previous C function manager did not handle support 64-bit CPU's (e.g. Alpha, Sun, Itanium). (Tech note: This change should not impact existing custom functions developed for past versions, but performance will be improved through rewriting to use the new call interface.) * Complex Queries that are better, stronger and faster Many complex queries were unsupported in previous releases. With v7.1 combinations of views, aggregates, UNION, LIMIT, cursors, subqueries, and inherited tables are enabled. Inherited tables are now accessed by default, and subqueries in FROM are now supported.
2001-04-21 14:25:42 -04:00
share/doc/postgresql/TODO
2004-08-09 08:16:55 -04:00
share/postgresql/
share/postgresql/conversion_create.sql
share/postgresql/information_schema.sql
share/postgresql/postgres.description
share/postgresql/sql_features.txt
2001-02-22 14:28:12 -05:00
%%SHARED%%