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: sfackler/rust-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: petrosagg/rust-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 15 files changed
  • 2 contributors

Commits on Apr 14, 2021

  1. Image configuration updates.

    jeff-davis authored and petrosagg committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    2a6b14e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    772c653 View commit details
    Browse the repository at this point in the history
  3. decoding logic for replication protocol

    Co-authored-by: Petros Angelatos <[email protected]>
    jeff-davis and petrosagg committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    28611de View commit details
    Browse the repository at this point in the history
  4. Connection string config for replication.

    Co-authored-by: Petros Angelatos <[email protected]>
    jeff-davis and petrosagg committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    3d0e317 View commit details
    Browse the repository at this point in the history
  5. add copy_both_simple method

    Signed-off-by: Petros Angelatos <[email protected]>
    petrosagg committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    85f0d50 View commit details
    Browse the repository at this point in the history
  6. helper ReplicationStream type for replication protocol

    This can be optionally used with a CopyBoth stream to decode the
    replication protocol
    
    Signed-off-by: Petros Angelatos <[email protected]>
    petrosagg committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    67f2d66 View commit details
    Browse the repository at this point in the history
  7. decoding logic for logical replication protocol

    Signed-off-by: Petros Angelatos <[email protected]>
    petrosagg committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    479a342 View commit details
    Browse the repository at this point in the history
  8. helper LogicalReplicationStream type to decode logical replication

    Signed-off-by: Petros Angelatos <[email protected]>
    petrosagg committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    f192b59 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. add postgres replication integration test

    Signed-off-by: Petros Angelatos <[email protected]>
    petrosagg committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    2322e30 View commit details
    Browse the repository at this point in the history
  2. add simple query versions of copy operations

    Signed-off-by: Petros Angelatos <[email protected]>
    petrosagg committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    39a35f1 View commit details
    Browse the repository at this point in the history
Loading