Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
uptimejp
/
postgres-toolkit
Public
Notifications
You must be signed in to change notification settings
Fork
25
Star
192
Code
Issues
15
Pull requests
1
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
develop
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 21, 2019
Remove importing unused packages.
snaga
committed
04f9a37
Copy full SHA for 04f9a37
Merge pull request #69 from uptimejp/refactor/psql-wrapper
Show description for 99d641f
snaga
authored
99d641f
Copy full SHA for 99d641f
Refactor PsqlWrapper to clean up formatting routines.
snaga
committed
5e8b52c
Copy full SHA for 5e8b52c
Merge pull request #68 from uptimejp/refactor/psql-wrapper
Show description for 5970ecb
snaga
authored
5970ecb
Copy full SHA for 5970ecb
Refactor PsqlWrapper for handling version string.
snaga
committed
ac5444b
Copy full SHA for ac5444b
Merge pull request #67 from uptimejp/refactor/psql-wrapper
Show description for b01cb87
snaga
authored
b01cb87
Copy full SHA for b01cb87
Refactor PsqlWrapper.execute_query() for better error handling.
snaga
committed
c962357
Copy full SHA for c962357
Refactor PsqlWrapper to add new connect()/disconnect() methods.
snaga
committed
adb4ffe
Copy full SHA for adb4ffe
Refactor PsqlWrapper to add new property to return a connection string.
snaga
committed
7e05fd9
Copy full SHA for 7e05fd9
Commits on Jan 26, 2019
Merge pull request #65 from uptimejp/feature/show-last-analyzed
Show description for 5791fa5
snaga
authored
5791fa5
Copy full SHA for 5791fa5
Add new pt-show-last-anlayzed command to show last analyzed time.
snaga
committed
6584b23
Copy full SHA for 6584b23
Commits on Dec 27, 2018
Merge pull request #64 from uptimejp/refactor/use-psycopg2
Show description for a57243f
snaga
authored
a57243f
Copy full SHA for a57243f
Remove psql_cmd().
snaga
committed
dca13e6
Copy full SHA for dca13e6
Remove is_row_count_row() and fix tests.
snaga
committed
3978e8b
Copy full SHA for 3978e8b
Remove stdout2resultset().
snaga
committed
20e7cac
Copy full SHA for 20e7cac
Fix execute_query() to use psycopg2 instead of the psql command.
snaga
committed
6faf727
Copy full SHA for 6faf727
Commits on May 15, 2018
Merge pull request #63 from uptimejp/fix/pep8-test-circleci
Show description for 2f94320
snaga
authored
2f94320
Copy full SHA for 2f94320
Fix CircleCI config to run pep8 tests.
snaga
committed
62b13ea
Copy full SHA for 62b13ea
Merge pull request #62 from uptimejp/fix/psql-tests-circleci
Show description for 150f2e5
snaga
authored
150f2e5
Copy full SHA for 150f2e5
Fix CircleCI config to run the PsqlWrapper tests.
snaga
committed
015af3e
Copy full SHA for 015af3e
Fix config.yml to install the psql command.
snaga
committed
734ae37
Copy full SHA for 734ae37
Commits on May 8, 2018
Fix branch name to be built by CircleCI.
snaga
committed
f083d13
Copy full SHA for f083d13
Merge pull request #61 from uptimejp/feature/circleci
Show description for 50e9757
snaga
authored
50e9757
Copy full SHA for 50e9757
Add CircleCI support for unit testing.
snaga
committed
a3b3c92
Copy full SHA for a3b3c92
Commits on Feb 3, 2018
Merge pull request #60 from uptimejp/fix/verifychecksum
Show description for b6f7969
snaga
authored
b6f7969
Copy full SHA for b6f7969
Commits on Feb 2, 2018
Fix the checksum error message to make it more clear. #48
Show description for 515790f
snaga
committed
515790f
Copy full SHA for 515790f
Fix pt_verify_checksum to exclude corrupted files from number of valid files.
snaga
committed
1d35d53
Copy full SHA for 1d35d53
Merge pull request #59 from uptimejp/fix/tests-cli
Show description for 6c8db3f
snaga
authored
6c8db3f
Copy full SHA for 6c8db3f
Rename test directory for the cli tools.
snaga
committed
a6fdec6
Copy full SHA for a6fdec6
Port pt-table-usage tests from bash to python.
snaga
committed
d8cf3ef
Copy full SHA for d8cf3ef
Port pt-index-usage tests from bash to python.
snaga
committed
0ccf868
Copy full SHA for 0ccf868
Merge pull request #57 from uptimejp/fix/psqlwrapper
Show description for 047be14
snaga
authored
047be14
Copy full SHA for 047be14
Fix PsqlWrapper to improve the compatibility with the psql command. #39 #54
Show description for 2bb9055
snaga
committed
2bb9055
Copy full SHA for 2bb9055
Commits on Feb 1, 2018
Merge pull request #53 from uptimejp/fix/verifychecksum
Show description for 8980f4b
snaga
authored
8980f4b
Copy full SHA for 8980f4b
Fix pt_verify_checksum to count checksum disabled/error files correctly.
Show description for d8e85e0
snaga
committed
d8e85e0
Copy full SHA for d8e85e0
Pagination
Previous
Next
You can’t perform that action at this time.