- 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:PGPRO-9797
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.
- 16commits
- 17files changed
- 5contributors
Commits on Apr 12, 2024
[PGPRO-10083] Set guc to false in python test.
pg_query_state.enable_timing and enable_buffers default to false. But we shouldforcefully set guc variables to false in case of its true values in the configuration file.Tags: pg_query_state.
Ekaterina Sokolova committedApr 12, 2024
Commits on Apr 30, 2024
1) Enable TPC-DS tests2) Added the ability to crash when calling function pg_query_state3) Fix path to library in venv4) Disable requiring Travis tests to be run for unsupported versions
Ekaterina Sokolova committedApr 30, 2024
Commits on May 6, 2024
Merge pull request#50from postgrespro/PGPRO-10083
Forcelly set guc to false in python test.
Commits on Sep 3, 2024
Fix using virtual environment, avoid TPC-DS tests failing when fast query status could not be obtained.Travis CI: enable TPC-DS tests, allow tests to fail on unsupported versions.
Commits on Sep 5, 2024
Merge pull request#55from postgrespro/PGPRO-10932
Correcting confusion in variables.
Commits on Oct 21, 2024
1) Add patches for PostgreSQL 17;2) Add alternative output to python test due to EXPLAIN output change. See fd0398fcb099.
Ekaterina Sokolova committedOct 21, 2024
Commits on Oct 31, 2024
Merge pull request#56from postgrespro/PGPRO-11060
Updates for PostgreSQL 17.
Remove checks with timeout problems.
Ekaterina Sokolova committedOct 31, 2024
Commits on Nov 15, 2024
[PGPRO-11597] Redesigned the launch of isolation tests
"CREATE/DROP EXTENSION" has been removed from spec.Instead, the "ISOLATION_OPTS" variable is used.Tags: pg_query_state
Commits on Nov 28, 2024
Merge pull request#57from arseny114/PGPRO-11597
Redesigned the launch of isolation tests
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
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 PGPRO-9797...master
Uh oh!
There was an error while loading.Please reload this page.