This document summarizes key concepts about Common Table Expressions (CTE), recursive CTE, window functions, array and JSON data types, and functions in PostgreSQL. It provides examples of basic, writable and recursive CTE. It also discusses row_number, rank and other window functions. Examples are given for array, JSON and hstore data types and related functions and operators. Finally, it briefly covers full text search and user-defined functions.