Топ-100
  • Главная
  • Коммиты
Коммит
fcc72d8
28.05.2024

Use macro wrapper to access PGPROC data, to improve compatibility with PostgreSQL forks.

Коммит
96e759d
02.08.2024

Remove compliation warning of unitialized value

Коммит
7b063ff
19.08.2024

Search for SLRU page only in its own bankOne of the two slot scans in SlruSelectLRUPage was not walking only the slots in the specific bank where the buffer could be; change it to do that.

Коммит
a304289
24.12.2024

Moved the use of the cronJob a further down, since it may not be relevant if the task is cancelled.

Коммит
27bdec0
15.03.2025

Improve performance and reduce table sizes for case mapping. The main case mapping table stores only 16-bit offsets, which can be used to look up the mapped code point in any of the case tables (fold, lower, upper, or title case). Simple case pairs point to the same offsets.

  • Главная
  • Коммиты