• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Streamline sql to reduce divergencies between oracle and postgres codebase, remove redundant query definitions

whitespace cleanup

Use subst instead of string quoting to improve readability (syntax highlighting)

Drop -postgresql.xql for "create_table" since there is no -oracle.xql and the -postgresql.xql is identical to inline code.

Replace deprecated 'party::permission_p' by 'permission::permission_p'

  1. … 11 more files in changeset.
Deprecate wrappers for 'permission::permission_p' and permission::require_permission.

  1. … 1 more file in changeset.
Add @see to deprecated proc.

Replace deprecated proc 'group::permission_p' with 'party::permission_p'

  1. … 11 more files in changeset.
Deprecate proc 'group::permission_p'

improve capitalization

  1. … 5 more files in changeset.
improve wording

  1. … 7 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 469 more files in changeset.
Prefer indivudual 'set' operations over 'lassign' in this case.

Rework variable assigning loops (set -> lassign) + Whitespace changes

  1. … 13 more files in changeset.
make spelling more consitent

  1. … 1 more file in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 222 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 69 more files in changeset.
fix typos, regenerated documentation

  1. … 308 more files in changeset.
Prefer string comparison operators to 'string equal' and 'empty_string_p'

  1. … 5 more files in changeset.
fix typos

  1. … 6 more files in changeset.
fix typos

  1. … 1 more file in changeset.
Fix typos

  1. … 7 more files in changeset.
Fix typos

  1. … 31 more files in changeset.
Fix typos

Fix typos

  1. … 10 more files in changeset.
improve sanity of expressions

use per-thread caching for "package_function_p" and "package_plsql_args" to reduce stress on util_memoize cache

Fix typos

  1. … 62 more files in changeset.
Fix typos

  1. … 41 more files in changeset.
subsite::get: do not force array interface and return always dict

delete unneeded .xql files

    • -19
    • +0
    ./plsql-utility-procs-postgresql.xql
  1. … 22 more files in changeset.