-
Notifications
You must be signed in to change notification settings - Fork 27
Comparing changes
Open a pull request
base repository: postgrespro/pg_query_state
base: fix_tpcds
head repository: postgrespro/pg_query_state
compare: master
- 20 commits
- 19 files changed
- 7 contributors
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
Configuration menu - View commit details
-
Copy full SHA for d01ea74 - Browse repository at this point
Copy the full SHA d01ea74View commit details
Commits on Jan 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5a0f75b - Browse repository at this point
Copy the full SHA 5a0f75bView commit details
Commits on Jan 28, 2025
-
Merge pull request #61 from postgrespro/meson_build_master
Add meson.build file to support building from the contrib source tree.
Configuration menu - View commit details
-
Copy full SHA for df82353 - Browse repository at this point
Copy the full SHA df82353View commit details -
Disable TPC-DS tests in Travis CI
because of using an outdated third-party library.
Ekaterina Sokolova committedJan 28, 2025 Configuration menu - View commit details
-
Copy full SHA for ee0d4a8 - Browse repository at this point
Copy the full SHA ee0d4a8View commit details
Commits on Jun 2, 2025
-
Merge pull request #62 from postgrespro/PGPRO-10866
Add static decoration to avoid error: "no previous extern declaration for non-static variable [-Wmissing-variable-declarations]".
Configuration menu - View commit details
-
Copy full SHA for b3ae98e - Browse repository at this point
Copy the full SHA b3ae98eView commit details
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 the numerical values of the actual rows and total rows and count progress for the whole query tree. Function returns numeric value from 0 to 1 describing the measure of query fulfillment. This function can be used to be embedded in the PostgreSQL GUI. To intuitively track progress without using a graphical client, you can use the additionally implemented function pg_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.
Configuration menu - View commit details
-
Copy full SHA for c927d0c - Browse repository at this point
Copy the full SHA c927d0cView commit details
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 Configuration menu - View commit details
-
Copy full SHA for fc8a3c7 - Browse repository at this point
Copy the full SHA fc8a3c7View commit details
Commits on Aug 26, 2025
-
Merge pull request #64 from arseny114/PGPRO-14766
[PGPRO-14766] Fixed 001_bad_progress_bar.pl
Configuration menu - View commit details
-
Copy full SHA for aa7866c - Browse repository at this point
Copy the full SHA aa7866cView commit details
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 commit d01ea74 (PGPRO-10866: Add static decoration to avoid error) as they were reverted in the commit c927d0c (Add progress bar during query execution to track progress. (#63)).
Marina Polyakova committedSep 2, 2025 Configuration menu - View commit details
-
Copy full SHA for 1fbf3b1 - Browse repository at this point
Copy the full SHA 1fbf3b1View commit details
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_state Author: Anton A. MelnikovMarina Polyakova committedSep 3, 2025 Configuration menu - View commit details
-
Copy full SHA for ce18dfd - Browse repository at this point
Copy the full SHA ce18dfdView commit details -
Ekaterina Sokolova committed
Sep 3, 2025 Configuration menu - View commit details
-
Copy full SHA for 9e1eb99 - Browse repository at this point
Copy the full SHA 9e1eb99View commit details -
Merge remote-tracking branch 'origin/PGPRO-12044'
Marina Polyakova committedSep 3, 2025 Configuration menu - View commit details
-
Copy full SHA for adea69f - Browse repository at this point
Copy the full SHA adea69fView commit details
Commits on Sep 4, 2025
-
Add proper routine with users over --config-auth (#67)
Windows requires sspi user authentification. We need use some specific configurations for tests so that tests work the same on different types of systems, including Windows.
Configuration menu - View commit details
-
Copy full SHA for 389a262 - Browse repository at this point
Copy the full SHA 389a262View commit details
Commits on Oct 17, 2025
-
PGPRO-13320: include commands/explain_state.h for PostgreSQL 18+
See the commit c65bc2e1d14a2d4daed7c1921ac518f2c5ac3d17 (Make it possible for loadable modules to add EXPLAIN options.) in PostgreSQL 18+.
Marina Polyakova committedOct 17, 2025 Configuration menu - View commit details
-
Copy full SHA for 271da32 - Browse repository at this point
Copy the full SHA 271da32View commit details -
PGPRO-13320: include commands/explain_format.h for PostgreSQL 18+
See the commit 9173e8b604636633a8e3aca54bb56a437bffa718 (Create explain_format.c and move relevant code there.) in PostgreSQL 18+.
Marina Polyakova committedOct 17, 2025 Configuration menu - View commit details
-
Copy full SHA for b705e7d - Browse repository at this point
Copy the full SHA b705e7dView commit details
Commits on Oct 21, 2025
-
PGPRO-13772, PGPRO-15606: temporarily disable the corner_cases test
This commit must be reverted later.
Marina Polyakova committedOct 21, 2025 Configuration menu - View commit details
-
Copy full SHA for 5083b22 - Browse repository at this point
Copy the full SHA 5083b22View commit details
Commits on Oct 22, 2025
-
Merge pull request #68 from postgrespro/PGPRO-13320
Take into account the new structure of files implementing the EXPLAIN command
Configuration menu - View commit details
-
Copy full SHA for c20d892 - Browse repository at this point
Copy the full SHA c20d892View commit details
Commits on Oct 24, 2025
-
Update pg_query_state to PostgreSQL 18
1. Change backend status to text conversion due to possible status set changes 2. Update Travis CI
Configuration menu - View commit details
-
Copy full SHA for ca1a4ab - Browse repository at this point
Copy the full SHA ca1a4abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3002c2c - Browse repository at this point
Copy the full SHA 3002c2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2df6b5f - Browse repository at this point
Copy the full SHA 2df6b5fView commit details
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