Does \"group by\" clause automatically guarantee that the results will be ordered by that key? In other words, is it enough to write:
select * from table group
It definitely doesn't. I have experienced that, once one of my queries suddenly started to return not-ordered results, as the data in the table grows by.