User:C2main

From PostgreSQL wiki
Jump to navigationJump to search

Cédric Villemain is leading Data-Bene, a company focused on PostgreSQL services (support, training, expertise, R&D).


Some few old and new ideas, often with patches and tests already:

  • WAL sender lag metric
  • synchronous_timeout (suspend sync rep for a moment, at some point)
  • Allow empty string on NULL output in ecpg
  • Allow to use pg_resgress TAP test in extension makefile (Else pg_regress/pg_prove is not found)
  • Allows extensions to install header file
  • PSI autothrottling (autvacuum, bgwriter, prefetching) / resources monitor
  • fallback plan when conditions reached (for JOIN on badly distributed attributes)
  • PostgreSQL standby init and restart via SQL protocol (for spawning new replica from existing pg cluster)