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: NixOS/nixpkgs
base: ce9ed9baed6e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 85a05878846b
Choose a head ref
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on May 7, 2020

  1. postgres: Do not log timestamp

    By default, postgres prefixes each log line with a timestamp. On NixOS
    logs are written to journal anyway, so they include an external
    timestamp, so the timestamp ends up being printed twice, which clutters
    the log.
    
    * Add a module option to change the log prefix.
    * Set it to upstream default sans timestamp.
    kirelagin committed May 7, 2020
    Copy the full SHA
    652958e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. postgresql: Fix formatting in option description

    Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
    kirelagin and marsam committed May 13, 2020
    Copy the full SHA
    084bd32 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Merge pull request #87219 from serokell/kirelagin/postgres-no-time

    postgres: Do not log timestamp
    lheckemann committed May 14, 2020
    Copy the full SHA
    85a0587 View commit details
    Browse the repository at this point in the history