summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/window.out
AgeCommit message (Expand)Author
2017-01-22properly redistribute WindowAgg input, fix plan change in window.outTomas Vondra
2015-06-10Fix expected output file for the testcase 'window'Pavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-04-17Fix a few regression failures by changing the expected output files.Pavan Deolasee
2015-03-23to_char: revert cc0d90b73b2e6dd2f301d46818a7265742c41a14Bruce Momjian
2015-03-22to_char(float4/8): zero pad to specified lengthBruce Momjian
2014-09-01Make necessary changes to regression test cases and expected output files toPavan Deolasee
2014-06-28Allow pushdown of WHERE quals into subqueries with window functions.Tom Lane
2014-04-13Provide moving-aggregate support for boolean aggregates.Tom Lane
2014-04-13Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane
2014-04-12Create infrastructure for moving-aggregate optimization.Tom Lane
2013-12-12Improve EXPLAIN to print the grouping columns in Agg and Group nodes.Tom Lane
2013-11-06Support default arguments and named-argument notation for window functions.Tom Lane
2013-07-17Implement the FILTER clause for aggregate function calls.Noah Misch
2013-06-28Make the OVER keyword unreserved.Robert Haas
2013-02-03Perform line wrapping and indenting by default in ruleutils.c.Tom Lane
2012-09-13Fix case of window function + aggregate + GROUP BY expression.Tom Lane
2012-08-10Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane
2012-07-27Merge commit '80edfd76591fdb9beec061de3c05ef4e9d96ce56' into postgres-xc/masterMichael Paquier
2012-06-28Merge commit 'c1d9579dd8bf3c921ca6bc2b62c40da6d25372e5'Michael Paquier
2012-04-05New GUC parameter to control 2PC usage for temporary objectsMichael P
2011-11-18Support window functions and aggregates in Postgres-XC, with following changes,Ashutosh Bapat
2011-10-14Measure the number of all-visible pages for use in index-only scan costing.Tom Lane
2011-09-27Fix window functions that sort by expressions involving aggregates.Tom Lane
2011-07-12Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane
2011-07-06Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into masterMichael P
2011-05-20Merge commit '1084f317702e1a039696ab8a37caf900e55ec8f2' into int-pgxcPavan Deolasee
2011-05-19Updated regression tests.Mason Sharp
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-02-12Extend the set of frame options supported for window functions.Tom Lane
2009-08-27Modify the definition of window-function PARTITION BY and ORDER BY clausesTom Lane
2008-12-31Add some basic support for window frame clauses to the window-functionsTom Lane
2008-12-29Tighten up a couple of regression test cases that can have platform-dependentTom Lane
2008-12-28Support window functions a la SQL:2008.Tom Lane