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-07-20 Fix whole-row Var evaluation to cope with resjunk columns (again). Tom Lane 8.4.13
2009-06-11 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list Bruce Momjian 8.4.0
2009-04-04 Remove the recently added node types ReloptElem and OptionDefElem in favor Tom Lane 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-02-02 Allow reloption names to have qualifiers, initially supporting a TOAST Alvaro Herrera 8.4.0
2009-01-22 Support column-level privileges, as required by SQL standard. 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-12-19 SQL/MED catalog manipulation facilities Peter Eisentraut 8.4.0
2008-11-22 Switch the planner over to treating qualifications of a JOIN_SEMI join as 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-04 Implement SQL-standard WITH clauses, including WITH RECURSIVE. Tom Lane 8.4.0
2008-09-09 Improve the plan cache invalidation mechanism to make it invalidate plans Tom Lane 8.4.0
2008-08-30 Fix the raw-parsetree representation of star (as in SELECT * FROM or Tom Lane 8.4.0
2008-08-29 In GCC-based builds, use a better newNode() macro that relies on GCC-specific 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 Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace Tom Lane 8.4.0
2008-08-02 Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items Tom Lane 8.4.0
2008-03-20 Arrange for an explicit cast applied to an ARRAY[] constructor to be applied Tom Lane 8.4.0