Commits

DateSubjectAuthorReleases
2011-04-22 Make a code-cleanup pass over the collations patch. Tom Lane 9.1.0
2010-03-17 Fix incorrect example in CREATE INDEX reference page, per Josh Kupershmidt. Tom Lane 8.4.4
2010-03-17 Fix incorrect example in CREATE INDEX reference page, per Josh Kupershmidt. Tom Lane 9.0.0
2009-12-23 Allow the index name to be omitted in CREATE INDEX, causing the system to 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
2008-07-11 Multi-column GIN indexes. Teodor Sigaev Tom Lane 8.4.0
2008-03-16 Add a note to the CREATE INDEX reference page about the impact of 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-07 Allow CREATE INDEX CONCURRENTLY to disregard transactions in other Tom Lane 8.3.0
2007-06-03 Create a GUC parameter temp_tablespaces that allows selection of the Tom Lane 8.3.0
2007-04-06 Make 'col IS NULL' clauses be indexable conditions. 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-09-13 Some small editorialization on the description of CREATE INDEX Tom Lane 8.2.0
2006-08-25 Add the ability to create indexes 'concurrently', that is, without Tom Lane 8.2.0
2006-07-11 Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that Tom Lane 8.2.0
2006-07-04 Documentation fixes for FILLFACTOR patch. Minor other editorialization. Tom Lane 8.2.0
2005-11-07 R-tree is dead ... long live GiST. Tom Lane 8.2.0
2005-01-04 More minor updates and copy-editing. Tom Lane 8.0.0
2004-11-05 Create 'default_tablespace' GUC variable that supplies a TABLESPACE Tom Lane 8.0.0
2004-06-18 Tablespaces. Alternate database locations are dead, long live tablespaces. Tom Lane 8.0.0
2003-09-09 Remove a bunch of content-free Diagnostics sections, as per previous Tom Lane 7.4.1
2003-05-28 Replace functional-index facility with expressional indexes. Any column Tom Lane 7.4.1
2002-07-30 Replace ad-hoc insertions into pg_opclass and friends with CREATE Tom Lane 7.3.1
2002-04-23 Update SQL-command reference pages for schema features. Tom Lane 7.3.1
2001-08-21 Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in Tom Lane 7.2.1