The document discusses PostgreSQL extensions for indexing and querying semi-structured data like JSON. It introduces hstore, an existing PostgreSQL extension for storing key-value pairs, and notes its limitations compared to JSON. It then summarizes upcoming talks on supporting JSON natively in PostgreSQL, including indexing JSON with GIN and GIST indexes, a JSON query language called Jsquery, and a new indexing access method called VODKA. Exercises are also planned for working with JSON GIN indexes and Jsquery.