Releases: mgartner/pg_flame
v1.2
v1.1
Changelog
a401ef8 Add Travis CI (#3)
5a7e7b7 Add Travis CI badge to README
655b5b5 Add installation instructions
2862320 Add link to related Oracle work
c282daa Add plan, row, and sort information to table
99a9573 Fix html tests
4ee6613 Fix typo in README
48ae93f Fix typo in the example (#1)
aa75602 Update demo image
6b42c82 v1.1
v1.0
Changelog
5ba936c Add -h, --help flags
285b722 Add basic flamegraph generation
69b4fa8 Add demo to README
fa5eb43 Add example headers to README
2705720 Add examples in docs/
8c9c801 Add filter, cond, buffer, and hash details
0e0ad4b Add goreleaser support
67b4866 Add pg_flame to .gitignore
541c6fe Add query planning time
36ccb55 Combine flame and html packages
b443e30 Display details in a table
04e6661 Document usage and background
de2cedf Fix display bug for InitPlan nodes
3dbe7b9 Fix error return type ordering
8395cbd Improve background in README
a879ee7 Initial commit
ac59a96 Print errors to standard error
41a07f4 Simplify details table
cfde2e2 Simplify template usage
5c3c8cf Use case statement in name function