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: stac-utils/pgstac
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.4
Choose a base ref
...
head repository: stac-utils/pgstac
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 6 commits
  • 23 files changed
  • 4 contributors

Commits on Aug 24, 2021

  1. update changelog (#48)

    vincentsarago authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    6e43fb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Ensure connection is closed before exiting (#50)

    Jon Duckworth authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    b210b68 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Performance fixes (#57)

    * add constraints to increase performance
    
    * fixes for multiple migration entries
    
    * remove unused code
    
    * get migrations / tests passing
    
    * make sure that existing migrations follow the unique key
    
    * make the incremental migration run partition_checks on all partitions
    
    * add docs for settings
    bitner authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    2983165 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Performance / locking fixes/enhancements (#65)

    * Use a temp table rather than (slow) json concatenation in search function
    * Reduce locks when creating constraints by using "NOT VALID"
    * Add logic to remove any cached searches that use data from updated partitions on ingest (Fixes Update where_stats after ingest of new data #62 )
    * Add validate_constraints function to validate any constraints constructed with NOT VALID flag
    * Fixes issue with docker image startup. Use pypgstac migrate for initializing docker database (Fixes cannot start database service built with pgstac:v0.3.5  #59 )
    bitner authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    5d516c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

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

Commits on Dec 6, 2021

  1. Cql2 (#70)

    * fix in, between, and not to match cql1 spec
    
    * stage version update
    
    * add support for cql2
    
    * merging this pr with cqlfixes branch
    
    * add more tests
    
    * add fix and tests for using conf in search
    bitner authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    76512ab View commit details
    Browse the repository at this point in the history
Loading