]> granicus.if.org Git - postgresql/history - src/test/regress/expected/with.out
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
[postgresql] / src / test / regress / expected / with.out
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-03-30 Tom LaneBe more careful about printing constants in ruleutils.c.
2015-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2015-02-24 Tom LaneImprove parser's one-extra-token lookahead mechanism.
2014-04-30 Tom LaneReduce indentation/parenthesization of set operations...
2013-11-11 Tom LaneFix ruleutils pretty-printing to not generate trailing...
2013-02-03 Tom LanePerform line wrapping and indenting by default in ruleu...
2013-02-01 Peter EisentrautAdd CREATE RECURSIVE VIEW syntax
2012-10-12 Tom LaneFix oversight in new code for printing rangetable aliases.
2012-09-21 Tom LaneImprove ruleutils.c's heuristics for dealing with range...
2012-09-05 Tom LaneFix PARAM_EXEC assignment mechanism to be safe in the...
2012-08-15 Tom LaneFix rescan logic in nodeCtescan.
2012-08-10 Tom LaneCentralize the logic for detecting misplaced aggregates...
2012-07-31 Tom LaneFix WITH attached to a nested set operation (UNION...
2012-07-05 Robert HaasReduce messages about implicit indexes and sequences...
2012-04-26 Tom LaneFix planner's handling of RETURNING lists in writable...
2012-02-19 Andrew DunstanImprove pretty printing of viewdefs.
2012-01-29 Tom LaneFix handling of init_plans list in inheritance_planner().
2011-10-01 Tom LaneImprove generated column names for cases involving...
2011-06-07 Tom LaneFix rewriter to cope (more or less) with CTEs in the...
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-02-26 Tom LaneFix order of shutdown processing when CTEs contain...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2010-10-15 Tom LaneAllow WITH clauses to be attached to INSERT, UPDATE...
2009-11-22 Tom LaneImprove psql's tabular display of wrapped-around data...
2009-09-09 Tom LaneFix bug with WITH RECURSIVE immediately inside WITH...
2009-07-06 Tom LaneFix handling of changed-Param signaling for CteScan...
2009-03-30 Tom LaneFix an oversight in the support for storing/retrieving...
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-10-14 Tom LaneAdd docs and regression test about sorting the output...
2008-10-14 Tom LaneEliminate unnecessary array[] decoration in examples...
2008-10-13 Tom LaneImplement comparison of generic records (composite...
2008-10-13 Tom LaneFix corner case wherein a WorkTableScan node could...
2008-10-07 Tom LaneExtend CTE patch to support recursive UNION (ie, withou...
2008-10-05 Tom LaneImprove behavior of WITH RECURSIVE with an untyped...
2008-10-05 Tom LaneFix markTargetListOrigin() to not fail on a simple...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...