Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Phase 2 pgindent run for v12. | Tom Lane | 2019-05-22 |
* | Move hash_any prototype from access/hash.h to utils/hashutils.h | Alvaro Herrera | 2019-03-11 |
* | Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. | Tom Lane | 2019-02-15 |
* | Revert attempts to use POPCNT etc instructions | Alvaro Herrera | 2019-02-15 |
* | Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes | Alvaro Herrera | 2019-02-13 |
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
* | Post-feature-freeze pgindent run. | Tom Lane | 2018-04-26 |
* | Fix non-portable use of round(). | Andres Freund | 2018-03-31 |
* | Add Bloom filter implementation. | Andres Freund | 2018-03-31 |