Commits

DateSubjectAuthorReleases
2025-01-31 Get rid of our dependency on type "long" for memory size calculations. Tom Lane 18.0
2019-04-04 Make queries' locking of indexes more consistent. Tom Lane 12.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2011-10-11 Rearrange the implementation of index-only scans. Tom Lane 9.2.0
2011-09-22 Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps. Tom Lane 9.2.0
2010-12-03 Create core infrastructure for KNNGIST. Tom Lane 9.1.0
2010-07-12 Make NestLoop plan nodes pass outer-relation variables into their inner Tom Lane 9.1.0
2009-09-27 Remove no-longer-needed ExecCountSlots infrastructure. Tom Lane 9.0.0
2009-07-18 Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoid Tom Lane 8.4.1
2009-07-18 Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoid Tom Lane 9.0.0
2008-08-25 Get rid of the last remaining uses of var_is_rel(), to wit some debugging Tom Lane 8.4.0
2008-04-13 Since createplan.c no longer cares whether index operators are lossy, it has Tom Lane 8.4.0
2008-04-10 Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole 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-07-31 Change the relation_open protocol so that we obtain lock on a relation Tom Lane 8.2.0
2006-05-23 Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of Tom Lane 8.2.0
2006-02-28 Extend the ExecInitNode API so that plan nodes receive a set of flag Tom Lane 8.2.0
2006-01-25 Allow row comparisons to be used as indexscan qualifications. Tom Lane 8.2.0
2005-12-03 Tweak indexscan machinery to avoid taking an AccessShareLock on an index Tom Lane 8.2.0
2005-12-02 Adjust scan plan nodes to avoid getting an extra AccessShareLock on a Tom Lane 8.2.0
2005-11-25 Teach planner and executor to handle ScalarArrayOpExpr as an indexable Tom Lane 8.2.0
2005-05-06 For some reason access/tupmacs.h has been #including utils/memutils.h, Tom Lane 8.1.0
2005-05-05 Adjust nodeBitmapIndexscan to keep the target index opened from plan Tom Lane 8.1.0
2005-04-25 Remove support for OR'd indexscans internal to a single IndexScan plan Tom Lane 8.1.0