Commits

DateSubjectAuthorReleases
2020-02-27 Move src/backend/utils/hash/hashfn.c to src/common Robert Haas 13.0
2020-02-24 Move bitmap_hash and bitmap_match to bitmapset.c. Robert Haas 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-03-27 Add support for multivariate MCV lists Tomas Vondra 12.0
2019-03-11 Move hash_any prototype from access/hash.h to utils/hashutils.h Alvaro Herrera 12.0
2019-02-16 Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. Tom Lane 12.0
2019-02-15 Revert attempts to use POPCNT etc instructions Alvaro Herrera 12.0
2019-02-13 Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes Alvaro Herrera 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-09-15 Fix failure with initplans used conditionally during EvalPlanQual rechecks. Tom Lane 9.4.20
2018-09-15 Fix failure with initplans used conditionally during EvalPlanQual rechecks. Tom Lane 9.3.25
2018-07-30 Remove dead code left behind by 1b6801051. Tom Lane 11.0
2018-07-30 Remove dead code left behind by 1b6801051. Tom Lane 12.0
2018-07-30 Change bms_add_range to be a no-op for empty ranges Alvaro Herrera 12.0
2018-07-30 Change bms_add_range to be a no-op for empty ranges Alvaro Herrera 11.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-04-23 Make bms_prev_member work correctly with a 64 bit bitmapword Teodor Sigaev 11.0
2018-04-07 Add bms_prev_member function Alvaro Herrera 11.0
2018-01-09 Improve the heuristic for ordering child paths of a parallel append. Tom Lane 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-11-30 Remove extra word from comment. Robert Haas 11.0
2017-11-29 New C function: bms_add_range Robert Haas 11.0
2017-11-08 Change TRUE/FALSE to true/false Peter Eisentraut 11.0
2017-03-27 Support hashed aggregation with grouping sets. Andrew Gierth 10.0