This is a short summary. ↗ Open original to view full content
The new PostgreSQL 17 make dist
from blog Peter Eisentraut, | ↗ original
More from Peter Eisentraut
PostgreSQL LTO battle
3 Sept 2024 |
original ↗
I wrote recently about the performance of PostgreSQL when compiled with different compilers and optimization levels. Another dimension in that evaluation is link-time optimization (LTO).
PostgreSQL performance with different compilers
25 Jun 2024 |
original ↗
I have tested several times which compiler builds PostgreSQL the fastest. Now let’s look at with which compiler PostgreSQL runs the fastest.
How engaging was PGConf.dev really?
4 Jun 2024 |
original ↗
PGConf.dev 2024 is over. What happened while no one was watching the source code?
New compilers, new timings
21 May 2024 |
original ↗
I had been eagerly awaiting the releases of Clang 18 and GCC 14 for the last few weeks. Now that they are both out, I figured I would check how fast they are for compiling PostgreSQL.
When to split patches for PostgreSQL
14 May 2024 |
original ↗
In my previous article on how to submit patches by email for PostgreSQL, I skipped over whether patches should be split up. Let’s discuss that now.