• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
backport from HEAD for PG 11

[PostgreSQL 11] Change 'with (iscachable)' to IMMUTABLE for PG11

document parameter consitently concerning required server restarts

improve comments and spelling

    • -2
    • +2
    ./sql/oracle/acs-relationships-create.sql
fix issue #3360; probably a problem that shows up with pg10.

make checking of pg_version number more robust (backporting changes from head).

See also issue #3359

Fix typos

Removed obsolete @arch-tag

    • -2
    • +1
    ./sql/oracle/upgrade/upgrade-5.2.0d11-5.2.0d12.sql
  1. … 29 more files in changeset.
Add @see in deprecated proc, declare acs-kernel.AdminOwner parameter deprecated (superseded by acs-kernel.HostAdministrator)

  1. … 1 more file in changeset.
Fix typo

Change database type for boolean from "bool" to "boolean" in acs_datatypes

    • -2
    • +2
    ./sql/postgresql/acs-metadata-create.sql
    • -0
    • +7
    ./sql/postgresql/upgrade/upgrade-5.10.0d7-5.10.0d8.sql
    • -1
    • +1
    ./catalog/acs-kernel.de_DE.ISO-8859-1.xml
Remove reference to legacy datamodel

...chances are few this code will be ever executed anyhow, as is the dropping script for the very kernel

Remove obsolete table apm_package_db_types: this was superseded by threaded cache ::acs::known_database_types

    • -0
    • +5
    ./sql/oracle/upgrade/upgrade-5.10.0d6-5.10.0d7.sql
    • -0
    • +5
    ./sql/postgresql/upgrade/upgrade-5.10.0d6-5.10.0d7.sql
  1. … 1 more file in changeset.
imporve spelling

    • -1
    • +1
    ./sql/oracle/upgrade/upgrade-4.1.1-4.2.sql
    • -2
    • +2
    ./sql/postgresql/site-nodes-create.sql
fix typo

Replace obsolete function bitfromint4() by cast

    • -0
    • +38
    ./sql/postgresql/upgrade/upgrade-5.10.0d5-5.10.0d6.sql
Replace obsolete funktion bittoint4() by cast

    • -0
    • +78
    ./sql/postgresql/upgrade/upgrade-5.10.0d4-5.10.0d5.sql
fix singular/plural typos

  1. … 6 more files in changeset.
Fix typos

    • -2
    • +2
    ./sql/postgresql/acs-objects-create.sql
  1. … 31 more files in changeset.
Fix typos

    • -1
    • +1
    ./sql/oracle/upgrade/upgrade-4.5-4.5.1.sql
  1. … 23 more files in changeset.
improve spelliing

  1. … 2 more files in changeset.
Fix typos

  1. … 6 more files in changeset.
Fix typos

    • -2
    • +2
    ./sql/oracle/rel-constraints-create.sql
    • -1
    • +1
    ./sql/oracle/upgrade/upgrade-4.1.1-4.2.sql
  1. … 57 more files in changeset.
Fix typos

  1. … 28 more files in changeset.
Fix typos

  1. … 52 more files in changeset.
Upgrade fix

Execute cleanup only if explicitly uncommented, as might have performance implications.

Also, correct unaligned constraint names in old instances upgraded incrementally over the years.

  1. … 1 more file in changeset.
Portrait management reform and correction

Moved logics to create a portrait in a proc in order to reuse it in other places

such as picture retrieval services (e.g. Bach picture retrieval at WU). Turns out

we were not doing our homeworks here: when the portrait is created into CR, a

cr_child_rel is created. When the portrait was erased though, this was not cleaned

up propely, leaving dangling acs_objects with no reference in cr_child_rels table.

On busy sites, this can grow in the ten thousands order of magnitude. Changes include

also fix for this behavior and tuples cleanup.

    • -2
    • +11
    ./sql/postgresql/acs-objects-create.sql
    • -0
    • +80
    ./sql/postgresql/upgrade/upgrade-5.10.0d3-5.10.0d4.sql
  1. … 14 more files in changeset.
Fix typos

    • -2
    • +2
    ./sql/oracle/acs-permissions-create.sql
    • -2
    • +2
    ./sql/oracle/rel-constraints-create.sql
    • -1
    • +1
    ./sql/oracle/upgrade/upgrade-4.1.1-4.2.sql
    • -2
    • +2
    ./sql/postgresql/acs-objects-create.sql
Backfix upgrade to be PostgreSQL 9.0 compliant