• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added constraint site_nodes_parent_id_ck to table "site_nodes" to avoid certain simple loops on parent_ids

    • -1
    • +10
    ./sql/postgresql/site-nodes-create.sql
file upgrade-5.10.0d31-5.10.0d32.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.10.0d31-5.10.0d32.sql
added oracle upgrade scripts for new check constraints

file upgrade-5.10.0d30-5.10.0d31.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.10.0d30-5.10.0d31.sql
added constraint acs_objects_context_id_ck to avoid certain simple loops on context_ids

    • -1
    • +10
    ./sql/postgresql/acs-objects-create.sql
file upgrade-5.10.0d30-5.10.0d31.sql was initially added on branch oacs-5-10.

add explicit cast to all max_n_rels with value null to increase readability and to ease function disambiguation

    • -10
    • +10
    ./sql/postgresql/groups-create.sql
  1. … 3 more files in changeset.
file upgrade-5.10.0d29-5.10.0d30.sql was initially added on branch oacs-5-10.

Fix attribute datatype discrepancy

white-space changes

    • -84
    • +84
    ./sql/postgresql/utilities-create.sql
add as well support for schema name to util__table_column_exists and util__view_exists

    • -7
    • +42
    ./sql/postgresql/utilities-create.sql
address issue #3436: support for schema name in util__table_exists

TODO: Oracle version is missing

    • -4
    • +21
    ./sql/postgresql/utilities-create.sql
file upgrade-5.10.0d29-5.10.0d29.sql was initially added on branch oacs-5-10.

Added index on foreign key column to reduce sequential reads on delete

operations, since the optimizer brain fart ((c)Don Baccus) that existed

17 years ago in pg 7.2 seems to be gone

(https://openacs.org/forums/message-view?message_id=142769)

file upgrade-5.10.0d27-5.10.0d28.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.10.0d27-5.10.0d28.sql
add editor hints, whitespace changes

    • -177
    • +184
    ./sql/postgresql/groups-body-create.sql
    • -63
    • +69
    ./sql/postgresql/site-nodes-create.sql
whitespace changes

    • -148
    • +148
    ./sql/postgresql/groups-body-create.sql
    • -86
    • +85
    ./sql/postgresql/site-nodes-create.sql
- Convert frequenty used functions from plpgsql

to strict and stable SQL functions, which allow

the PostgreSQL more optimizations

* acs_group__member_p/3

* site_node__url/1

- bump version number to 5.10.0d27

    • -17
    • +20
    ./sql/postgresql/groups-body-create.sql
    • -8
    • +7
    ./sql/postgresql/site-nodes-create.sql
file upgrade-5.10.0d26-5.10.0d27.sql was initially added on branch oacs-5-10.

Attribute discrepancy fix for object_types in OpenACS.

Some attributes are not created for new instances since 2006, but an upgrade

script deleting the already existing ones was never done.

Original datatype change:

https://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Avictorg%3A20060727200933

https://github.com/openacs/openacs-core/commit/7e30fa270483dcbc866ffbf6f5cf4f30447987cb

file upgrade-5.10.0d25-5.10.0d26.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.10.0d25-5.10.0d26.sql
Add oracle upgrade logic for previous attribute datatype discrepancy package upgrades, and fix typo in postgres upgrade script

  1. … 1 more file in changeset.
file upgrade-5.10.0d24-5.10.0d25.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.10.0d24-5.10.0d25.sql
Fix attribute datatype discrepancy, introduced in 2006 but never fixed for already existing instances.

Original datatype change:

https://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Avictorg%3A20060727200933

https://github.com/openacs/openacs-core/commit/7e30fa270483dcbc866ffbf6f5cf4f30447987cb

  1. … 2 more files in changeset.
file upgrade-5.10.0d24-5.10.0d25.sql was initially added on branch oacs-5-10.

Index acs_object's creation and modification date

    • -1
    • +3
    ./sql/postgresql/acs-objects-create.sql
file upgrade-5.10.0d23-5.10.0d24.sql was initially added on branch oacs-5-10.

Fix typo in message key

    • -1
    • +1
    ./catalog/acs-kernel.de_DE.ISO-8859-1.xml
Export message keys to normalize sorting anx xml quoting (will prevent huge diffs with new message keys)

    • -87
    • +86
    ./catalog/acs-kernel.de_DE.ISO-8859-1.xml
    • -88
    • +89
    ./catalog/acs-kernel.en_US.ISO-8859-1.xml
make return arguments explicit