Skip to content

Releases: mgartner/pg_flame

v1.2

13 Jan 23:10
Compare
Choose a tag to compare

Changelog

a09b11d Add Dockerfile (#4)
dbf0c80 Add docker pull instructions to README
8031e0a Add golangci (#6)
289864d Add homebrew goreleaser configuration
c2c64e8 Add version badge to README
2b424b6 Re-add version badge to README
5528afa Update README

v1.1

29 Oct 04:53
Compare
Choose a tag to compare

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

25 Oct 17:36
Compare
Choose a tag to compare

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