Commits

DateSubjectAuthorReleases
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2018-10-06 Restore sane locking behavior during parallel query. Tom Lane 12.0
2018-10-04 Centralize executor's opening/closing of Relations for rangetable entries. Tom Lane 12.0
2017-11-01 Allow bitmap scans to operate as index-only scans when possible. Tom Lane 11.0
2017-08-30 Separate reinitialization of shared parallel-scan state from ExecReScan. Tom Lane 10.0
2017-08-30 Separate reinitialization of shared parallel-scan state from ExecReScan. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-05 Don't be so trusting that shm_toc_lookup() will always succeed. Tom Lane 10.0
2017-03-08 Silence compiler warnings in BitmapHeapNext(). Tom Lane 10.0
2017-02-23 Consistently declare timestamp variables as TimestampTz. Tom Lane 10.0
2013-04-27 Incidental cleanup of matviews code. Tom Lane 9.3.0
2011-09-22 Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps. Tom Lane 9.2.0
2011-06-16 Remove another no-longer-needed inclusion of predicate.h. Tom Lane 9.1.0
2011-06-16 Remove another no-longer-needed inclusion of predicate.h. Tom Lane 9.2.0
2010-07-12 Make NestLoop plan nodes pass outer-relation variables into their inner Tom Lane 9.1.0
2009-10-26 Re-implement EvalPlanQual processing to improve its performance and eliminate Tom Lane 9.0.0
2009-09-27 Remove no-longer-needed ExecCountSlots infrastructure. Tom Lane 9.0.0
2009-01-12 Tweak order of operations in BitmapHeapNext() to avoid the case of prefetching Tom Lane 8.4.0
2009-01-12 Implement prefetching via posix_fadvise() for bitmap index scans. A new Tom Lane 8.4.0
2009-01-10 Revise the TIDBitmap API to support multiple concurrent iterations over a Tom Lane 8.4.0
2008-04-10 Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole Tom Lane 8.4.0
2007-09-20 HOT updates. When we update a tuple without changing any of its indexed Tom Lane 8.3.0
2007-09-12 Redefine the lp_flags field of item pointers as having four states, rather Tom Lane 8.3.0
2007-06-09 Teach heapam code to know the difference between a real seqscan and the Tom Lane 8.3.0