Postgres Range Types are dope
Range types are a big differentiator of postgres, and they are awesome. Range types allows storing two dimensions of data in a single column. Many data modeling possibilities come true after combining them with the unique and constraint indexes that can be added.