head 1.3; access; symbols pkgsrc-2017Q1:1.2.0.42 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.40 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.38 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.36 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.34 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.32 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.30 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.28 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.26 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.24 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.22 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.20 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.18 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.16 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.14 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.12 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.10 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.6 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.4 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.2 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.1.1.1.0.4 pkgsrc-2011Q4-base:1.1.1.1 pkgsrc-2011Q3:1.1.1.1.0.2 pkgsrc-2011Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2017.05.24.19.51.13; author adam; state dead; branches; next 1.2; commitid MLvPbLL2GIsybGSz; 1.2 date 2012.03.03.14.01.12; author adam; state Exp; branches; next 1.1; 1.1 date 2011.09.15.08.32.01; author adam; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2011.09.15.08.32.01; author adam; state Exp; branches; next ; desc @@ 1.3 log @Removed databases/postgresql91 @ text @@@comment $NetBSD: PLIST,v 1.2 2012/03/03 14:01:12 adam Exp $ bin/pltcl_delmod bin/pltcl_listmod bin/pltcl_loadmod lib/postgresql/pltcl.so share/locale/cs/LC_MESSAGES/pltcl-9.1.mo share/locale/de/LC_MESSAGES/pltcl-9.1.mo share/locale/es/LC_MESSAGES/pltcl-9.1.mo share/locale/fr/LC_MESSAGES/pltcl-9.1.mo share/locale/it/LC_MESSAGES/pltcl-9.1.mo share/locale/ja/LC_MESSAGES/pltcl-9.1.mo share/locale/pl/LC_MESSAGES/pltcl-9.1.mo share/locale/pt_BR/LC_MESSAGES/pltcl-9.1.mo share/locale/ro/LC_MESSAGES/pltcl-9.1.mo share/locale/ru/LC_MESSAGES/pltcl-9.1.mo share/locale/tr/LC_MESSAGES/pltcl-9.1.mo share/locale/zh_CN/LC_MESSAGES/pltcl-9.1.mo share/locale/zh_TW/LC_MESSAGES/pltcl-9.1.mo share/postgresql/extension/pltcl--1.0.sql share/postgresql/extension/pltcl--unpackaged--1.0.sql share/postgresql/extension/pltcl.control share/postgresql/extension/pltclu--1.0.sql share/postgresql/extension/pltclu--unpackaged--1.0.sql share/postgresql/extension/pltclu.control share/postgresql/unknown.pltcl @ 1.2 log @Changes: * Fix btree index corruption from insertions concurrent with vacuuming * Recover from errors occurring during WAL replay of DROP TABLESPACE * Fix transient zeroing of shared buffers during WAL replay * Fix postmaster to attempt restart after a hot-standby crash * Fix corner case in SSI transaction cleanup * Update per-column permissions, not only per-table permissions, when changing table owner * Fix handling of data-modifying WITH subplans in READ COMMITTED rechecking * Fix for "could not find plan for CTE" failures * Fix unsupported node type error caused by COLLATE in an INSERT expression * Avoid crashing when we have problems deleting table files post-commit * Fix recently-introduced memory leak in processing of inet/cidr * Fix GIN cost estimation to handle column IN (...) index conditions * Fix I/O-conversion-related memory leaks in plpgsql * Teach pg_upgrade to handle renaming of plpython's shared library (affecting upgrades to 9.1) @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/15 08:32:01 adam Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.4 2011/02/09 08:48:19 adam Exp $ d15 1 @ 1.1.1.1 log @Version 9.1 delivers several features which users have been requesting for years, removing roadblocks to deploying new or ported applications on PostgreSQL. These include: * Synchronous Replication: enable high-availability with consistency across multiple servers * Per-Column Collations: support linguistically-correct sorting per database, table or column. * Unlogged Tables: greatly improves performance for ephemeral data Our community of contributors innovates with cutting-edge features. Version 9.1 includes several which are new to the database industry, such as: * K-Nearest-Neighbor Indexing: index on "distance" for faster location and text search queries * Serializable Snapshot Isolation: keeps concurrent transactions consistent without blocking, using "true serializability" * Writeable Common Table Expressions: execute complex multi-stage data updates in a single query * Security-Enhanced Postgres: deploy military-grade security and Mandatory Access Control @ text @@