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: porsager/postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: stephenh/postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 18 files changed
  • 1 contributor

Commits on Mar 23, 2025

  1. fix: Remove array support from inferType.

    I believe this was always broken, because the oid of a boolean[]
    is not the same as the oid of a boolean, and AFAICT inferType
    was resolving "boolean[] --> the oid of a boolean" without any
    attempt to translate over to the `boolean[]` oid.
    
    There's talk of removing `inferType` entirely, which would have to
    wait until v4, but I think if this array-based support has always
    been broken (afaiu?), we can just remove it immediately in a v3
    bug fix release.
    
    Fixes #471
    stephenh committed Mar 23, 2025
    Configuration menu
    Copy the full SHA
    cf7e29f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. feat: Add onquery callback.

    stephenh committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    d8d2daf View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branches 'origin/add-onquery-callback' and 'ori…

    …gin/remove-array-inference'
    stephenh committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    1ad6d12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ede9db4 View commit details
    Browse the repository at this point in the history
Loading