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
.
pgRouting
/
pgrouting
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
395
Star
1.4k
Code
Issues
61
Pull requests
5
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
pgrouting
src
cpp_common
on
develop
User selector
All users
All time
Commit history
Commits on Aug 8, 2026
Adding the enumeration BINARYBFS
cvvergara
committed
62f0f35
View commit details
Copy full SHA for 62f0f35
View code at this point
Browse repository at this point
Commits on Jun 10, 2026
Fixing rabbit issues
cvvergara
committed
0151a4e
View commit details
Copy full SHA for 0151a4e
View code at this point
Browse repository at this point
Adding new enumerations for component functions
cvvergara
committed
7ca4613
View commit details
Copy full SHA for 7ca4613
View code at this point
Browse repository at this point
To postgres: adding more convertes to postgres array
cvvergara
committed
ba11aa3
View commit details
Copy full SHA for ba11aa3
View code at this point
Browse repository at this point
Commits on Mar 13, 2026
clang-tidy: check and fix cppcoreguidelines-pro-type-union-access
Abdelrhmansersawy
committed
f53eb3b
View commit details
Copy full SHA for f53eb3b
View code at this point
Browse repository at this point
Commits on Mar 6, 2026
Preparing files to accomodate edgeDisjointPaths
cvvergara
committed
22f6f1c
View commit details
Copy full SHA for 22f6f1c
View code at this point
Browse repository at this point
Preparing files to accomodate bellman ford
cvvergara
committed
1c02c84
View commit details
Copy full SHA for 1c02c84
View code at this point
Browse repository at this point
Commits on Mar 3, 2026
(maxFlow) Preparing functions for the new process and driver
cvvergara
committed
10d54e6
View commit details
Copy full SHA for 10d54e6
View code at this point
Browse repository at this point
Commits on Feb 23, 2026
(spanningTree) Fixing issues from rabbit
Show description for c14aede
cvvergara
committed
c14aede
View commit details
Copy full SHA for c14aede
View code at this point
Browse repository at this point
(to postgres) adding functions to get tuples for spanning tree like functions
cvvergara
committed
e1efdc2
View commit details
Copy full SHA for e1efdc2
View code at this point
Browse repository at this point
(utilities) Preparing for spanning tree like functions
cvvergara
committed
b5b7917
View commit details
Copy full SHA for b5b7917
View code at this point
Browse repository at this point
Commits on Feb 19, 2026
utilities: fixing name
cvvergara
committed
56417bd
View commit details
Copy full SHA for 56417bd
View code at this point
Browse repository at this point
Fixing some issues from rabbit
cvvergara
committed
f8cd3ee
View commit details
Copy full SHA for f8cd3ee
View code at this point
Browse repository at this point
(bdastar) using the process and driver
cvvergara
committed
320fb8c
View commit details
Copy full SHA for 320fb8c
View code at this point
Browse repository at this point
(astar) using the process and driver
cvvergara
committed
604f33c
View commit details
Copy full SHA for 604f33c
View code at this point
Browse repository at this point
Commits on Feb 18, 2026
(winnie) Fix struct stat redefinition - reorder includes (#3068)
Mohit242-bit
authored
54c13c8
View commit details
Copy full SHA for 54c13c8
View code at this point
Browse repository at this point
Commits on Feb 7, 2026
(dagShortestPath) using the shortestPath process & driver
cvvergara
committed
d35cbe2
View commit details
Copy full SHA for d35cbe2
View code at this point
Browse repository at this point
(edwardMoore) using the shortestPath process & driver
cvvergara
committed
9e61272
View commit details
Copy full SHA for 9e61272
View code at this point
Browse repository at this point
Commits on Feb 6, 2026
Fixing pgtap test for johnson
cvvergara
committed
05cf7fb
View commit details
Copy full SHA for 05cf7fb
View code at this point
Browse repository at this point
(bdDijkstra) using the shortestPath process & driver
cvvergara
committed
bea132d
View commit details
Copy full SHA for bea132d
View code at this point
Browse repository at this point
(get_combinations) imporved code
cvvergara
committed
db92199
View commit details
Copy full SHA for db92199
View code at this point
Browse repository at this point
Commits on Feb 3, 2026
Fix: adding missing include cmath
cvvergara
committed
6d603dc
View commit details
Copy full SHA for 6d603dc
View code at this point
Browse repository at this point
Path::collapse_paths get_tuples in to_postgres namespace
cvvergara
committed
615a9a2
View commit details
Copy full SHA for 615a9a2
View code at this point
Browse repository at this point
Commits on Feb 1, 2026
(build) Adding the utilities to the build
cvvergara
committed
fcfdcd0
View commit details
Copy full SHA for fcfdcd0
View code at this point
Browse repository at this point
Adding a utility to get names from enumeration
Show description for de25bd3
cvvergara
committed
de25bd3
View commit details
Copy full SHA for de25bd3
View code at this point
Browse repository at this point
Commits on Jan 26, 2026
(cpp_common) report_messages: send exception to postgres
cvvergara
committed
6359fd8
View commit details
Copy full SHA for 6359fd8
View code at this point
Browse repository at this point
(allpairs) driver: Using pass by reference on parameters
Show description for 7b706a6
cvvergara
committed
7b706a6
View commit details
Copy full SHA for 7b706a6
View code at this point
Browse repository at this point
to_postgres
cvvergara
committed
f2cde80
View commit details
Copy full SHA for f2cde80
View code at this point
Browse repository at this point
to_postgres.*: Using pass by reference on get_vertexId
Show description for 034f237
cvvergara
committed
034f237
View commit details
Copy full SHA for 034f237
View code at this point
Browse repository at this point
Commits on Jan 24, 2026
(src) Standardizing GPL-2 license text (.cpp)
cvvergara
committed
95861ff
View commit details
Copy full SHA for 95861ff
View code at this point
Browse repository at this point
(build) Standardizing 3 line GPL-2 license text (CMakeLists)
cvvergara
committed
e1f430a
View commit details
Copy full SHA for e1f430a
View code at this point
Browse repository at this point
Commits on Jan 3, 2026
Added cppcoreguidelines-init-variables check to .clang-tidy (#3009)
Show description for 200101d
Mohit242-bit
authored
200101d
View commit details
Copy full SHA for 200101d
View code at this point
Browse repository at this point
Commits on Aug 27, 2025
(fix) Some small errors from previous PR
cvvergara
committed
80d70b4
View commit details
Copy full SHA for 80d70b4
View code at this point
Browse repository at this point
Commits on Aug 25, 2025
(C/C++) Reorganizing code: removing duplicated get_route code
cvvergara
committed
6532eb9
View commit details
Copy full SHA for 6532eb9
View code at this point
Browse repository at this point
(clang-tidy) fix-google-readability-braces-around-statements
cvvergara
committed
b5ec2bb
View commit details
Copy full SHA for b5ec2bb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.