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: timescale/pgspot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.0
Choose a base ref
...
head repository: timescale/pgspot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.1
Choose a head ref
  • 13 commits
  • 19 files changed
  • 2 contributors

Commits on Jan 6, 2025

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

Commits on Jan 31, 2025

  1. Update dependency black to v25

    renovate[bot] authored and svenklemm committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    83b8b24 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. Update maintenance

    renovate[bot] authored and svenklemm committed Feb 2, 2025
    Configuration menu
    Copy the full SHA
    1a3af6a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. Check for misquoted arguments to SET search_path

    When using SET search_path the schemas must not be enclosed in single quotes
    as otherwise the list of schemas will be treated as a single schema name instead.
    
    Erroneous example:
    
    ```
    SET search_path TO 'pg_catalog, temp';
    ```
    
    Setting the search_path this way will result in the actual search_path being
    pg_temp, pg_catalog, "pg_catalog, pg_temp" instead of the intended value of
    pg_catalog, pg_temp. This would allow shadowing catalog relations with relations
    in the pg_temp schema.
    svenklemm committed Feb 8, 2025
    Configuration menu
    Copy the full SHA
    9b0837d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. Update maintenance

    renovate[bot] authored and svenklemm committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    3589601 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Update maintenance

    renovate[bot] authored and svenklemm committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    b8ebfa3 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2025

  1. Bump year in license

    svenklemm committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    742bf95 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2025

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

Commits on May 8, 2025

  1. Update maintenance

    renovate[bot] authored and svenklemm committed May 8, 2025
    Configuration menu
    Copy the full SHA
    544ff90 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. Configuration menu
    Copy the full SHA
    d1d4312 View commit details
    Browse the repository at this point in the history
  2. Bump gh-action-pypi-publish

    svenklemm committed May 18, 2025
    Configuration menu
    Copy the full SHA
    213d2d8 View commit details
    Browse the repository at this point in the history
  3. Update maintenance

    renovate[bot] authored and svenklemm committed May 18, 2025
    Configuration menu
    Copy the full SHA
    35d55d4 View commit details
    Browse the repository at this point in the history
  4. Release 0.9.1

    svenklemm committed May 18, 2025
    Configuration menu
    Copy the full SHA
    a8b9df7 View commit details
    Browse the repository at this point in the history
Loading