Commits

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

DateSubjectAuthorReleases
2019-06-12 Fix incorrect printing of queries with duplicated join names. Tom Lane 9.4.23
2019-02-17 Fix CREATE VIEW to allow zero-column views. Tom Lane 9.4.22
2017-07-24 Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s. Tom Lane 9.4.13
2017-07-20 Fix dumping of outer joins with empty qual lists. Tom Lane 9.4.13
2017-07-13 Fix dumping of FUNCTION RTEs that contain non-function-call expressions. Tom Lane 9.4.13
2016-12-09 Fix reporting of column typmods for multi-row VALUES constructs. Tom Lane 9.4.11
2016-04-21 Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK. Tom Lane 9.4.8
2015-11-16 Speed up ruleutils' name de-duplication code, and fix overlength-name case. Tom Lane 9.4.6
2015-11-15 Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts. Tom Lane 9.4.6
2014-07-19 Partial fix for dropped columns in functions returning composite. Tom Lane 9.4.0
2014-05-02 Fix yet another corner case in dumping rules/views with USING clauses. Tom Lane 9.4.0
2014-04-30 Reduce indentation/parenthesization of set operations in rule/view dumps. Tom Lane 9.4.0
2014-04-30 Fix indentation of JOIN clauses in rule/view dumps. Tom Lane 9.4.0
2014-04-13 Make security barrier views automatically updatable Stephen Frost 9.4.0
2013-11-11 Fix ruleutils pretty-printing to not generate trailing whitespace. Tom Lane 9.4.0
2013-07-23 Further hacking on ruleutils' new column-alias-assignment code. Tom Lane 9.4.0
2013-07-23 Change post-rewriter representation of dropped columns in joinaliasvars. Tom Lane 9.4.0
2013-07-18 WITH CHECK OPTION support for auto-updatable VIEWs Stephen Frost 9.4.0