Thanks to visit codestin.com
Credit goes to github.com

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: turbanoff/embedded-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: zonkyio/embedded-postgres
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.
  • 15 commits
  • 3 files changed
  • 6 contributors

Commits on Sep 6, 2024

  1. Remove empty IOException try-catch handling when extracting PostgreSQ…

    …L binaries
    Andrey Turbanov committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    41b4546 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Clearer explanation for why the fork occurred, indicate the original …

    …library continues, and link to discussion of options
    mikebell90 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2b7e8b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    87a0377 View commit details
    Browse the repository at this point in the history
  2. Merge pull request zonkyio#137 from mikebell90/explain.rationale

    Clearer explanation for why the fork occurred, indicate the original …
    tomix26 authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    389fc61 View commit details
    Browse the repository at this point in the history
  3. Merge pull request zonkyio#136 from turbanoff/avoid_bogus_catch

    Remove empty IOException try-catch handling when extracting PostgreSQL binaries
    tomix26 authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2f830bf View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    f25a23f View commit details
    Browse the repository at this point in the history
  2. Merge pull request zonkyio#141 from zonkyio/postgres-14.15

    zonkyio#140 Upgrade to embedded postgres binaries 14.15
    tomix26 authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    dbdc9e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74552df View commit details
    Browse the repository at this point in the history
  4. Merge pull request zonkyio#142 from zonkyio/dependency-upgrades

    Upgrade postgresql driver, liquibase and junit dependencies
    tomix26 authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    fd49283 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8567f40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed189ed View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Allow to access the postgress process directly

    May be used to obtain stdin/stdout (when using appropriate
    ProcessBuilder.Redirect flags) or to implement watchdog functionality.
    MarcMil committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    c332e5e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Merge pull request zonkyio#148 from MarcMil/allow-access-process

    Allow to access the postgress process directly
    tomix26 authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    4c3dde5 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

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

Commits on May 17, 2025

  1. Merge pull request zonkyio#152 from bcentner/add_troubleshooting_tips

    Add troubleshooting tips for initdb to readme
    tomix26 authored May 17, 2025
    Configuration menu
    Copy the full SHA
    d0df8fd View commit details
    Browse the repository at this point in the history
Loading