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 }}
kmoppel
/
pgweasel
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
29
Code
Issues
10
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Refactor for clippy and speed
- #32
#32
Merged
gintsgints
merged 16 commits into
main
kmoppel/pgweasel:main
from
refactor
kmoppel/pgweasel:refactor
Copy head branch name to clipboard
Aug 22, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Refactor for clippy and speed
#32
gintsgints
merged 16 commits into
main
kmoppel/pgweasel:main
from
refactor
kmoppel/pgweasel:refactor
Copy head branch name to clipboard
Commits
Commits on Jun 14, 2026
Make clippy to run pedantic mode
gintsgints
committed
8ae50c8
View commit details
Copy full SHA for 8ae50c8
Browse repository at this point
Make AI instructions available for wider ecosystem
gintsgints
committed
6562ec9
View commit details
Copy full SHA for 6562ec9
Browse repository at this point
Todo
gintsgints
committed
331506d
View commit details
Copy full SHA for 331506d
Browse repository at this point
upgrade dependencies to latest
gintsgints
committed
268d9e5
View commit details
Copy full SHA for 268d9e5
Browse repository at this point
dhat-heap
gintsgints
committed
9de58cf
View commit details
Copy full SHA for 9de58cf
Browse repository at this point
Info
gintsgints
committed
06b3743
View commit details
Copy full SHA for 06b3743
Browse repository at this point
Reuse evicted heap buffer in TopSlowQueries to cut allocations
Show description for ad270ff
gintsgints
and
claude
committed
ad270ff
View commit details
Copy full SHA for ad270ff
Browse repository at this point
Adding peformance logs to gitignore
gintsgints
committed
65fac5f
View commit details
Copy full SHA for 65fac5f
Browse repository at this point
Eliminiate double date parsing
gintsgints
committed
c08465c
View commit details
Copy full SHA for c08465c
Browse repository at this point
Update refactoring info.
gintsgints
committed
79be36c
View commit details
Copy full SHA for 79be36c
Browse repository at this point
Fix uninlined_format_args clippy lint in tests
Show description for 952c6f3
gintsgints
and
claude
committed
952c6f3
View commit details
Copy full SHA for 952c6f3
Browse repository at this point
Drop unnecessary Result wrappers from tests (clippy::unnecessary_wraps)
Show description for 7b209c4
gintsgints
and
claude
committed
7b209c4
View commit details
Copy full SHA for 7b209c4
Browse repository at this point
Split oversized functions into helpers (clippy::too_many_lines)
Show description for 0e81986
gintsgints
and
claude
committed
0e81986
View commit details
Copy full SHA for 0e81986
Browse repository at this point
Replace numeric casts with cast-free arithmetic (clippy pedantic)
Show description for 78a752f
gintsgints
and
claude
committed
78a752f
View commit details
Copy full SHA for 78a752f
Browse repository at this point
Fix remaining pedantic lints; codebase is now pedantic-clean
Show description for e11bc30
gintsgints
and
claude
committed
e11bc30
View commit details
Copy full SHA for e11bc30
Browse repository at this point
Commits on Jun 24, 2026
Merge branch 'main' into refactor
Show description for dd03be2
gintsgints
committed
dd03be2
View commit details
Copy full SHA for dd03be2
Browse repository at this point
You can’t perform that action at this time.