Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
stac-utils
/
pgstac
Public
Notifications
You must be signed in to change notification settings
Fork
58
Star
225
Code
Issues
59
Pull requests
19
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
pgstac-rs: Rust engine for pgstac (search, ingest, dump/export)
- #458
#458
Merged
bitner
merged 26 commits into
main
stac-utils/pgstac:main
from
v010io
stac-utils/pgstac:v010io
Copy head branch name to clipboard
Jul 21, 2026
Conversation
Commits
26
(26)
Checks
Files changed
Merged
pgstac-rs: Rust engine for pgstac (search, ingest, dump/export)
#458
bitner
merged 26 commits into
main
stac-utils/pgstac:main
from
v010io
stac-utils/pgstac:v010io
Copy head branch name to clipboard
Commits
Commits on Jun 30, 2026
feat: v0.10 export/streaming engine + configurable parquet row-groups (squash of v010-export-search onto main)
Show description for f3830b5
bitner
and
claude
committed
f3830b5
View commit details
Copy full SHA for f3830b5
Browse repository at this point
refactor(pgstac-rs): drop profiling artifacts; fix 3D bbox footprint
Show description for ca5d249
bitner
and
claude
committed
ca5d249
View commit details
Copy full SHA for ca5d249
Browse repository at this point
feat(pgstac-rs): implement stac::api client traits on PgstacPool
Show description for a56ca19
bitner
and
claude
committed
a56ca19
View commit details
Copy full SHA for a56ca19
Browse repository at this point
ci: enable the rust-crate test job
Show description for fa7cedc
bitner
and
claude
committed
fa7cedc
View commit details
Copy full SHA for fa7cedc
Browse repository at this point
feat(pgstac): error on items with a nonexistent collection in SQL ingest
Show description for 8487acf
bitner
and
claude
committed
8487acf
View commit details
Copy full SHA for 8487acf
Browse repository at this point
Commits on Jul 1, 2026
refactor(pgstac-rs): reorganize modules; drop dev artifacts and dead role
Show description for ae4483c
bitner
and
claude
committed
ae4483c
View commit details
Copy full SHA for ae4483c
Browse repository at this point
feat(pgstac-rs): add --skip-unchanged precheck to load; id-only for ignore
Show description for 4400bfd
bitner
and
claude
committed
4400bfd
View commit details
Copy full SHA for 4400bfd
Browse repository at this point
Commits on Jul 2, 2026
fix(pgstac-rs): gate precheck behind `pool`; add feature-matrix CI
Show description for 0b58b2d
bitner
and
claude
committed
0b58b2d
View commit details
Copy full SHA for 0b58b2d
Browse repository at this point
docs(pgstac-rs): fix broken rustdoc links + features list; check docs in CI
Show description for ca69b75
bitner
and
claude
committed
ca69b75
View commit details
Copy full SHA for ca69b75
Browse repository at this point
docs(pgstac): correct the jsonb_canonical "RFC 8785" comments
Show description for 8532eb2
bitner
and
claude
committed
8532eb2
View commit details
Copy full SHA for 8532eb2
Browse repository at this point
refactor(pgstac-rs): dedup the CLI policy enum; erroring int cast; named constants
Show description for daf5c16
bitner
and
claude
committed
daf5c16
View commit details
Copy full SHA for daf5c16
Browse repository at this point
feat(pgstac): finish indexes_pending — defer queryable indexes to an async sweep
Show description for 77899d9
bitner
and
claude
committed
77899d9
View commit details
Copy full SHA for 77899d9
Browse repository at this point
fix(pgstac-rs): set search_path on cloned test databases
Show description for c484710
bitner
and
claude
committed
c484710
View commit details
Copy full SHA for c484710
Browse repository at this point
refactor(pgstac-rs): delete the Pgstac trait; one Client surface (#458)
Show description for bf48b97
bitner
and
claude
committed
bf48b97
View commit details
Copy full SHA for bf48b97
Browse repository at this point
fix(pgstac-rs): an explicit --dsn overrides ambient PG* env
Show description for bbe13ff
bitner
and
claude
committed
bbe13ff
View commit details
Copy full SHA for bbe13ff
Browse repository at this point
Commits on Jul 6, 2026
address issues from reviews
bitner
committed
be02b89
View commit details
Copy full SHA for be02b89
Browse repository at this point
Commits on Jul 7, 2026
fix issue in item hash parity between postgres/rust
bitner
committed
1fc2fbc
View commit details
Copy full SHA for 1fc2fbc
Browse repository at this point
fix tests
bitner
committed
1723348
View commit details
Copy full SHA for 1723348
Browse repository at this point
Commits on Jul 9, 2026
address issues from review
bitner
committed
f4c6b94
View commit details
Copy full SHA for f4c6b94
Browse repository at this point
fix rust test runner
bitner
committed
13be7c0
View commit details
Copy full SHA for 13be7c0
Browse repository at this point
make sure rust and rust/py have feature parity and testing parity with pypgstac and remove pypgstac
bitner
committed
684b99e
View commit details
Copy full SHA for 684b99e
Browse repository at this point
Commits on Jul 10, 2026
further reduce gap between rustac and pgstac, requires https://github.com/stac-utils/rustac/pull/1077 on the rustac side
bitner
committed
3340390
View commit details
Copy full SHA for 3340390
Browse repository at this point
Commits on Jul 20, 2026
pin to rustac branch so ci can pass
bitner
committed
a55b281
View commit details
Copy full SHA for a55b281
Browse repository at this point
Commits on Jul 21, 2026
rename python module/package name to just pgstac, include the rust cli binary in the python wheel
bitner
committed
b5e5e06
View commit details
Copy full SHA for b5e5e06
Browse repository at this point
refactor: adapt to stac-io's streaming writer returning stac_io::Error
Show description for d0be35c
bitner
and
claude
committed
d0be35c
View commit details
Copy full SHA for d0be35c
Browse repository at this point
chore: update stac-io patch to the pgstac-search-parity tip
Show description for c8d26de
bitner
and
claude
committed
c8d26de
View commit details
Copy full SHA for c8d26de
Browse repository at this point
You can’t perform that action at this time.