Commits

DateSubjectAuthorReleases
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 13.10
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 14.7
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 16.0
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 15.2
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-02-09 Build out the planner support function infrastructure. Tom Lane 12.0
2019-01-29 Rename nodes/relation.h to nodes/pathnodes.h. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2012-07-09 Fix planner to pass correct collation to operator selectivity estimators. Tom Lane 9.1.5
2012-07-09 Fix planner to pass correct collation to operator selectivity estimators. Tom Lane 9.2.0
2012-07-09 Fix planner to pass correct collation to operator selectivity estimators. Tom Lane 9.3.0
2011-10-14 Measure the number of all-visible pages for use in index-only scan costing. Tom Lane 9.2.0
2010-11-19 Improve relation width estimation for subqueries. Tom Lane 9.1.0
2010-10-08 Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan. Tom Lane 9.1.0
2009-05-12 Do some minor code refactoring in preparation for changing the APIs of Tom Lane 8.4.0
2008-08-16 Clean up the loose ends in selectivity estimation left by my patch for semi Tom Lane 8.4.0
2008-04-01 Fix an oversight I made in a cleanup patch over a year ago: Tom Lane 8.3.2
2008-04-01 Fix an oversight I made in a cleanup patch over a year ago: Tom Lane 8.4.0
2008-03-15 Change hash index creation so that rather than always establishing exactly Tom Lane 8.4.0
2007-05-25 Create hooks to let a loadable plugin monitor (or even replace) the planner Tom Lane 8.3.0
2006-09-19 Improve usage of effective_cache_size parameter by assuming that all the Tom Lane 8.2.0
2006-07-31 Change the relation_open protocol so that we obtain lock on a relation Tom Lane 8.2.0
2006-02-04 Fix constraint exclusion to work in inherited UPDATE/DELETE queries Tom Lane 8.2.0
2005-07-23 Simple constraint exclusion. For now, only child tables of inheritance Tom Lane 8.1.0