• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

on pg version 9.0 ( and lower ) the function string_to_array takes only two parameters.

  1. … 1 more file in changeset.
Creating recursive version of permissions functions iff pg version is >= 8.4.

    • -104
    • +161
    ./upgrade-5.8.0d3-5.8.0d4.sql
  1. … 3 more files in changeset.
Renaming parameters used on recursive query in order to avoid name clashing with function parameters ( seems to happen just in pg 8.4 ).

  1. … 1 more file in changeset.
Rewriting acs_permission__permission_p function to use recursive queries ( available in PG since 8.4 ) and modifiying

queries around core packages to avoid checking persmissions using a subquery on the acs_object_party_privilege_map view.

    • -0
    • +116
    ./upgrade-5.8.0d3-5.8.0d4.sql
  1. … 14 more files in changeset.