I have some queries containing rollup and cube statements. When I run them on a computer with PostgreSQL 9.4 and PgAdmin III, it says that such functions don't exist. The same queries clearly have worked on another computer with PgAdmin III.
Indeed. ROLLUP
and CUBE
were only introduced in PostgreSQL 9.5 - see the release notes.