Commits

DateSubjectAuthorReleases
2007-09-20 HOT updates. When we update a tuple without changing any of its indexed Tom Lane 8.3.0
2007-09-03 Implement function-local GUC parameter settings, as per recent discussion. Tom Lane 8.3.0
2007-05-11 Support arrays of composite types, including the rowtypes of regular tables Tom Lane 8.3.0
2007-01-22 Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc 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-30 Support type modifiers for user-defined types, and pull most knowledge Tom Lane 8.3.0
2006-11-05 Fix recently-understood problems with handling of XID freezing, particularly 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-03 Code review for FILLFACTOR patch. Change WITH grammar as per earlier Tom Lane 8.2.0
2005-06-28 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid Tom Lane 8.1.0
2005-04-29 Restructure LOCKTAG as per discussions of a couple months ago. 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-29 Add proallargtypes and proargmodes columns to pg_proc, as per my earlier Tom Lane 8.1.0
2005-03-29 Convert oidvector and int2vector into variable-length arrays. This Tom Lane 8.1.0
2004-06-18 Tablespaces. Alternate database locations are dead, long live tablespaces. Tom Lane 8.0.0
2004-04-01 Replace TupleTableSlot convention for whole-row variables and function Tom Lane 8.0.0
2004-02-12 Add hooks for type-specific calculation of ANALYZE statistics. Idea and Tom Lane 8.0.0
2004-01-06 Apply the core parts of Dennis Bjorklund's patch to allow function Tom Lane 8.0.0
2003-10-16 Set attstattarget to -1 for all system catalog columns. All but a few Tom Lane 7.4.1
2003-05-08 Reinstate pg_type's typsend and typreceive columns. They don't do much 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
2002-09-22 Replace pg_attribute.attisinherited with attislocal and attinhcount Tom Lane 7.3.1
2002-08-30 Add attisinherited column to pg_attribute; use it to guard against Tom Lane 7.3.1
2002-08-08 Arrange to collect statistics on a few more system catalog columns. Tom Lane 7.3.1
2002-08-02 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, Tom Lane 7.3.1