Commits

DateSubjectAuthorReleases
2008-04-13 Phase 2 of project to make index operator lossiness be determined at runtime Tom Lane 8.4.0
2008-04-12 Create new routines systable_beginscan_ordered, systable_getnext_ordered, Tom Lane 8.4.0
2008-04-10 Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole Tom Lane 8.4.0
2008-03-26 Separate snapshot management code from tuple visibility code, create a Alvaro Herrera 8.4.0
2008-01-14 Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan for Tom Lane 8.3.0
2008-01-01 Update copyrights in source tree to 2008. Bruce Momjian 8.3.0
2007-11-15 pgindent run for 8.3. Bruce Momjian 8.3.0
2007-09-20 HOT updates. When we update a tuple without changing any of its indexed 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
2007-06-08 Arrange for large sequential scans to synchronize with each other, so that Tom Lane 8.3.0
2007-05-30 Make large sequential scans and VACUUMs work in a limited-size "ring" of Tom Lane 8.3.0
2007-05-27 Fix up pgstats counting of live and dead tuples to recognize that committed Tom Lane 8.3.0
2007-01-20 Refactor the index AM API slightly: move currentItemData and Neil Conway 8.3.0
2007-01-05 Update CVS HEAD for 2007 copyright. Back branches are typically not Bruce Momjian 8.3.0
2006-10-04 pgindent run for 8.2. Bruce Momjian 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-07-13 More include file adjustments. Bruce Momjian 8.2.0
2006-07-13 More include file adjustments. Bruce Momjian 8.2.0
2006-07-13 Allow include files to compile own their own. Bruce Momjian 8.2.0
2006-05-07 Rewrite btree index scans to work a page at a time in all cases (both Tom Lane 8.2.0
2006-03-05 Update copyright for 2006. Update scripts. Bruce Momjian 8.2.0
2005-12-03 Tweak indexscan machinery to avoid taking an AccessShareLock on an index Tom Lane 8.2.0
2005-11-26 Change seqscan logic so that we check visibility of all tuples on a page Tom Lane 8.2.0
2005-10-15 Standard pgindent run for 8.1. Bruce Momjian 8.1.0
2005-10-07 Remove an unused typedef. Alvaro Herrera 8.1.0