Commits

Showing commits that first shipped in 8.3 (backpatches included). Clear

DateSubjectAuthorReleases
2010-07-09 Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() Tom Lane 8.3.12
2007-10-13 Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes 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-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0
2007-03-19 Fix 8.2 breakage of domains over array types, and add a regression test case Tom Lane 8.3.0
2007-03-17 Fix up the remaining places where the expression node structure would lose Tom Lane 8.3.0
2007-02-14 Fix up foreign-key mechanism so that there is a sound semantic basis for the Tom Lane 8.3.0
2007-01-30 Add support for cross-type hashing in hash index searches and hash joins. 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-21 Refactor some lsyscache routines to eliminate duplicate code and save Tom Lane 8.3.0
2007-01-20 Refactor planner's pathkeys data structure to create a separate, explicit Tom Lane 8.3.0
2007-01-10 Change the planner-to-executor API so that the planner tells the executor 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-12-23 Restructure operator classes to allow improved handling of cross-data-type Tom Lane 8.3.0