- Notifications
You must be signed in to change notification settings - Fork26
Comparing changes
Open a pull request
base repository:postgrespro/pg_query_state
Uh oh!
There was an error while loading.Please reload this page.
base:fix_tpcds
head repository:postgrespro/pg_query_state
Uh oh!
There was an error while loading.Please reload this page.
compare:master
Uh oh!
There was an error while loading.Please reload this page.
- 13commits
- 12files changed
- 7contributors
Commits on Sep 19, 2024
PGPRO-10866: Add static decoration to avoid error:
"no previous extern declaration for non-static variable [-Wmissing-variable-declarations]".Tags: pg_query_state
Commits on Jan 22, 2025
Commits on Jan 28, 2025
Merge pull request#61from postgrespro/meson_build_master
Add meson.build file to support building from the contrib source tree.
Disable TPC-DS tests in Travis CI
because of using an outdated third-party library.
Ekaterina Sokolova committedJan 28, 2025
Commits on Jun 2, 2025
Merge pull request#62from postgrespro/PGPRO-10866
Add static decoration to avoid error:"no previous extern declaration for non-static variable [-Wmissing-variable-declarations]".
Commits on Jul 16, 2025
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.
Commits on Aug 25, 2025
[PGPRO-14766] Fixed 001_bad_progress_bar.pl
The incorrectly used $_ variable has been replaced with 'postgres'.Tags: pg_query_state
Arseny Kositsyn committedAug 25, 2025
Commits on Aug 26, 2025
Merge pull request#64from arseny114/PGPRO-14766
[PGPRO-14766] Fixed 001_bad_progress_bar.pl
Commits on Sep 2, 2025
PGPRO-10866: Add static decoration to avoid error:
"no previous extern declaration for non-static variable [-Wmissing-variable-declarations]".Return back changes from the similar commitd01ea74 (PGPRO-10866: Add static decoration toavoid error) as they were reverted in the commitc927d0c (Add progress bar during queryexecution to track progress. (#63)).
Marina Polyakova committedSep 2, 2025
Commits on Sep 3, 2025
PGPRO-12044: Use vanilla ExecutorRun hook simplification.
Caused by: - 3eea7a0c97e94f9570af87317ce3f6a41eb62768 (PostgreSQL) Simplify executor's determination of whether to use parallelism. -138323b (pg_query_state subtree) Merged versions 9.6 and 10 Tags: pg_query_stateAuthor: Anton A. Melnikov
Marina Polyakova committedSep 3, 2025 - Ekaterina Sokolova committed
Sep 3, 2025 Merge remote-tracking branch 'origin/PGPRO-12044'
Marina Polyakova committedSep 3, 2025
Commits on Sep 4, 2025
Add proper routine with users over --config-auth (#67)
Windows requires sspi user authentification. We needuse some specific configurations for tests so that testswork the same on different types of systems, including Windows.
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff fix_tpcds...master
Uh oh!
There was an error while loading.Please reload this page.