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
190
Pull requests
35
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
NpgsqlTypes
on
main
User selector
All users
All time
Commit history
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
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
Commits on Feb 23, 2026
[Tests] Fully rework type mapping assertion helpers (#6314)
NinoFloris
authored
594b5d3
View commit details
Copy full SHA for 594b5d3
View code at this point
Browse repository at this point
Commits on Nov 18, 2025
Add IDbTypeResolver to allow plugins to control how DbTypes are mapped (#6267)
PauloHMattos
authored
b16f722
View commit details
Copy full SHA for b16f722
View code at this point
Browse repository at this point
Commits on Nov 8, 2025
Remove intermediate string allocations from NpgsqlCube.Write
NinoFloris
committed
f9ac0b7
View commit details
Copy full SHA for f9ac0b7
View code at this point
Browse repository at this point
Commits on Nov 7, 2025
Fix the NpgsqlCube to use the full G17 floating-point format (#6295)
Show description for 33d8cdc
kirkbrauer
authored
33d8cdc
View commit details
Copy full SHA for 33d8cdc
View code at this point
Browse repository at this point
Commits on Nov 3, 2025
Cube support (#3867)
Show description for 9163444
kirkbrauer
authored
9163444
View commit details
Copy full SHA for 9163444
View code at this point
Browse repository at this point
Commits on Oct 29, 2025
Add Deconstruct() for Npgsql types (#5695)
Show description for a06475b
ddas09
authored
a06475b
View commit details
Copy full SHA for a06475b
View code at this point
Browse repository at this point
Commits on Oct 5, 2025
Add implicit cast from .NET IPNetwork to NpgsqlInet (#6232)
Show description for 0fc7f66
roji
authored
0fc7f66
View commit details
Copy full SHA for 0fc7f66
View code at this point
Browse repository at this point
Commits on Jun 23, 2025
Add NpgsqlTsVector.Empty (#6145)
Show description for 1b55ebc
roji
authored
1b55ebc
View commit details
Copy full SHA for 1b55ebc
View code at this point
Browse repository at this point
Commits on Dec 28, 2024
Use exception convenience methods (#5982)
bbowyersmyth
authored
010dc51
View commit details
Copy full SHA for 010dc51
View code at this point
Browse repository at this point
Commits on Nov 20, 2024
Make the cidr<->IPNetwork mapping the default (#5950)
Show description for a1f1022
roji
authored
a1f1022
View commit details
Copy full SHA for a1f1022
View code at this point
Browse repository at this point
Commits on Oct 30, 2024
Various additional small cleanup
roji
committed
d2ef02f
View commit details
Copy full SHA for d2ef02f
View code at this point
Browse repository at this point
Merge to patterns cleanup
roji
committed
2375707
View commit details
Copy full SHA for 2375707
View code at this point
Browse repository at this point
Expression-bodied methods
roji
committed
a770d79
View commit details
Copy full SHA for a770d79
View code at this point
Browse repository at this point
Apply primary constructors to solution (#5908)
roji
authored
40cc1a1
View commit details
Copy full SHA for 40cc1a1
View code at this point
Browse repository at this point
Apply collection initializers in solution (#5907)
roji
authored
2e568a1
View commit details
Copy full SHA for 2e568a1
View code at this point
Browse repository at this point
Commits on Oct 12, 2024
Fix NRE with default NpgsqlPolygon and NpgsqlPath (#5860)
Show description for e433ce1
vonzshik
authored
e433ce1
View commit details
Copy full SHA for e433ce1
View code at this point
Browse repository at this point
Commits on Jun 5, 2024
Fixed multiple typos (#5742)
Umar Hayat
authored
c0888f5
View commit details
Copy full SHA for c0888f5
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
Fix ipv6 string NpsqlInet constructor (#5639)
Show description for 56ee2f0
AlexanderVagner
authored
56ee2f0
View commit details
Copy full SHA for 56ee2f0
View code at this point
Browse repository at this point
Commits on Jan 31, 2024
Fix NpgsqlBox behaves incorrectly with negative coordinates (#5502)
Show description for 5b998e8
TonEnfer
authored
5b998e8
View commit details
Copy full SHA for 5b998e8
View code at this point
Browse repository at this point
Commits on Nov 21, 2023
Additional cleanup after netstandard drop (#5436)
manandre
authored
1663e38
View commit details
Copy full SHA for 1663e38
View code at this point
Browse repository at this point
Drop NETSTANDARD (#5434)
Show description for 0ad0d61
vonzshik
authored
0ad0d61
View commit details
Copy full SHA for 0ad0d61
View code at this point
Browse repository at this point
Commits on Nov 14, 2023
Remove BuiltInPostgresType attribute reflection (#5375)
Show description for 3541129
NinoFloris
authored
3541129
View commit details
Copy full SHA for 3541129
View code at this point
Browse repository at this point
Commits on Nov 13, 2023
Also remove obsolete TimestampTZ/TimeTZ (#5394)
Show description for fdc0186
roji
authored
fdc0186
View commit details
Copy full SHA for fdc0186
View code at this point
Browse repository at this point
Remove obsoletions (#5393)
Show description for dfa5c16
roji
authored
dfa5c16
View commit details
Copy full SHA for dfa5c16
View code at this point
Browse repository at this point
Commits on Oct 17, 2023
NpgsqlBox: If the corners are confused, swap them. (#5161)
Show description for 10a6678
SoftStoneDevelop
authored
10a6678
View commit details
Copy full SHA for 10a6678
View code at this point
Browse repository at this point
Commits on Oct 8, 2023
Add conversion operators to NpgsqlInet/Cidr (#5318)
roji
authored
5198e91
View commit details
Copy full SHA for 5198e91
View code at this point
Browse repository at this point
Commits on Sep 27, 2023
Trimming and Aot annotations (#5271)
NinoFloris
authored
ee24545
View commit details
Copy full SHA for ee24545
View code at this point
Browse repository at this point
Commits on Sep 25, 2023
Handler rework (#5123)
Show description for 0b7aecb
NinoFloris
and
roji
authored
0b7aecb
View commit details
Copy full SHA for 0b7aecb
View code at this point
Browse repository at this point
Commits on Jun 19, 2023
Add empty constructors to Npgsql{Path,Polygon} (#5114)
roji
authored
1b8bb7e
View commit details
Copy full SHA for 1b8bb7e
View code at this point
Browse repository at this point
Commits on Mar 14, 2023
Remove EndUserAction on pg error from ReadMessageLong (#4924)
vonzshik
authored
99e7324
View commit details
Copy full SHA for 99e7324
View code at this point
Browse repository at this point
Commits on Jan 23, 2023
Remove geometry type regex parsing logic (#4902)
Show description for 7c40906
roji
authored
7c40906
View commit details
Copy full SHA for 7c40906
View code at this point
Browse repository at this point
Commits on Sep 25, 2022
Seal internal classes, optimize Expect check (#4676)
vonzshik
authored
7f97dba
View commit details
Copy full SHA for 7f97dba
View code at this point
Browse repository at this point
Commits on Sep 18, 2022
Add type OIDs for arrays and ranges for minimal type loading (#4669)
Show description for c04dcf8
roji
authored
c04dcf8
View commit details
Copy full SHA for c04dcf8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.