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 }}
Amarnath-Rao
/
sqlancer
Public
forked from
sqlancer/sqlancer
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
sqlancer
src
sqlancer
postgres
on
main
User selector
All users
All time
Commit history
Commits on Jul 17, 2024
Ensure INHERITS() only uses tables (not views)
Show description for 96adb54
robins
committed
96adb54
View commit details
Copy full SHA for 96adb54
View code at this point
Browse repository at this point
Revert "Ensure INHERITS() only uses tables (not views)"
Show description for cc189b4
robins
committed
cc189b4
View commit details
Copy full SHA for cc189b4
View code at this point
Browse repository at this point
Ensure INHERITS() only uses tables (not views)
Show description for 0316c1c
robins
committed
0316c1c
View commit details
Copy full SHA for 0316c1c
View code at this point
Browse repository at this point
Commits on Jul 16, 2024
Avoid storage parameters during CREATE TABLE for partitioned tables (#956)
Show description for ec00b2d
robins
authored
ec00b2d
View commit details
Copy full SHA for ec00b2d
View code at this point
Browse repository at this point
Commits on Apr 1, 2024
Rename `with` method in ExpectedErrorsBuilder for regex & regex string
malwaregarry
committed
b7ac21a
View commit details
Copy full SHA for b7ac21a
View code at this point
Browse repository at this point
Commits on Mar 29, 2024
Use generic NoREC oracle for Postgres
malwaregarry
committed
0931c3f
View commit details
Copy full SHA for 0931c3f
View code at this point
Browse repository at this point
Implement NoREC generator for Postgres
malwaregarry
committed
85c22fe
View commit details
Copy full SHA for 85c22fe
View code at this point
Browse repository at this point
Implement expression interface for Postgres expressions
malwaregarry
committed
b6fb5ad
View commit details
Copy full SHA for b6fb5ad
View code at this point
Browse repository at this point
Commits on Mar 25, 2024
Merge pull request #927 from malwaregarry/gen-interfaces
Show description for 90bdf2a
mrigger
authored
90bdf2a
View commit details
Copy full SHA for 90bdf2a
View code at this point
Browse repository at this point
Rename `xxxExpressions()` to `xxxClauses()` for select
malwaregarry
committed
8cd8246
View commit details
Copy full SHA for 8cd8246
View code at this point
Browse repository at this point
Update expected errors (#922)
Show description for 3da3faf
malwaregarry
authored
3da3faf
View commit details
Copy full SHA for 3da3faf
View code at this point
Browse repository at this point
Commits on Jan 16, 2024
Make --test-collations=false more robust. (#908)
Show description for 3e960fb
robins
authored
3e960fb
View commit details
Copy full SHA for 3e960fb
View code at this point
Browse repository at this point
Commits on Nov 8, 2023
CERT Implementation for PostgreSQL (#896)
Show description for 18f118f
destrex271
authored
18f118f
View commit details
Copy full SHA for 18f118f
View code at this point
Browse repository at this point
Commits on Sep 5, 2023
Add Fuzzer oracle for PostgreSQL and MySQL (#893)
Show description for 952c7cd
eltfshr
authored
952c7cd
View commit details
Copy full SHA for 952c7cd
View code at this point
Browse repository at this point
Commits on Mar 9, 2023
Add regex error strings on encoding and infinity conversion to generalize skip of these errors. (#731)
danolivo
authored
3d51977
View commit details
Copy full SHA for 3d51977
View code at this point
Browse repository at this point
Commits on Dec 19, 2022
Refactor UpdateGenerator classes using AbstractUpdateGenerator class (#662)
Show description for 2fdc987
eltfshr
and
mrigger
authored
2fdc987
View commit details
Copy full SHA for 2fdc987
View code at this point
Browse repository at this point
Commits on Dec 4, 2022
Add Reducer capabilities by introducing a Reproducer that can be retrieved from TestOracle (#624)
Show description for 625204e
kshehata
and
mrigger
authored
625204e
View commit details
Copy full SHA for 625204e
View code at this point
Browse repository at this point
Commits on May 28, 2022
Merge pull request #514 from danolivo/chr-error
Show description for b6711a2
mrigger
authored
b6711a2
View commit details
Copy full SHA for b6711a2
View code at this point
Browse repository at this point
Add an expected error on usage of the chr() routine.
Show description for ea4d2a0
danolivo
committed
ea4d2a0
View commit details
Copy full SHA for ea4d2a0
View code at this point
Browse repository at this point
Commits on May 11, 2022
Add '--extensions' option. Allow to perform a sqlancer test with an relocatable extension installed.
danolivo
committed
f1800b0
View commit details
Copy full SHA for f1800b0
View code at this point
Browse repository at this point
Commits on Jan 19, 2022
Use a ServiceLoader to pick up database testing implementations
Show description for f278315
mrigger
committed
f278315
View commit details
Copy full SHA for f278315
View code at this point
Browse repository at this point
Commits on Jan 17, 2022
Add missing right parentheses in option descriptions
mrigger
committed
79681e3
View commit details
Copy full SHA for 79681e3
View code at this point
Browse repository at this point
Commits on Dec 10, 2021
Fix union operator
entropaos
committed
2ed71c3
View commit details
Copy full SHA for 2ed71c3
View code at this point
Browse repository at this point
Commits on Nov 16, 2021
Remove the PostgreSQL vacuum_cleanup_index_scale_factor option.
Show description for 1f781b2
mrigger
committed
1f781b2
View commit details
Copy full SHA for 1f781b2
View code at this point
Browse repository at this point
Commits on Sep 20, 2021
Add support for access methods
halilozanakgul
committed
17f8e4f
View commit details
Copy full SHA for 17f8e4f
View code at this point
Browse repository at this point
Commits on Sep 19, 2021
Merge pull request #397 from halilozanakgul/update_citus_to_10.1
Show description for d38810a
mrigger
authored
d38810a
View commit details
Copy full SHA for d38810a
View code at this point
Browse repository at this point
Commits on Sep 17, 2021
Add Citus 10.1 support
halilozanakgul
committed
749b0fd
View commit details
Copy full SHA for 749b0fd
View code at this point
Browse repository at this point
Commits on Sep 16, 2021
Fix incorrect variable names in PostgresGlobalState
halilozanakgul
committed
357cd44
View commit details
Copy full SHA for 357cd44
View code at this point
Browse repository at this point
Commits on Jul 26, 2021
Adapt to a recent PostgreSQL change
mrigger
committed
b820fcd
View commit details
Copy full SHA for b820fcd
View code at this point
Browse repository at this point
Commits on Jul 24, 2021
Merge pull request #376 from gfphoenix78/fix-typos
Show description for c61d9a9
mrigger
authored
c61d9a9
View commit details
Copy full SHA for c61d9a9
View code at this point
Browse repository at this point
Commits on Jul 21, 2021
Fix typos for dbmsSpecificOptions
gfphoenix78
committed
8c15ec8
View commit details
Copy full SHA for 8c15ec8
View code at this point
Browse repository at this point
Commits on Jul 18, 2021
Fix PostgresProvider that use wrong database name
gfphoenix78
committed
17f78c2
View commit details
Copy full SHA for 17f78c2
View code at this point
Browse repository at this point
Commits on Mar 25, 2021
Delete 1
EthanDBer
authored
318272f
View commit details
Copy full SHA for 318272f
View code at this point
Browse repository at this point
add const support for the different DBMSs and use local variables
abcdabcd3899
committed
c520480
View commit details
Copy full SHA for c520480
View code at this point
Browse repository at this point
add constant support for the different DBMSs
abcdabcd3899
committed
ddd2d02
View commit details
Copy full SHA for ddd2d02
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.