Commits

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

DateSubjectAuthorReleases
2017-07-24 Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s. Tom Lane 9.3.18
2017-07-20 Fix dumping of outer joins with empty qual lists. Tom Lane 9.3.18
2017-07-13 Fix dumping of FUNCTION RTEs that contain non-function-call expressions. Tom Lane 9.3.18
2016-12-09 Fix reporting of column typmods for multi-row VALUES constructs. Tom Lane 9.3.16
2016-04-21 Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK. Tom Lane 9.3.13
2015-11-16 Speed up ruleutils' name de-duplication code, and fix overlength-name case. Tom Lane 9.3.11
2015-11-15 Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts. Tom Lane 9.3.11
2014-07-19 Partial fix for dropped columns in functions returning composite. Tom Lane 9.3.5
2014-05-02 Fix yet another corner case in dumping rules/views with USING clauses. Tom Lane 9.3.5
2014-04-30 Reduce indentation/parenthesization of set operations in rule/view dumps. Tom Lane 9.3.5
2014-04-30 Fix indentation of JOIN clauses in rule/view dumps. Tom Lane 9.3.5
2013-11-11 Fix ruleutils pretty-printing to not generate trailing whitespace. Tom Lane 9.3.2
2013-07-23 Further hacking on ruleutils' new column-alias-assignment code. Tom Lane 9.3.0
2013-07-23 Change post-rewriter representation of dropped columns in joinaliasvars. Tom Lane 9.3.0
2013-02-03 Perform line wrapping and indenting by default in ruleutils.c. Tom Lane 9.3.0
2012-12-31 Fix ruleutils to cope with conflicts from adding/dropping/renaming columns. Tom Lane 9.3.0
2012-09-21 Improve ruleutils.c's heuristics for dealing with rangetable aliases. Tom Lane 9.3.0