Commits

DateSubjectAuthorReleases
2007-03-17 Fix up the remaining places where the expression node structure would lose Tom Lane 8.3.0
2007-02-19 Get rid of some old and crufty global variables in the planner. When Tom Lane 8.3.0
2006-08-12 Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. Tom Lane 8.2.0
2006-04-30 Improve the representation of FOR UPDATE/FOR SHARE so that we can 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
2005-06-05 Remove planner's private fields from Query struct, and put them into Tom Lane 8.1.0
2005-05-23 Avoid redundant relation lock grabs during planning, and make sure Tom Lane 8.1.0
2005-04-28 Implement sharable row-level locks, and use them for foreign key references Tom Lane 8.1.0
2005-04-06 Merge Resdom nodes into TargetEntry nodes to simplify code and save a Tom Lane 8.1.0
2004-11-06 When implementing a coercion to a domain type with a combined Tom Lane 8.0.0
2004-06-16 Represent type-specific length coercion functions as pg_cast entries, Tom Lane 8.0.0
2003-08-11 Rewriter and planner should use only resno, not resname, to identify Tom Lane 7.4.1
2003-07-25 Error message editing in backend/optimizer, backend/rewrite. Tom Lane 7.4.1
2003-05-12 Apply fixes for problems with dropped columns whose types have also been Tom Lane 7.3.3
2003-05-12 Apply fixes for problems with dropped columns whose types have also been Tom Lane 7.4.1
2003-02-03 Determine the set of constraints applied to a domain at executor Tom Lane 7.4.1
2002-12-12 Phase 2 of read-only-plans project: restructure expression-tree nodes Tom Lane 7.4.1
2002-11-25 Remove unused constisset and constiscast fields of Const nodes. Clean Tom Lane 7.4.1
2002-09-18 Extend pg_cast castimplicit column to a three-way value; this allows us Tom Lane 7.3.1
2002-08-31 Code review for domain-constraints patch. Use a new ConstraintTest node Tom Lane 7.3.1
2002-08-02 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, Tom Lane 7.3.1
2002-04-05 Undo not-so-hot decision to postpone insertion of default values into Tom Lane 7.3.1
2002-03-20 Code review for DOMAIN patch. Tom Lane 7.3.1
2001-11-02 Add default expressions to INSERTs during planning, not during parse Tom Lane 7.2.1
2001-09-06 Fix handling of pg_type.typdefault per bug report from Dave Blasby. Tom Lane 7.2.1