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 }}
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
891
Star
3.7k
Code
Issues
189
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
NpgsqlTypes.cs
on
main
User selector
All users
All time
Commit history
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 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
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 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 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 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 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 Dec 18, 2021
Use file-scoped namespaces (#4225)
roji
authored
43756d1
View commit details
Copy full SHA for 43756d1
View code at this point
Browse repository at this point
Commits on Nov 22, 2020
Use C# 9 target-typed new expressions (#3376)
roji
authored
d42cc68
View commit details
Copy full SHA for d42cc68
View code at this point
Browse repository at this point
Commits on Sep 22, 2020
Made links to external resources safer
YohDeadfall
committed
8a47908
View commit details
Copy full SHA for 8a47908
View code at this point
Browse repository at this point
Commits on Sep 22, 2019
Last nullability work for 4.1
Show description for 9bd3fff
roji
committed
9bd3fff
View commit details
Copy full SHA for 9bd3fff
View code at this point
Browse repository at this point
Commits on Sep 4, 2019
Use switch expressions
roji
committed
552d8d8
View commit details
Copy full SHA for 552d8d8
View code at this point
Browse repository at this point
Commits on Sep 3, 2019
Minor cleanup all around
Show description for e59da52
roji
committed
e59da52
View commit details
Copy full SHA for e59da52
View code at this point
Browse repository at this point
Commits on May 5, 2019
Convert codebase to use C# 8 nullability
Show description for f2dd3f7
roji
committed
f2dd3f7
View commit details
Copy full SHA for f2dd3f7
View code at this point
Browse repository at this point
Commits on Mar 26, 2019
Move PGUtil to util folder
roji
committed
6bc303f
View commit details
Copy full SHA for 6bc303f
View code at this point
Browse repository at this point
Commits on Jan 8, 2019
Removed license headers
YohDeadfall
committed
4ab2806
View commit details
Copy full SHA for 4ab2806
View code at this point
Browse repository at this point
Commits on May 19, 2018
Change inet/cidr to map to address/subnet tuple
Show description for 9acf713
roji
committed
9acf713
View commit details
Copy full SHA for 9acf713
View code at this point
Browse repository at this point
Make some structs readonly
roji
committed
230e063
View commit details
Copy full SHA for 230e063
View code at this point
Browse repository at this point
Commits on Mar 9, 2018
Fixes an issue with sizeof(int) in hash code calculations
YohDeadfall
authored and
roji
committed
361fbd0
View commit details
Copy full SHA for 361fbd0
View code at this point
Browse repository at this point
Commits on Feb 13, 2018
2017 -> 2018
roji
committed
f3de4c2
View commit details
Copy full SHA for f3de4c2
View code at this point
Browse repository at this point
Commits on Apr 9, 2017
Type name simplication
roji
committed
b523526
View commit details
Copy full SHA for b523526
View code at this point
Browse repository at this point
Var all the things
roji
committed
e3dc0cc
View commit details
Copy full SHA for e3dc0cc
View code at this point
Browse repository at this point
C# 7 expression-bodied properties
roji
committed
e893b22
View commit details
Copy full SHA for e893b22
View code at this point
Browse repository at this point
Commits on Jan 7, 2017
Bump copyright to 2017
roji
committed
ea5f075
View commit details
Copy full SHA for ea5f075
View code at this point
Browse repository at this point
Commits on Jun 5, 2016
Tons of code cleanup
Show description for 3894175
roji
committed
3894175
View commit details
Copy full SHA for 3894175
View code at this point
Browse repository at this point
Commits on May 24, 2016
Get rid of Code Contracts
Show description for 99dd92a
roji
committed
99dd92a
View commit details
Copy full SHA for 99dd92a
View code at this point
Browse repository at this point
Commits on Mar 17, 2016
Add support for the tid datatype
Emill
committed
c9babdc
View commit details
Copy full SHA for c9babdc
View code at this point
Browse repository at this point
Commits on Jan 3, 2016
Copyright year
roji
committed
c195d1e
View commit details
Copy full SHA for c195d1e
View code at this point
Browse repository at this point
Commits on Oct 3, 2015
C# 6
roji
committed
f8737bb
View commit details
Copy full SHA for f8737bb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.