Commits

DateSubjectAuthorReleases
2010-01-02 Update copyright for the year 2010. Bruce Momjian 9.0.0
2010-01-01 Support "x IS NOT NULL" clauses as indexscan conditions. This turns out Tom Lane 9.0.0
2009-03-24 Implement "fastupdate" support for GIN indexes, in which we try to accumulate Tom Lane 8.4.0
2009-03-05 Teach the planner to support index access methods that only implement Tom Lane 8.4.0
2009-01-01 Update copyright for 2009. Bruce Momjian 8.4.0
2008-10-17 Add a new column to pg_am to specify whether an index AM supports backward Tom Lane 8.4.0
2008-09-15 Change hash indexes to store only the hash code rather than the whole indexed Tom Lane 8.4.0
2008-07-11 Multi-column GIN indexes. Teodor Sigaev Tom Lane 8.4.0
2008-05-16 Extend GIN to support partial-match searches, and extend tsquery to support 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-27 Reduce the need for frontend programs to include "postgres.h" by refactoring Tom Lane 8.4.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-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
2007-01-05 Update CVS HEAD for 2007 copyright. Back branches are typically not Bruce Momjian 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-07-02 Add FILLFACTOR to CREATE INDEX. Bruce Momjian 8.2.0
2006-05-24 * Add support NULL to GiST. Teodor Sigaev 8.2.0
2006-05-02 Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. Tom Lane 8.2.0
2006-05-02 GIN: Generalized Inverted iNdex. Teodor Sigaev 8.2.0
2006-03-05 Update copyright for 2006. Update scripts. Bruce Momjian 8.2.0