Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cf/4458~1
Choose a base ref
...
head repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf/4458
Choose a head ref
  • 2 commits
  • 18 files changed
  • 2 contributors

Commits on Jul 30, 2024

  1. Retiring is_pushed_down

    When forming an outer join's joinrel, we have the is_pushed_down flag in
    RestrictInfo nodes to distinguish those quals that are in that join's
    JOIN/ON condition from those that were pushed down to the joinrel and
    thus act as filter quals.  Since now we have the outer-join-aware-Var
    infrastructure, we can check to see whether a qual clause's
    required_relids reference the outer join(s) being formed, in order to
    tell if it's a join or filter clause.  This seems like a more principled
    way.
    
    This patch is an attempt to retire the is_pushed_down flag.
    guofengrichard authored and Commitfest Bot committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0dff51c View commit details
    Browse the repository at this point in the history
  2. [CF 48/4458] v4 - Retiring is_pushed_down

    This commit was automatically generated by a robot at cfbot.cputube.org.
    It is based on patches submitted to the PostgreSQL mailing lists and
    registered in the PostgreSQL Commitfest application.
    
    This branch will be overwritten each time a new patch version is posted to
    the email thread, and also periodically to check for bitrot caused by changes
    on the master branch.
    
    Commitfest entry: https://commitfest.postgresql.org/48/4458
    Patch(es): https://www.postgresql.org/message-id/CAMbWs48awvB3Z5GKETGP2DkwGY7j6fx=192abvQ-QxaMW3fdEQ@mail.gmail.com
    Author(s): Richard Guo
    Commitfest Bot committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    71fd2ee View commit details
    Browse the repository at this point in the history
Loading