- postgresql
- what's new
- scheduler
- video
- code
•
•
•
•
-
Parallel aggregate in PostgreSQL 16 for better performance
A new functionality for parallel aggregates on string_agg() and array_agg() functions is coming in PostgreSQL 16 with improved performance.
-
New old “debug_parallel_query” setting in PostgreSQL 16
force_parallel_mode - the runtime option will have a new name in PostgreSQL 16: debug_parallel_query. Find out why.
-
pg_timetable v5.3 is out!
pg_timetable v5.3 release is here - new logging features include: disable database logging, plus 4 new ways to control file logging.
-
ER diagrams with SQL and Mermaid
Generate an ER diagram for a PostgreSQL database using plain SQL and Mermaid. Explore entity relationship diagrams for architecture/dev
-
Go & PostgreSQL: FOSDEM 2023 talk