Commits

DateSubjectAuthorReleases
2007-10-13 Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes Tom Lane 8.0.15
2007-10-13 Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes Tom Lane 8.1.11
2007-10-13 Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes Tom Lane 8.2.6
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.2.4
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
2006-09-28 Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to Tom Lane 8.2.0
2006-08-15 Add a hack so that get_type_io_data() can work from bootstrap.c's Tom Lane 8.2.0
2006-04-05 Fix a bunch of problems with domains by making them use special input functions Tom Lane 8.2.0
2006-04-04 Modify all callers of datatype input and receive functions so that if these Tom Lane 8.2.0
2005-12-28 Implement SQL-compliant treatment of row comparisons for < <= > >= cases Tom Lane 8.2.0
2005-11-17 Make SQL arrays support null elements. This commit fixes the core array Tom Lane 8.2.0
2005-10-11 Document that get_attstatsslot/free_attstatsslot only need to be passed Tom Lane 8.1.0