Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | Split all OBJS style lines in makefiles into one-line-per-entry style. | Andres Freund | 2019-11-05 |
* | Teach optimizer's predtest.c more things about ScalarArrayOpExpr. | Tom Lane | 2019-03-01 |
* | Refactor planner's header files. | Tom Lane | 2019-01-29 |
* | Make some small planner API cleanups. | Tom Lane | 2019-01-29 |
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
* | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund | 2018-11-20 |
* | Improve predtest.c's handling of cases with NULL-constant inputs. | Tom Lane | 2018-03-21 |
* | Fix improper uses of canonicalize_qual(). | Tom Lane | 2018-03-11 |
* | Improve predtest.c's internal docs, and enhance its functionality a bit. | Tom Lane | 2018-03-09 |
* | Fix test_predtest's idea of what weak refutation means. | Tom Lane | 2018-03-08 |
* | Add test scaffolding for exercising optimizer's predicate-proof logic. | Tom Lane | 2018-03-08 |