Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
998be18
Add Postgres remote query proof executor
nubtron Apr 28, 2026
aa72bd4
Simplify Postgres remote query typed request parsing
nubtron Apr 28, 2026
dda18ae
Simplify Postgres remote query result shaping
nubtron Apr 28, 2026
c3390f5
Regenerate labeler config
nubtron Apr 29, 2026
cc5dbb4
Update Postgres remote query license headers
nubtron Apr 29, 2026
92ac25c
Fix Postgres remote query changelog number
nubtron Apr 30, 2026
f3b3d43
Allow fixture table remote query
nubtron May 2, 2026
da2b81c
Allow large remote query payload proofs
nubtron May 2, 2026
4f481b0
Add Postgres remote query COPY streaming executor
nubtron May 3, 2026
497027c
Make Postgres remote query COPY stream binary-safe
nubtron May 3, 2026
1742f6f
Remove inline Postgres remote query mode
nubtron May 3, 2026
f623824
Allow Postgres remote query identity proof query
nubtron Jul 2, 2026
dd8a0c9
Harden Postgres remote query COPY execution
nubtron Jul 3, 2026
911ac03
Use positive remote query allowlist config
nubtron Jul 3, 2026
98458ff
Support Postgres remote query database_instance targets
nubtron Jul 3, 2026
fb07f1d
Tighten Postgres remote query target validation
nubtron Jul 3, 2026
564094f
Merge remote-tracking branch 'origin/master' into nubtron/remote-quer…
nubtron Jul 20, 2026
43e52ce
Merge remote-tracking branch 'origin/master' into nubtron/remote-quer…
nubtron Aug 19, 2026
aa39b13
Add optional result-delivery upload mode to remote query COPY stream
nubtron Aug 19, 2026
bf9d874
remote queries: upload COPY chunks directly from the Postgres integra…
nubtron Aug 20, 2026
657992e
test(postgres): replace M3/M4 emit-bridge proof with direct-HTTP uplo…
nubtron Aug 20, 2026
b8bff69
remote queries: replace Postgres chunk uploader with multipart intake…
nubtron Aug 21, 2026
94c3c4e
remote queries: let multipart partBytes exceed COPY chunkBytes and ag…
nubtron Aug 21, 2026
9327431
remote queries: raise Postgres multipart upload capacity to 10 GiB an…
nubtron Aug 21, 2026
864bad8
Fix intake receipt objectPath mapping from object_path
nubtron Aug 21, 2026
0782970
Fix Postgres remote query changelog PR numbers
nubtron Aug 27, 2026
3c202f6
remote queries: accept optional aggregate SHA-256 in Postgres upload …
nubtron Aug 28, 2026
dabac87
Merge remote-tracking branch 'origin/master' into nubtron/remote-quer…
nubtron Aug 31, 2026
f12e91d
remote queries: produce bounded JSON pages from the Postgres integration
nubtron Aug 31, 2026
99d8d98
remote queries: rewrite Postgres remote query E2E tests for JSON pages
nubtron Aug 31, 2026
54de266
remote queries: track the Postgres JSON page producer in the changelog
nubtron Aug 31, 2026
895fd9f
remote queries: accept the Agent check's bool is_cancelled attribute
nubtron Sep 1, 2026
d19b622
remote queries: derive the intake Test Drive routing header from Agen…
nubtron Sep 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions postgres/changelog.d/23499.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a remote query POC executor for Postgres.
1 change: 1 addition & 0 deletions postgres/changelog.d/23499.added.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support database_instance targets for Postgres Remote Queries.
1 change: 1 addition & 0 deletions postgres/changelog.d/23499.added.2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Produce bounded JSON result pages for Postgres Remote Queries and stream them to its-agent-intake page by page.
1 change: 1 addition & 0 deletions postgres/changelog.d/23499.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Harden Postgres remote query request validation and execution.
Loading
Loading