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

Commits on Mar 22, 2025

  1. Add default extension version to \dx

    In an effort to make at least a couple of more people realize they have
    to run ALTER EXTENSION UPDATE after they've upgraded an extension,  as
    well as make it a bit easier to realize when you have to do it, this
    adds the default version of an extension to the output of \dx. We
    previously showed the installed version in the schema, but no
    indications that a newer one might be installed on the system.
    JelteF authored and Commitfest Bot committed Mar 22, 2025
    Copy the full SHA
    c7f910d View commit details
  2. Use d alias for pg_description consistently

    In the psql query for \dx we used "c" as an alias for pg_description.
    That's a pretty arbitrary letter and given that in all other queries in
    use "d" as alias for that table this changes that to follow that
    convention.
    
    Reported-By: Michael Banck
    JelteF authored and Commitfest Bot committed Mar 22, 2025
    Copy the full SHA
    b608d27 View commit details
  3. [CF 5498] v3 - Adding extension default version to \dx

    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/5498
    
    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/D7ZX2ATWM35J.1S31FOUASRJIG@jeltef.nl
    Author(s): Magnus Hagander, Jelte Fennema-Nio
    Commitfest Bot committed Mar 22, 2025
    Copy the full SHA
    e7873bd View commit details
Loading