kputnam

Results 26 issues of kputnam

Configuration documentation should be reviewed (and tangentially, an explanation for the difference between a `TransactionSetDef` and `Guide` would be useful). It's likely someone may unknowingly do something like this: ```...

good first issue
help wanted

This is an old project, it's meant to be a simple and utilitarian: do one thing and do it okay enough. However the UI has always been ugly, even by...

help-wanted

Since I no longer write PL/pgSQL during the course of my work, it takes me some time to setup a test environment when making changes to this project. Now that...

help-wanted

The current method of replacing an existing function with an instrumented uses `CREATE OR REPLACE FUNCTION`. Since we don't save all the metadata like `COST` or other attributes, those can...

The parser incorrectly requires a space before `THEN`. But PostgreSQL accepts `IF(cond)THEN`, because there's a parenthesis to separate the keyword. The grammar node that needs to change is `expressiontUntilThen`. There...

bug
parser

I've fixed the template issue so everything is 1.8.6-compatible. I've also extended the parsers (both 1.8 and 1.9 versions) to support a wider number of specs. This change is not...