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