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: andrewcisek/postgres_for_everything
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Olshansk/postgres_for_everything
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 1 file changed
  • 3 contributors

Commits on Jul 17, 2025

  1. Add pgactive

    Olshansk committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    9641b8e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2025

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

Commits on Jul 28, 2025

  1. Update README.md

    Add epostgres.com
    Olshansk authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    0e2d919 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. pgAssistant repo moved (Olshansk#19)

    ---
    name: Add a new tool or section
    about: Contribute a new tool or section to the repository
    title: "[pgAssistant] Details"
    labels: edit-details
    assignees: ''
    
    ---
    
    # [Name] Details
    
    ## Type of Change
    - [ ] New tool
    - [ ] New section
    - [ X] Editing details of an existing tool or section
    
    ## Affiliation (if applicable)
    
    ## Description
    The pgAssistant repository has moved.
    
    ---------
    
    Co-authored-by: Daniel Olshansky <olshansky.daniel@gmail.com>
    beh74 and Olshansk authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    169773d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2025

  1. chore: add pgschema for schema migration (Olshansk#20)

    `pgschema` is a CLI tool that brings terraform-style declarative schema migration workflow to Postgres:
    
    - **Dump** a Postgres schema in a developer-friendly format with support for all common objects
    - **Edit** a schema to the desired state
    - **Plan** a schema migration by comparing desired state with current database state
    - **Apply** a schema migration with concurrent change detection, transaction-adaptive execution, and lock timeout control
    
    Think of it as Terraform for your Postgres schemas - declare your desired state, generate plan, preview changes, and apply them with confidence.
    
    ---
    
    Co-authored-by: Daniel Olshansky <olshansky.daniel@gmail.com>
    tianzhou and Olshansk authored Sep 27, 2025
    Configuration menu
    Copy the full SHA
    adf8e4f View commit details
    Browse the repository at this point in the history
Loading