Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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: postgrespro/pg_query_state
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: PGPRO-9797
Choose a base ref
...
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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 17 files changed
  • 5 contributors

Commits on Apr 12, 2024

  1. [PGPRO-10083] Set guc to false in python test.

    pg_query_state.enable_timing and enable_buffers default to false. But we should
    forcefully set guc variables to false in case of its true values in the configuration file.
    
    Tags: pg_query_state.
    Ekaterina Sokolova committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1547e21 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Update TPC-DS tests

    1) Enable TPC-DS tests
    2) Added the ability to crash when calling function pg_query_state
    3) Fix path to library in venv
    4) Disable requiring Travis tests to be run for unsupported versions
    Ekaterina Sokolova committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a81edd4 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Merge pull request #50 from postgrespro/PGPRO-10083

    Forcelly set guc to false in python test.
    sokolcati authored May 6, 2024
    Configuration menu
    Copy the full SHA
    8b8a52a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Merge remote-tracking branch 'origin/PGPRO-9797'

    Marina Polyakova committed May 22, 2024
    Configuration menu
    Copy the full SHA
    35416b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Improve error handling.

    Ekaterina Sokolova committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7801aa1 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Correcting confusion in variables.

    Ekaterina Sokolova committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ec52e0a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Update TPC-DS tests.

    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.
    sokolcati authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b54b0dd View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Merge pull request #55 from postgrespro/PGPRO-10932

    Correcting confusion in variables.
    sokolcati authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    90399a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Updates for PostgreSQL 17.

    1) Add patches for PostgreSQL 17;
    2) Add alternative output to python test due to
       EXPLAIN output change. See fd0398fcb099.
    Ekaterina Sokolova committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1230ab0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Merge pull request #56 from postgrespro/PGPRO-11060

    Updates for PostgreSQL 17.
    sokolcati authored and Ekaterina Sokolova committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    49c5f78 View commit details
    Browse the repository at this point in the history
  2. Remove checks with timeout problems.

    Ekaterina Sokolova committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0c6e36a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. [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
    arseny114 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    154e5f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Merge pull request #57 from arseny114/PGPRO-11597

    Redesigned the launch of isolation tests
    sokolcati authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    5dec7d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

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

Commits on Jan 28, 2025

  1. Merge pull request #61 from postgrespro/meson_build_master

    Add meson.build file to support building from the contrib source tree.
    sokolcati authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    df82353 View 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 committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    ee0d4a8 View commit details
    Browse the repository at this point in the history
Loading