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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
npgsql
/
npgsql
Public
Notifications
You must be signed in to change notification settings
Fork
890
Star
3.7k
Code
Issues
189
Pull requests
37
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
npgsql
src
Npgsql
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 18, 2026
Add NpgsqlTransactionOptions for read-only/deferrable transactions (#6629)
Show description for 3cb5804
bjornharrtell
authored
3cb5804
View commit details
Copy full SHA for 3cb5804
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
Reduce allocations in NpgsqlParameterCollection.AddRange (#6628)
mus65
authored
0c8c1d1
View commit details
Copy full SHA for 0c8c1d1
View code at this point
Browse repository at this point
Commits on Jul 13, 2026
Merge plugin tests into Npgsql.Tests (#6621)
Show description for 141c90c
roji
authored
141c90c
View commit details
Copy full SHA for 141c90c
View code at this point
Browse repository at this point
Commits on Jul 8, 2026
Bump Microsoft.CodeAnalysis.PublicApiAnalyzers from 3.3.4 to 5.6.0 (#6619)
dependabot[bot]
authored
58cd4c8
View commit details
Copy full SHA for 58cd4c8
View code at this point
Browse repository at this point
Commits on Jul 5, 2026
Add explicit release notes URL when they are mentioned in error messages (#6516)
Show description for 630428a
0xced
authored
630428a
View commit details
Copy full SHA for 630428a
View code at this point
Browse repository at this point
Commits on Jun 28, 2026
Merge dependency injection into Npgsql (#6594)
Show description for 46999ea
roji
authored
46999ea
View commit details
Copy full SHA for 46999ea
View code at this point
Browse repository at this point
Commits on May 25, 2026
Fix NpgsqlMultiHostDataSource to rethrow OperationCanceledException on cancelation while the connection is being established (#6560) (#6561)
Show description for 9daecc1
rus-art
authored
9daecc1
View commit details
Copy full SHA for 9daecc1
View code at this point
Browse repository at this point
Commits on May 23, 2026
Improved provider signatures (#6588)
NinoFloris
authored
7b09d74
View commit details
Copy full SHA for 7b09d74
View code at this point
Browse repository at this point
Commits on May 22, 2026
Decide converter format support at resolution (#6585)
NinoFloris
authored
9caee74
View commit details
Copy full SHA for 9caee74
View code at this point
Browse repository at this point
Commits on May 19, 2026
Move string interpolation out of NpgsqlDataReader.ProcessMessage (#6579)
vonzshik
authored
1e88263
View commit details
Copy full SHA for 1e88263
View code at this point
Browse repository at this point
Commits on May 17, 2026
Simplify Size and BufferRequirements combine overflow handling (#6577)
NinoFloris
authored
5b90a0c
View commit details
Copy full SHA for 5b90a0c
View code at this point
Browse repository at this point
Commits on May 16, 2026
Move GetChars state off PgReader (#6575)
NinoFloris
authored
1b1c4dc
View commit details
Copy full SHA for 1b1c4dc
View code at this point
Browse repository at this point
Commits on May 15, 2026
Remove PgBufferedConverter virtual dispatch hop (#6574)
NinoFloris
authored
78d37a1
View commit details
Copy full SHA for 78d37a1
View code at this point
Browse repository at this point
Commits on May 13, 2026
Move write state types out of generic converters and rename (#6572)
NinoFloris
authored
ca4eea3
View commit details
Copy full SHA for ca4eea3
View code at this point
Browse repository at this point
Commits on May 12, 2026
Add more state test coverage
NinoFloris
committed
c5b7479
View commit details
Copy full SHA for c5b7479
View code at this point
Browse repository at this point
Fix some more state cleanup cases
NinoFloris
committed
467aca3
View commit details
Copy full SHA for 467aca3
View code at this point
Browse repository at this point
Keep uniform bind exception
NinoFloris
committed
f96d6ad
View commit details
Copy full SHA for f96d6ad
View code at this point
Browse repository at this point
Implement state disposal on exceptions for providers
NinoFloris
committed
c49d800
View commit details
Copy full SHA for c49d800
View code at this point
Browse repository at this point
Commits on May 11, 2026
Clean-up another state throw issue
NinoFloris
committed
123d4b9
View commit details
Copy full SHA for 123d4b9
View code at this point
Browse repository at this point
Introduce bind operation on PgConverter surface (#6566)
NinoFloris
authored
0f4cfd8
View commit details
Copy full SHA for 0f4cfd8
View code at this point
Browse repository at this point
Commits on May 7, 2026
Composite and range edge-case fixes (#6565)
NinoFloris
authored
e9d909c
View commit details
Copy full SHA for e9d909c
View code at this point
Browse repository at this point
Rework converter db null and CLR null handling (#6564)
NinoFloris
authored
64531f3
View commit details
Copy full SHA for 64531f3
View code at this point
Browse repository at this point
PgTypeInfo CLR type variance and perf improvements (#6562)
NinoFloris
authored
7f36d49
View commit details
Copy full SHA for 7f36d49
View code at this point
Browse repository at this point
Commits on May 3, 2026
Modernize NRT annotations on NpgsqlRange<T> (#6544)
NinoFloris
authored
6726cbd
View commit details
Copy full SHA for 6726cbd
View code at this point
Browse repository at this point
Centralization of mapping resolution and binding logic (#6559)
NinoFloris
authored
6042bed
View commit details
Copy full SHA for 6042bed
View code at this point
Browse repository at this point
Commits on Apr 24, 2026
Fix gss encryption on windows (#6556)
Show description for 2024d5a
vonzshik
authored
2024d5a
View commit details
Copy full SHA for 2024d5a
View code at this point
Browse repository at this point
Commits on Apr 21, 2026
Fix JsonNode[] missing from basic JSON types (#6549)
Copilot
authored
2d91c29
View commit details
Copy full SHA for 2d91c29
View code at this point
Browse repository at this point
Commits on Apr 20, 2026
Align missed renames with #6316
NinoFloris
committed
f59c06f
View commit details
Copy full SHA for f59c06f
View code at this point
Browse repository at this point
Add consistent nullable unwrapping to dynamic resolvers (#6548)
NinoFloris
authored
715baa7
View commit details
Copy full SHA for 715baa7
View code at this point
Browse repository at this point
Commits on Apr 16, 2026
Simplify GlobalTypeMapper locking and fix races (#6538)
NinoFloris
authored
44f1394
View commit details
Copy full SHA for 44f1394
View code at this point
Browse repository at this point
Commits on Apr 13, 2026
Remove obsolete UTF-8 BOMs (#6542)
NinoFloris
authored
5225216
View commit details
Copy full SHA for 5225216
View code at this point
Browse repository at this point
Improve kerberos auth on windows (#6541)
Show description for f703ef8
vonzshik
authored
f703ef8
View commit details
Copy full SHA for f703ef8
View code at this point
Browse repository at this point
Add additional security checks for GSS session encryption and GSS authentication (#6525)
Show description for 5f26d61
vonzshik
authored
5f26d61
View commit details
Copy full SHA for 5f26d61
View code at this point
Browse repository at this point
Commits on Apr 11, 2026
Prework for read write streamlining (#6316)
NinoFloris
authored
1c4e9c1
View commit details
Copy full SHA for 1c4e9c1
View code at this point
Browse repository at this point
Fix IterationIndices indices sum bug (#6539)
NinoFloris
authored
d90ced5
View commit details
Copy full SHA for d90ced5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.