forked from postgres/postgres
-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: marcbowes/postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: marcbowes/postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 12 files changed
- 1 contributor
Commits on Jun 25, 2025
-
Exclude libss/crypto from libpq
On linux, we have the following dep chain: aws-dsql-auth -> aws-c-http -> aws-c-io -> aws-lc We only use aws-c-http for request signing, but we cannot make aws-c-io conditionally required. aws-c-io only works with aws-lc on linux, which means we land up in a situation where we have two libcryptos (postgres wants openssl). Our overall solution is to make fe-dsql-auth.o a self-contained file (hiding the aws-dsql-auth dep chain) and explicitly exclude the libs we don't want.
Configuration menu - View commit details
-
Copy full SHA for 060acad - Browse repository at this point
Copy the full SHA 060acadView commit details
Commits on Jun 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2a8eaec - Browse repository at this point
Copy the full SHA 2a8eaecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e4bdb3 - Browse repository at this point
Copy the full SHA 6e4bdb3View commit details
Commits on Jun 27, 2025
-
It doesn't work because we end up with a few unnamed syms.
Configuration menu - View commit details
-
Copy full SHA for 0187de5 - Browse repository at this point
Copy the full SHA 0187de5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d61f60f - Browse repository at this point
Copy the full SHA d61f60fView commit details
Commits on Jun 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b501e2a - Browse repository at this point
Copy the full SHA b501e2aView commit details -
This commit wires up the aws-c-common logging infra. You can log to std{out,err} or a file, and set the level through env vars. The readme has examples. With this logging I realized that imds wasn't working due to a missing http client. That's been fixed now.
Configuration menu - View commit details
-
Copy full SHA for 560789d - Browse repository at this point
Copy the full SHA 560789dView commit details -
The token gen infra (allocator, creds provider) are setup once, globally. This lets us cache creds and do a fast-fail if there are no creds.
Configuration menu - View commit details
-
Copy full SHA for 6c19265 - Browse repository at this point
Copy the full SHA 6c19265View commit details -
Configuration menu - View commit details
-
Copy full SHA for 996390b - Browse repository at this point
Copy the full SHA 996390bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d67c60c - Browse repository at this point
Copy the full SHA d67c60cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.0.2...master