Commits

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

DateSubjectAuthorReleases
2014-05-06 Remove tabs after spaces in C comments Bruce Momjian 8.4.22
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 8.4.13
2009-09-02 Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr Tom Lane 8.4.1
2009-06-11 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list Bruce Momjian 8.4.0
2009-02-25 Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of Tom Lane 8.4.0
2009-01-01 Update copyright for 2009. Bruce Momjian 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-11-15 Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan Tom Lane 8.4.0
2008-10-22 Dept of better ideas: refrain from creating the planner's placeholder_list Tom Lane 8.4.0
2008-10-21 Add a concept of "placeholder" variables to the planner. These are variables Tom Lane 8.4.0
2008-10-06 When expanding a whole-row Var into a RowExpr during ResolveNew(), attach Tom Lane 8.4.0
2008-10-04 Implement SQL-standard WITH clauses, including WITH RECURSIVE. 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
2008-08-28 Extend the parser location infrastructure to include a location field in Tom Lane 8.4.0
2008-08-25 Move exprType(), exprTypmod(), expression_tree_walker(), and related routines Tom Lane 8.4.0
2008-08-22 Arrange to convert EXISTS subqueries that are equivalent to hashable IN Tom Lane 8.4.0
2008-08-14 Fix pull_up_simple_union_all to copy all rtable entries from child subquery to Heikki Linnakangas 8.4.0
2008-08-14 Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace Tom Lane 8.4.0