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-06-06 Fix up text concatenation so that it accepts all the reasonable cases that 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-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
2007-01-05 Update CVS HEAD for 2007 copyright. Back branches are typically not Bruce Momjian 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-10-04 pgindent run for 8.2. Bruce Momjian 8.2.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-07-13 More include file adjustments. Bruce Momjian 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-03-05 Update copyright for 2006. Update scripts. Bruce Momjian 8.2.0
2005-12-28 Implement SQL-compliant treatment of row comparisons for < <= > >= cases Tom Lane 8.2.0
2005-10-15 Standard pgindent run for 8.1. Bruce Momjian 8.1.0
2005-06-28 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid Tom Lane 8.1.0
2005-05-01 Change CREATE TYPE to require datatype output and send functions to have Tom Lane 8.1.0