Commits

DateSubjectAuthorReleases
2023-03-02 Require empty Bitmapsets to be represented as NULL. Tom Lane 16.0
2023-03-02 Remove bms_first_member(). Tom Lane 16.0
2022-11-13 Make Bitmapsets be valid Nodes. Tom Lane 16.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-02-16 Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. Tom Lane 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-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-01-09 Improve the heuristic for ordering child paths of a parallel append. Tom Lane 11.0
2014-11-28 Add bms_get_singleton_member(), and use it where appropriate. Tom Lane 9.5.0
2014-11-28 Add bms_next_member(), and use it where appropriate. Tom Lane 9.5.0
2012-01-28 Use parameterized paths to generate inner indexscans more flexibly. Tom Lane 9.2.0
2007-06-01 Fix several hash functions that were taking chintzy shortcuts instead of Tom Lane 8.3.0
2005-06-15 Improve hash method for bitmapsets: some examination of actual outputs Tom Lane 8.1.0
2005-06-08 Marginal hack to avoid spending a lot of time in find_join_rel during Tom Lane 8.1.0
2005-01-01 Some more missed copyright notices. Many of these look like they Tom Lane 8.0.0
2003-07-22 Error message editing in backend/bootstrap, /lib, /nodes, /port. Tom Lane 7.4.1
2003-06-29 Restructure building of join relation targetlists so that a join plan Tom Lane 7.4.1
2003-02-08 Replace planner's representation of relation sets, per pghackers discussion. Tom Lane 7.4.1