Commits

DateSubjectAuthorReleases
2014-01-14 Fix multiple bugs in index page locking during hot-standby WAL replay. Tom Lane 9.2.7
2014-01-14 Fix multiple bugs in index page locking during hot-standby WAL replay. Tom Lane 9.3.3
2013-01-29 Provide database object names as separate fields in error messages. Tom Lane 9.3.0
2012-09-27 Fix btmarkpos/btrestrpos to handle array keys. Tom Lane 9.2.2
2012-09-27 Fix btmarkpos/btrestrpos to handle array keys. Tom Lane 9.3.0
2012-02-21 Don't clear btpo_cycleid during _bt_vacuum_one_page. Tom Lane 8.3.18
2012-02-21 Don't clear btpo_cycleid during _bt_vacuum_one_page. Tom Lane 8.4.11
2012-02-21 Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0. Tom Lane 9.2.0
2011-12-18 Replace simple constant pg_am.amcanreturn with an AM support function. Tom Lane 9.2.0
2011-10-16 Avoid assuming that index-only scan data matches the index's rowtype. Tom Lane 9.2.0
2011-10-16 Teach btree to handle ScalarArrayOpExpr quals natively. Tom Lane 9.2.0
2011-10-11 Add comment on why pulling data from a "name" index column can't crash. Tom Lane 9.2.0
2011-10-09 Improve index-only scans to avoid repeated access to the index page. Tom Lane 9.2.0
2011-10-08 Support index-only scans using the visibility map to avoid heap fetches. Tom Lane 9.2.0
2011-02-18 Un-break building with BTREE_BUILD_STATS. Tom Lane 9.1.0
2010-12-03 Create core infrastructure for KNNGIST. Tom Lane 9.1.0
2010-02-08 Remove old-style VACUUM FULL (which was known for a little while as Tom Lane 9.0.0
2009-07-29 Support deferrable uniqueness constraints. Tom Lane 9.0.0
2009-06-06 Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane Tom Lane 8.4.0
2009-05-05 Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at the Tom Lane 8.4.0
2009-03-24 Implement "fastupdate" support for GIN indexes, in which we try to accumulate Tom Lane 8.4.0
2008-11-13 Prevent synchronous scan during GIN index build, because GIN is optimized Tom Lane 8.3.6
2008-11-13 Prevent synchronous scan during GIN index build, because GIN is optimized Tom Lane 8.4.0
2008-04-17 Repair two places where SIGTERM exit could leave shared memory state Tom Lane 8.2.8
2008-04-16 Repair two places where SIGTERM exit could leave shared memory state Tom Lane 8.3.2