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: zonkyio/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: MarcMil/embedded-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 5, 2025

  1. Allows to set environment variables of Postgres

    On some misconfigured linux systems we've encountered "error: invalid locale settings; check LANG and LC_* environment variables". Since we intend to use Postgres in our application on customer machines, we want Postgres to work even in those conditions.
    MarcMil committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    6dc5427 View commit details
    Browse the repository at this point in the history
  2. 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
    3e20473 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06ddc3a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

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