Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/pg_common.tcl
2019-08-19
| ||
19:59 | Fix problems with window frames that use ORDER BY ... NULLS LAST etc. file: [222a1bad] check-in: [75d665a4] user: dan branch: nulls-last, size: 4135 | |
2019-03-18
| ||
16:51 | Fixes for RANGE windows and NULL values. file: [4740dc35] check-in: [723c84be] user: dan branch: window-functions, size: 4131 | |
2019-03-16
| ||
20:29 | Fix problems with RANGE windows and string, blob and NULL values. file: [85fac868] check-in: [cebe09e1] user: dan branch: window-functions, size: 4028 | |
2019-03-09
| ||
20:49 | Add support for RANGE window frames. Some cases still do not work. file: [74f0f59f] check-in: [ffc32b24] user: dan branch: window-functions, size: 3890 | |
2019-03-08
| ||
20:02 | Finish consolidation of window frame code. Add untested support for GROUPS frames. file: [55e8bf84] check-in: [954bf369] user: dan branch: window-functions, size: 3855 | |
2019-03-04
| ||
21:07 | Support some "ROWS BETWEEN N PRECEDING AND M FOLLOWING" window functions without caching entire partitions. file: [72d4c464] check-in: [e7a91f12] user: dan branch: window-functions, size: 3834 | |
2018-07-10
| ||
18:50 | Modify tests in window3.test to be tolerant of rounding errors when comparing floating point values. file: [301ac19c] check-in: [7c26c443] user: dan branch: trunk, size: 3467 | |
2018-06-22
| ||
20:51 | Omit all window-function related code when building with SQLITE_OMIT_WINDOWFUNC. file: [3bf36b30] check-in: [5f04b016] user: dan branch: exp-window-functions, size: 3326 | |
2018-06-14
| ||
20:52 | Fix a problem with handling of statements containing two or more different windows. file: [5cd48d49] check-in: [567e09ef] user: dan branch: exp-window-functions, size: 3244 | |
2018-06-08
| ||
11:45 | Fixes to allow group_concat() to be used as a window function. file: [b50727fe] check-in: [89bbc9ba] user: dan branch: exp-window-functions, size: 3206 | |
2018-06-04
| ||
08:22 | Add support for window function cume_dist(). Improve tests for percent_rank(). file: [2562ad56] check-in: [76543f7d] user: dan branch: exp-window-functions, size: 3152 | |
2018-05-30
| ||
20:44 | Allow min() and max() to be used as window functions. file: [022a9909] check-in: [c16125a8] user: dan branch: exp-window-functions, size: 2635 Added | |