Commits

DateSubjectAuthorReleases
2011-03-26 More collations cleanup, from trawling for missed collation assignments. Tom Lane 9.1.0
2011-03-20 Revise collation derivation method and expression-tree representation. Tom Lane 9.1.0
2011-03-11 Split CollateClause into separate raw and analyzed node types. Tom Lane 9.1.0
2011-03-10 Remove collation information from TypeName, where it does not belong. Tom Lane 9.1.0
2011-01-25 Replace pg_class.relhasexclusion with pg_index.indisexclusion. Tom Lane 9.1.0
2011-01-25 Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX. Tom Lane 9.1.0
2010-10-15 Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements. Tom Lane 9.1.0
2010-08-18 Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. Tom Lane 9.0.0
2010-08-18 Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. Tom Lane 9.1.0
2010-02-03 Fix unwarranted assumption that a cached rowtype would stick around Tom Lane 9.0.0
2009-12-23 Adjust naming of indexes and their columns per recent discussion. Tom Lane 9.0.0
2009-12-22 Disallow comments on columns of relation types other than tables, views, Tom Lane 9.0.0
2009-12-20 There is no good reason for the CREATE TABLE LIKE INCLUDING COMMENTS code to Tom Lane 9.0.0
2009-12-15 Support ORDER BY within aggregate function calls, at long last providing a Tom Lane 9.0.0
2009-12-07 Add exclusion constraints, which generalize the concept of uniqueness to Tom Lane 9.0.0
2009-11-13 Clean up a couple of bizarre code formatting choices in recent CREATE LIKE patch. Tom Lane 9.0.0
2009-11-05 Don't treat NEW and OLD as reserved words anymore. For the purposes of rules Tom Lane 9.0.0
2009-10-13 Code review for LIKE INCLUDING patch --- clean up some cosmetic and not Tom Lane 9.0.0
2009-10-06 Change CREATE TABLE so that column default expressions coming from different Tom Lane 8.4.2
2009-10-06 Change CREATE TABLE so that column default expressions coming from different Tom Lane 9.0.0
2009-07-30 Merge the Constraint and FkConstraint node types into a single type. Tom Lane 9.0.0
2009-07-29 Support deferrable uniqueness constraints. Tom Lane 9.0.0
2009-07-12 Move some declarations in the raw-parser header files to create a clearer Tom Lane 9.0.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-09-01 Add a bunch of new error location reports to parse-analysis error messages. Tom Lane 8.4.0