Commits

DateSubjectAuthorReleases
2015-01-24 Clean up some mess in row-security patches. Tom Lane 9.5.0
2014-06-16 Avoid recursion when processing simple lists of AND'ed or OR'ed clauses. Tom Lane 9.5.0
2014-04-30 Reduce indentation/parenthesization of set operations in rule/view dumps. Tom Lane 9.3.5
2014-04-30 Reduce indentation/parenthesization of set operations in rule/view dumps. Tom Lane 9.4.0
2014-04-30 Limit overall indentation in rule/view dumps. Tom Lane 9.3.5
2014-04-30 Limit overall indentation in rule/view dumps. Tom Lane 9.4.0
2014-04-30 Fix indentation of JOIN clauses in rule/view dumps. Tom Lane 9.3.5
2014-04-30 Fix indentation of JOIN clauses in rule/view dumps. Tom Lane 9.4.0
2013-11-11 Fix ruleutils pretty-printing to not generate trailing whitespace. Tom Lane 9.3.2
2013-11-11 Fix ruleutils pretty-printing to not generate trailing whitespace. Tom Lane 9.4.0
2013-10-26 Use unaligned output in selected regression queries to reduce diff noise. Tom Lane 9.4.0
2013-05-16 Fix crash when trying to display a NOTIFY rule action. Tom Lane 9.3.0
2013-05-06 Move materialized views' is-populated status into their pg_class entries. Tom Lane 9.3.0
2013-03-04 Get rid of any toast table when converting a table to a view. Tom Lane 9.3.0
2013-02-09 Add support for ALTER RULE ... RENAME TO. Tom Lane 9.3.0
2013-02-03 Perform line wrapping and indenting by default in ruleutils.c. Tom Lane 9.3.0
2012-10-24 Prevent parser from believing that views have system columns. Tom Lane 8.3.22
2012-10-24 Prevent parser from believing that views have system columns. Tom Lane 8.4.15
2012-10-24 Prevent parser from believing that views have system columns. Tom Lane 9.0.11
2012-10-24 Prevent parser from believing that views have system columns. Tom Lane 9.1.7
2012-10-24 Prevent parser from believing that views have system columns. Tom Lane 9.2.2
2012-10-24 When converting a table to a view, remove its system columns. Tom Lane 9.3.0
2012-08-20 Fix typo in comment. Tom Lane 9.3.0
2012-08-19 Allow OLD and NEW in multi-row VALUES within rules. Tom Lane 9.3.0
2012-08-07 Implement SQL-standard LATERAL subqueries. Tom Lane 9.3.0