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
Accelerator
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
Type
/
to 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 }}
danolivo
/
pgdev
Public
forked from
postgres/postgres
Notifications
You must be signed in to change notification settings
Fork
0
Star
5
Code
Issues
5
Pull requests
2
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Parallel Temp Tables - PG18
- #19
#19
Open
danolivo
wants to merge 10 commits into
REL_18_STABLE
danolivo/pgdev:REL_18_STABLE
from
ptt-rel-18
danolivo/pgdev:ptt-rel-18
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Parallel Temp Tables - PG18
#19
danolivo
wants to merge 10 commits into
REL_18_STABLE
danolivo/pgdev:REL_18_STABLE
from
ptt-rel-18
danolivo/pgdev:ptt-rel-18
Copy head branch name to clipboard
Commits
Commits on Apr 28, 2026
Add CI workflow to run check-world on PRs to REL_18_STABLE
Show description for 7f9c8d6
danolivo
and
claude
committed
7f9c8d6
View commit details
Copy full SHA for 7f9c8d6
Browse repository at this point
Statistics on dirtied and allocated local buffers.
Show description for b8432ab
danolivo
committed
b8432ab
View commit details
Copy full SHA for b8432ab
Browse repository at this point
Make the parallel_safe flag smarter.
Show description for ec5a489
danolivo
committed
ec5a489
View commit details
Copy full SHA for ec5a489
Browse repository at this point
Enable parallel scan of temp tables.
Show description for f20a978
danolivo
committed
f20a978
View commit details
Copy full SHA for f20a978
Browse repository at this point
Make the optimiser aware of the parallel temp scan
Show description for a1908fc
danolivo
committed
a1908fc
View commit details
Copy full SHA for a1908fc
Browse repository at this point
Arrange code after back-porting from the master to REL_18_STABLE
danolivo
committed
bae4233
View commit details
Copy full SHA for bae4233
Browse repository at this point
Move temp buffer flush cost from path comparison to Gather costing
Show description for eeb4b5f
danolivo
committed
eeb4b5f
View commit details
Copy full SHA for eeb4b5f
Browse repository at this point
Fix uninitialized hasTempObject in parallel safety checks
Show description for 6f48de5
danolivo
and
claude
committed
6f48de5
View commit details
Copy full SHA for 6f48de5
Browse repository at this point
Commits on Jun 4, 2026
Don't dirty temporary-relation buffers during a parallel section
Show description for f7fc10b
danolivo
committed
f7fc10b
View commit details
Copy full SHA for f7fc10b
Browse repository at this point
Add backstops against parallel workers writing local buffers
Show description for b41b2dd
danolivo
committed
b41b2dd
View commit details
Copy full SHA for b41b2dd
Browse repository at this point
You can’t perform that action at this time.