advent-of-code icon indicating copy to clipboard operation
advent-of-code copied to clipboard

https://adventofcode.com/

This is my attempt to solve the Advent Of Code 2021 puzzles using PostgreSQL 14. I don't plan to use any extensions except for what comes in contrib. I'm also going to try to avoid using plpgsql (and certainly any other pl).

The goal is to challenge my SQL skills, and also showcase what can be done in this language.

Comments and improvements welcome.

If you would like to run these yourself, save your data in the appropriate .input file, then run psql -Xqf 2021/decXX.sql.