Commits

DateSubjectAuthorReleases
2007-04-06 Make 'col IS NULL' clauses be indexable conditions. Tom Lane 8.3.0
2007-01-20 Simplify pg_am representation of ordering-capable access methods: Tom Lane 8.3.0
2007-01-09 Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST Tom Lane 8.3.0
2006-12-18 Set pg_am.amstrategies to zero for index AMs that don't have fixed 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-07-03 Code review for FILLFACTOR patch. Change WITH grammar as per earlier Tom Lane 8.2.0
2006-05-02 Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. Tom Lane 8.2.0
2005-11-07 R-tree is dead ... long live GiST. Tom Lane 8.2.0
2005-06-24 Extend r-tree operator classes to handle Y-direction tests equivalent Tom Lane 8.1.0
2005-06-13 Change the planner to allow indexscan qualification clauses to use Tom Lane 8.1.0
2005-04-14 First phase of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2005-03-27 First steps towards index scans with heap access decoupled from index Tom Lane 8.1.0
2003-06-22 Revise hash join and hash aggregation code to use the same datatype- Tom Lane 7.4.1
2003-03-10 This patch fixes a bunch of spelling mistakes in comments throughout the Tom Lane 7.4.1
2003-02-22 More infrastructure for btree compaction project. Tree-traversal code Tom Lane 7.4.1
2002-07-29 Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more Tom Lane 7.3.1
2001-07-15 Restructure index AM interface for index building and index tuple deletion, Tom Lane 7.2.1
2001-05-30 Add "#define GIST_AM_OID". Tom Lane 7.2.1
2000-02-17 Finish repairing 6.5's problems with r-tree indexes: create appropriate Tom Lane 7.1.1
2000-01-22 Revise handling of index-type-specific indexscan cost estimation, per Tom Lane 7.1.1