SQLite

All files named ”test/percentile.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/percentile.test

2024-09-02
11:17
[52ba89d6ee] part of check-in [e1bca168e7] Improved error messages on percentile functions. More tests cases for percentile and for ordered-set aggregates. (check-in: [e1bca168e7] user: drh branch: ordered-set-agg, size: 19389)
2024-09-01
20:24
[827b3916a6] part of check-in [b1a93f67d6] Implement percentile_cont() and percentile_disc(). (check-in: [b1a93f67d6] user: drh branch: ordered-set-agg, size: 11301)
10:52
[5c5b622035] part of check-in [54313f74b2] Fix to the quicksort algorithm in the percentile extension. (check-in: [54313f74b2] user: drh branch: trunk, size: 10966)
2024-08-31
18:35
[96b941965a] part of check-in [3fe0a85297] Omit the percentile_cont() function added by [095c22e62248f8ef] (and not yet released) since its usage conflicts with the PG percentile_cont() function. (check-in: [3fe0a85297] user: drh branch: trunk, size: 10794)
17:50
[9ae96346c6] part of check-in [f099046081] Still more test cases. (check-in: [f099046081] user: drh branch: percentile-window, size: 11370)
17:27
[4c84880c6d] part of check-in [0d0e545679] Add more test cases. (check-in: [0d0e545679] user: drh branch: percentile-window, size: 9479)
15:02
[b30d924809] part of check-in [25e6822984] Test cases added. (check-in: [25e6822984] user: drh branch: percentile-window, size: 7859)
2024-07-24
13:41
[74e383216a] part of check-in [095c22e622] Add the percentile_cont(Y,P) variant of percentile() to the percentile extension. (check-in: [095c22e622] user: drh branch: trunk, size: 5799)
2024-07-23
16:23
[16fa70efab] part of check-in [6e31b1bab1] Enhance the percentile() extension function to include the median() variant. Update the implementation to implement its own sorting algorithm, so that the extension no longer depends on qsort(). (check-in: [6e31b1bab1] user: drh branch: trunk, size: 5253)
2014-12-31
20:19
[4243af26b8] part of check-in [456948ea64] Fix a floating-point round-off error problem in the percentile.test module. (check-in: [456948ea64] user: drh branch: trunk, size: 5179)
2013-07-05
16:54
[b98fc868d7] part of check-in [ff8c3f7840] Replace an erroneous SQLITE_OMIT_VIRTUAL_TABLE in vdbeaux.c with SQLITE_OMIT_WAL. Also fix some test script problems. (check-in: [ff8c3f7840] user: dan branch: trunk, size: 5170)
2013-05-28
20:25
Added: [4614301e38] part of check-in [a64d760d92] Add the percentile() SQL function as a loadable extension in the ext/misc directory. (check-in: [a64d760d92] user: drh branch: trunk, size: 5105)