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: aff691af1098
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2ca09a94be51
Choose a head ref
  • 5 commits
  • 12 files changed
  • 1 contributor

Commits on Aug 14, 2019

  1. postgresqlPackages: fix build of several PG plugins and add `postgres…

    …ql11Packages`
    
    Leftovers from 80aadbe
    
    `postgresql11Packages` are added to be built by Hydra as mainline PG plugins.
    danbst committed Aug 14, 2019
    Copy the full SHA
    954c0fd View commit details
    Browse the repository at this point in the history
  2. postgresql/tds_fdw: mark broken for PG >= 11

    The release with fix is still in alpha
    https://github.com/tds-fdw/tds_fdw/releases
    danbst committed Aug 14, 2019
    Copy the full SHA
    bd331e4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cd5b862 View commit details
    Browse the repository at this point in the history
  4. postgresqlPackages: mark pg_auto_failover and pipelinedb broken for P…

    …G < 11
    
    Marking packages broken isn't as fatal as throwing an exception. In my usecase,
    I wanted to build all non-broken packages, that is:
    ```
    nix-build -E 'with import ./.{}; with lib; flip filterAttrs postgresqlPackages (n: v: !v.meta.broken or false)'
    ```
    danbst committed Aug 14, 2019
    Copy the full SHA
    bd1fc9f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Merge pull request #66657 from danbst/pgpackages-fixes

    Postgresql plugins fixes
    danbst committed Aug 18, 2019
    Copy the full SHA
    2ca09a9 View commit details
    Browse the repository at this point in the history