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 }}
gburd
/
postgres
Public
forked from
postgres/postgres
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
0
Pull requests
18
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Tepid: only update indexes that have changed attributes
- #32
#32
Draft
gburd
wants to merge 16 commits into
master
gburd/postgres:master
from
tepid
gburd/postgres:tepid
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Draft
Tepid: only update indexes that have changed attributes
#32
gburd
wants to merge 16 commits into
master
gburd/postgres:master
from
tepid
gburd/postgres:tepid
Copy head branch name to clipboard
Commits
Commits on Sep 4, 2026
ci: fork upstream auto-sync
Show description for 7d893d1
gburd
authored and
github-actions[bot]
committed
7d893d1
View commit details
Copy full SHA for 7d893d1
Browse repository at this point
ci: AI/LLM PR review (OCR via Bedrock + Agora MCP history)
Show description for df4e9f5
gburd
authored and
github-actions[bot]
committed
df4e9f5
View commit details
Copy full SHA for df4e9f5
Browse repository at this point
ci: use SYNC_TOKEN (workflow scope) for upstream sync push
Show description for 98b6fec
gburd
authored and
github-actions[bot]
committed
98b6fec
View commit details
Copy full SHA for 98b6fec
Browse repository at this point
ci: bump actions/checkout to v5 in sync workflows
Show description for feddcbc
gburd
authored and
github-actions[bot]
committed
feddcbc
View commit details
Copy full SHA for feddcbc
Browse repository at this point
dev: local dev-setup
Show description for 031e6a9
gburd
committed
031e6a9
View commit details
Copy full SHA for 031e6a9
Browse repository at this point
Add tests to cover a variety of heap HOT update behaviors
Show description for f5e5223
gburd
committed
f5e5223
View commit details
Copy full SHA for f5e5223
Browse repository at this point
Identify modified indexed attributes in the executor on UPDATE
Show description for 436966f
gburd
committed
436966f
View commit details
Copy full SHA for 436966f
Browse repository at this point
Implement the heap AM's modified-attrs comparison callback
Show description for 8314b97
gburd
committed
8314b97
View commit details
Copy full SHA for 8314b97
Browse repository at this point
Add the HOT-indexed on-disk format: inline attr bitmap and stubs
Show description for f9ab389
gburd
and
nathan-bossart
committed
f9ab389
View commit details
Copy full SHA for f9ab389
Browse repository at this point
Add HOT-indexed updates: selective index maintenance and reads
Show description for 8ae65f7
gburd
and
nathan-bossart
committed
8ae65f7
View commit details
Copy full SHA for 8ae65f7
Browse repository at this point
Fix a BitmapAnd/BitmapOr false negative on HOT-indexed fresh entries
Show description for 5a5a4c6
gburd
committed
5a5a4c6
View commit details
Copy full SHA for 5a5a4c6
Browse repository at this point
Collapse dead HOT-indexed chains to xid-free stubs on prune/vacuum
Show description for 34a77bd
gburd
and
nathan-bossart
committed
34a77bd
View commit details
Copy full SHA for 34a77bd
Browse repository at this point
Teach amcheck to recognize HOT-indexed chains and collapse stubs
Show description for 8ae8da3
gburd
committed
8ae8da3
View commit details
Copy full SHA for 8ae8da3
Browse repository at this point
Add HOT-indexed statistics and the comprehensive test suite
Show description for 17324ed
gburd
committed
17324ed
View commit details
Copy full SHA for 17324ed
Browse repository at this point
Gate HOT-indexed updates on the logical-replication apply path
Show description for 56b1f81
gburd
committed
56b1f81
View commit details
Copy full SHA for 56b1f81
Browse repository at this point
[DO NOT MERGE] Add a HOT/SIU benchmark harness
Show description for a1616f7
gburd
committed
a1616f7
View commit details
Copy full SHA for a1616f7
Browse repository at this point
You can’t perform that action at this time.