Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Ensure plan stability in contrib/btree_gist regression test. | Tom Lane | 2016-05-12 |
| | | | | | | | | Buildfarm member skink failed with symptoms suggesting that an auto-analyze had happened and changed the plan displayed for a test query. Although this is evidently of low probability, regression tests that sometimes fail are no fun, so add commands to force a bitmap scan to be chosen. | ||
* | Regression tests for new btree_gist "not equals" support. | Robert Haas | 2010-08-03 |
Jeff Davis, with minor adjustments by me. |