Jim Nasby

Results 21 issues of Jim Nasby

NOTE! I stuck a comment in the documentation about `# >= 10 AND #

There's no need to do any work in the case that jsquery is NULL.

Currently, EXPLAIN (BUFFERS,VERBOSE) does not output any information about skip list performance. I think that's something that anyone looking at buffer data would want to know.

Use case 1: While developing patches, changes are made to deploy, revert or verify files, possibly including "old" ones. The rebase command should be able to determine what change to...

feature

It would be nice to have an edit command that would essentially do the same thing that `sqitch add -e CHANGE` does (except just opening the editor).

feature

Sometimes you decide your original plan for a name was a bad idea. It would be nice if you could rename a change. To be clear: I am NOT asking...

feature

Now that we're past 1.0.0, it'd be helpful to be able to do patch releases (ie, to fix issue #209). We can't do that with pgtap_version returning numeric, unless we...

waiting on author

Currently the `coltap` and `hastap` tests can't run in parallel, presumably due to a name conflict. It'd be nice to allow them to run in parallel.

to do

I'd like to officially remove support for pre-9.3 versions of Postgres, due to issues in #128. 9.2 went [EOL 6 months ago](https://www.postgresql.org/support/versioning/). https://travis-ci.org/decibel/pgtap/builds/358206497 shows the failures that #128 is getting...

enhancement

There should also be `(name, name, name)` and `(name, name, name[])` versions of `col_is_pk`. Those versions already exist for `col_is_unique()`.

to do