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/5176~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/5176
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 6, 2025

  1. Allow casting between bytea and integer types.

    This allows smallint, integer, and bigint values to be cast to and
    from bytea. The bytea value is the two's complement representation of
    the integer, with the most significant byte first. For example:
    
      1234::bytea -> \x000004d2
      (-1234)::bytea -> \xfffffb2e
    
    Author: Aleksander Alekseev <[email protected]>
    Reviewed-by: Joel Jacobson <[email protected]>
    Reviewed-by: Yugo Nagata <[email protected]>
    Reviewed-by: Peter Eisentraut <[email protected]>
    Reviewed-by: Michael Paquier <[email protected]>
    Reviewed-by: Dean Rasheed <[email protected]>
    Discussion: https://postgr.es/m/CAJ7c6TPtOp6%2BkFX5QX3fH1SVr7v65uHr-7yEJ%3DGMGQi5uhGtcA%40mail.gmail.com
    deanrasheed authored and Commitfest Bot committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    1b35729 View commit details
    Browse the repository at this point in the history
  2. [CF 5176] v10 - Allow casting between bytea and integer types

    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/5176
    
    The branch will be overwritten each time a new patch version is posted to
    the thread, and also periodically to check for bitrot caused by changes
    on the master branch.
    
    Patch(es): https://www.postgresql.org/message-id/CAEZATCUQhKQ+i-R2ELvNL4YFKq68Qb4QUNpa-zYFZF2OeoQp=w@mail.gmail.com
    Author(s): Aleksander Alekseev
    Commitfest Bot committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    ce1fa4a View commit details
    Browse the repository at this point in the history
Loading