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: psycopg/psycopg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.5
Choose a base ref
...
head repository: psycopg/psycopg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.6
Choose a head ref
  • 6 commits
  • 10 files changed
  • 2 contributors

Commits on Feb 22, 2025

  1. Configuration menu
    Copy the full SHA
    4645f33 View commit details
    Browse the repository at this point in the history
  2. fix win32 libpq missing error

    trim21 authored and dvarrazzo committed Feb 22, 2025
    Configuration menu
    Copy the full SHA
    c946e40 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. fix: implement libpq semantic for target_session_attrs=prefer-standby

    First attempt all the servers in standby mode, then fall back to any
    mode.
    
    Fix #1021.
    dvarrazzo committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    b37dc1a View commit details
    Browse the repository at this point in the history
  2. test: skip target_session_attrs with libpw < 14

    Only one test fails with the currently "oldest" libpq, which is 10.2,
    however the docs in libpq 13 are not explicit in which modes are
    supported and, afaics, 'replica' shouldn't work either.
    
    https://www.postgresql.org/docs/13/libpq-connect.html
    dvarrazzo committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    1377bb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a75e03f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfc1136 View commit details
    Browse the repository at this point in the history
Loading