pkgsrc/databases/postgresql84-pltcl/PLIST
adam 6d0d409bc0 Changes 8.4.1:
* Fix WAL page header initialization at the end of archive recovery
* Fix "cannot make new WAL entries during recovery" error
* Fix problem that could make expired rows visible after a crash
* Disallow "RESET ROLE" and "RESET SESSION AUTHORIZATION" inside
  security-definer functions
* Make "LOAD" of an already-loaded loadable module into a no-op
* Make window function PARTITION BY and ORDER BY items always be
  interpreted as simple expressions
* Fix several errors in planning of semi-joins
* Fix handling of whole-row references to subqueries that are within
  an outer join
* Fix Windows shared-memory allocation code
* Fix locale handling with plperl
* Fix handling of reloptions to ensure setting one option doesn't
  force default values for others
* Ensure that a "fast shutdown" request will forcibly terminate open
  sessions, even if a "smart shutdown" was already in progress
* Avoid memory leak for array_agg() in GROUP BY queries
* Treat to_char(..., 'TH') as an uppercase ordinal suffix with 'HH'/'HH12'
2009-09-10 10:06:19 +00:00

13 lines
646 B
Text

@comment $NetBSD: PLIST,v 1.2 2009/09/10 10:06:20 adam Exp $
${PG_SUBPREFIX}bin/pltcl_delmod
${PG_SUBPREFIX}bin/pltcl_listmod
${PG_SUBPREFIX}bin/pltcl_loadmod
${PG_SUBPREFIX}lib/postgresql/pltcl.la
${PG_SUBPREFIX}share/postgresql/unknown.pltcl
${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/pltcl0-8.4.mo
${PG_SUBPREFIX}share/locale/es/LC_MESSAGES/pltcl0-8.4.mo
${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/pltcl0-8.4.mo
${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pltcl0-8.4.mo
${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pltcl0-8.4.mo
${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/pltcl0-8.4.mo
${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/pltcl0-8.4.mo