• v3.1.1 53460242d8

    - Restore: the postgres *--empty* pre-clean drops functions and procedures
    Some checks failed
    CI (make tests, stable, publish) / make test (push) Has been cancelled
    CI (make tests, stable, publish) / Mark stable + publish image (SemVer tags only) (push) Has been cancelled

    kevinveenbirkenbach released this 2026-07-17 15:28:55 +00:00 | 6 commits to main since this release

    by their identity signature (pg_get_function_identity_arguments), so a
    schema that overloads a function name (e.g. discourse) no longer aborts
    the replay with "function name is not unique" under ON_ERROR_STOP.
    Identifier quoting moves from the outer DROP format into each object
    branch, since the name(args) compound must not be quoted as a whole; a
    unit test pins the per-branch %I quoting so future branches cannot
    regress unquoted.

    Downloads