- postgresql
- what's new
- scheduler
- video
- code
•
•
•
•
-
LZ4 and ZSTD pg_dump compression in PostgreSQL 16
LZ4 and ZSTD are additional pg_dump compression methods added in PostgreSQL 16. Find out how to use them, & how they compare to GZIP.
-
Underscores in numeric constants in PostgreSQL 16
PostgreSQL 16 includes support for underscores in integer and numeric constants. Learn how to use them in large numbers without errors.
-
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.