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/6003~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/6003
Choose a head ref
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on Sep 5, 2025

  1. Allow to log raw parse tree.

    This commit allows to log the raw parse tree in the same way we
    currently log the parse tree, rewritten tree, and plan tree.
    
    To avoid unnecessary log noise for users not interested in this
    detail, a new GUC option, "debug_print_raw_parse", has been added.
    
    When starting the PostgreSQL process with "-d N", and N is 3 or higher,
    debug_print_raw_parse is enabled automatically, alongside
    debug_print_parse.
    
    Author: Chao Li <[email protected]>
    Reviewed-by: Tender Wang <[email protected]>
    Reviewed-by: Tatsuo Ishii <[email protected]>
    Reviewed-by: John Naylor <[email protected]>
    Discussion: https://postgr.es/m/CAEoWx2mcO0Gpo4vd8kPMAFWeJLSp0MeUUnaLdE1x0tSVd-VzUw%40mail.gmail.com
    tatsuo-ishii committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    06473f5 View commit details
    Browse the repository at this point in the history
Loading