Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:marcbowes/postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v0.0.2
Choose a base ref
Loading
...
head repository:marcbowes/postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v0.0.3
Choose a head ref
Loading
  • 7commits
  • 7files changed
  • 1contributor

Commits on Jun 25, 2025

  1. Exclude libss/crypto from libpq

    On linux, we have the following dep chain:aws-dsql-auth -> aws-c-http -> aws-c-io -> aws-lcWe only use aws-c-http for request signing, but we cannot make aws-c-ioconditionally required. aws-c-io only works with aws-lc on linux, whichmeans we land up in a situation where we have two libcryptos (postgreswants openssl).Our overall solution is to make fe-dsql-auth.o a self-containedfile (hiding the aws-dsql-auth dep chain) and explicitly exclude thelibs we don't want.
    @marcbowes
    marcbowes committedJun 25, 2025
    Configuration menu
    Copy the full SHA
    060acadView commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. pbbench support for dsql

    Doesn't handle occ yet
    @marcbowes
    marcbowes committedJun 26, 2025
    Configuration menu
    Copy the full SHA
    2a8eaecView commit details
    Browse the repository at this point in the history
  2. pkg pgbench

    @marcbowes
    marcbowes committedJun 26, 2025
    Configuration menu
    Copy the full SHA
    6e4bdb3View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. Revert the tls filter

    It doesn't work because we end up with a few unnamed syms.
    @marcbowes
    marcbowes committedJun 27, 2025
    Configuration menu
    Copy the full SHA
    0187de5View commit details
    Browse the repository at this point in the history
  2. Bump aws-dsql-auth

    @marcbowes
    marcbowes committedJun 27, 2025
    Configuration menu
    Copy the full SHA
    d61f60fView commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2025

  1. Configuration menu
    Copy the full SHA
    b501e2aView commit details
    Browse the repository at this point in the history
  2. Add logging and imds support

    This commit wires up the aws-c-common logging infra. You can log tostd{out,err} or a file, and set the level through env vars. The readmehas examples.With this logging I realized that imds wasn't working due to a missinghttp client. That's been fixed now.
    @marcbowes
    marcbowes committedJun 28, 2025
    Configuration menu
    Copy the full SHA
    560789dView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp