Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:postgrespro/pg_query_state
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:fix_tpcds
Choose a base ref
Loading
...
head repository:postgrespro/pg_query_state
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:master
Choose a head ref
Loading
  • 6commits
  • 12files changed
  • 4contributors

Commits on Sep 19, 2024

  1. PGPRO-10866: Add static decoration to avoid error:

    "no previous extern declaration for non-static variable [-Wmissing-variable-declarations]".Tags: pg_query_state
    @antamel
    antamel committedSep 19, 2024
    Configuration menu
    Copy the full SHA
    d01ea74View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Configuration menu
    Copy the full SHA
    5a0f75bView commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Merge pull request#61from postgrespro/meson_build_master

    Add meson.build file to support building from the contrib source tree.
    @sokolcati
    sokolcati authoredJan 28, 2025
    Configuration menu
    Copy the full SHA
    df82353View commit details
    Browse the repository at this point in the history
  2. Disable TPC-DS tests in Travis CI

    because of using an outdated third-party library.
    Ekaterina Sokolova committedJan 28, 2025
    Configuration menu
    Copy the full SHA
    ee0d4a8View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Merge pull request#62from postgrespro/PGPRO-10866

    Add static decoration to avoid error:"no previous extern declaration for non-static variable [-Wmissing-variable-declarations]".
    @sokolcati
    sokolcati authoredJun 2, 2025
    Configuration menu
    Copy the full SHA
    b3ae98eView commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Add progress bar during query execution to track progress. (#63)

    Progress bar is run-time SQL-query progress indicator.Function pg_progress_bar(pid) extracts the current query state from backend with specified 'pid'. Then gets thenumerical values of the actual rows and total rows and count progress for the whole query tree. Function returnsnumeric value from 0 to 1 describing the measure of query fulfillment. This function can be used to be embeddedin the PostgreSQL GUI.To intuitively track progress without using a graphical client, you can use the additionally implemented functionpg_progress_bar_visual(pid, delay). It prints state every period specified by 'delay' (in seconds).Increase version to 1.2 due to init.sql change.
    @sokolcati
    sokolcati authoredJul 16, 2025
    Configuration menu
    Copy the full SHA
    c927d0cView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp