Você pode usar
date_trunc()
por esta:select date_trunc('week', current_date);
Mais detalhes no manual:
http://www.postgresql.org/docs/current/static/functions-datetime.html#FUNCTIONS-DATETIME-TRUNC
Se "hoje" for segunda-feira, retornará a data de hoje.