Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-07-18 | Fix misc typos, mostly in comments. | Heikki Linnakangas | 9.6.10 |
| 2016-08-14 | Fix assorted bugs in contrib/bloom. | Tom Lane | 9.6.0 |
| 2016-06-03 | Measure Bloom index signature-length reloption in bits, not words. | Tom Lane | 9.6.0 |
| 2016-05-17 | Avoid possible crash in contrib/bloom's blendscan(). | Tom Lane | 9.6.0 |
| 2016-04-21 | PGDLLIMPORT-ify old_snapshot_threshold. | Tom Lane | 9.6.0 |
| 2016-04-21 | Include snapmgr.h in blscan.c | Kevin Grittner | 9.6.0 |
| 2016-04-20 | Revert no-op changes to BufferGetPage() | Kevin Grittner | 9.6.0 |
| 2016-04-08 | Add the "snapshot too old" feature | Kevin Grittner | 9.6.0 |
| 2016-04-08 | Modify BufferGetPage() to prepare for "snapshot too old" feature | Kevin Grittner | 9.6.0 |
| 2016-04-03 | Fix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS. | Tom Lane | 9.6.0 |
| 2016-04-03 | Clean up some stuff in new contrib/bloom module. | Tom Lane | 9.6.0 |
| 2016-04-01 | Bloom index contrib module | Teodor Sigaev | 9.6.0 |