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: R-Aravind/postgresql-libpq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: haskellari/postgresql-libpq
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.
  • 16 commits
  • 27 files changed
  • 3 contributors

Commits on Aug 19, 2024

  1. Use build-type: Simple when possible

    Split C-library linkage into auxiliary libraries,
    so we can have one `build-type: Simple` (`-f +use-pkg-config`), and
    `build-type: Configure` (`-f -use-pkg-config`).
    phadej committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e76c7e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request haskellari#63 from haskellari/separate-packages

    Use build-type: Simple when possible
    phadej authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    fee482e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Fix configure scripts

    - whitespace in (pg_config) path issues
    - version check didn't fail for pg_config either
    phadej committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    54659c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request haskellari#65 from haskellari/windows-configure

    Fix configure scripts
    phadej authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    ea7c43a View commit details
    Browse the repository at this point in the history
  3. Fixes in configure

    phadej committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    c24c8f4 View commit details
    Browse the repository at this point in the history
  4. Add pipeline mode API

    https://www.postgresql.org/docs/current/libpq-pipeline-mode.html
    
    - Test pipelineStatus in smoke test
    - Test pipeline mode API
    robx authored and phadej committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    998f21a View commit details
    Browse the repository at this point in the history
  5. Merge pull request haskellari#64 from haskellari/pipeline

    Add pipeline mode API
    phadej authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    2d89600 View commit details
    Browse the repository at this point in the history
  6. Add changelog entries

    phadej committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    a9122f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

  1. Support GHC-9.12

    phadej committed Dec 27, 2024
    Configuration menu
    Copy the full SHA
    1b10f15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request haskellari#69 from haskellari/ghc-9.12

    Support GHC-9.12
    phadej authored Dec 27, 2024
    Configuration menu
    Copy the full SHA
    55c3fb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Configuration menu
    Copy the full SHA
    f15c061 View commit details
    Browse the repository at this point in the history
  2. Merge pull request haskellari#74 from taimoorzaeem/add/verbosity-enum

    Add PQERRORS_SQLSTATE enum to type Verbosity
    phadej authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    0e642ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86ad439 View commit details
    Browse the repository at this point in the history
  4. Merge pull request haskellari#75 from haskellari/revert-74-add/verbos…

    …ity-enum
    
    Revert "Add PQERRORS_SQLSTATE enum to type Verbosity"
    phadej authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    31ed10b View commit details
    Browse the repository at this point in the history
  5. Update CI

    phadej committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    83eaf19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8518aba View commit details
    Browse the repository at this point in the history
Loading