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: AmbitionEng/django-pghistory
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.4.4
Choose a base ref
...
head repository: AmbitionEng/django-pghistory
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 27 files changed
  • 3 contributors

Commits on Oct 1, 2024

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

Commits on Nov 1, 2024

  1. Optimise CTE query to use subquery instead of window function (#173)

    Use sub-SELECT query instead of LAG function to fetch the diff in CTE query. This will drastically improve the query performance.
    
    Type: feature
    lokhman authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0abe20d View commit details
    Browse the repository at this point in the history
  2. Optimise query in the events admin detail page (#174)

    When we select a record to display in the all events admin, we can optimise the query not to UNION other event tables but stick to the original table only.
    
    Type: feature
    lokhman authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d590ccd View commit details
    Browse the repository at this point in the history
  3. Drop Python 3.8 support, add Python 3.13 support. Add Postgres17 supp…

    …ort (#175)
    
    * Initialize template from version 06d8661abae75a01f1d483bf16cf67f20972e9a0
    
    * Update template to version 072543e27d8b506a6628f7793798609c62d6a8ae
    
    * Update version and release notes
    
    * Turn off jit to fix pg17 tests
    
    * Formatting fix
    wesleykendall authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    6f1b3a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Change project ownership to AmbitionEng (#180)

    * Initialize template from version 072543e27d8b506a6628f7793798609c62d6a8ae
    
    * Update template to version b7d2321846eeeb120ea9455597ddcf9bd8b5e7a4
    
    * Bump version
    
    * Remove funding
    
    * Fix release notes
    
    * Fix release notes
    wesleykendall authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    066dbba View commit details
    Browse the repository at this point in the history
Loading