flag ranges - Search results
Blog >> PostgreSQL
PostgreSQL 17: part 5 or CommitFest 2024-03
range can be specified for int , bigint , and numeric types. transaction_timeout: session termination when the transaction timeout is reached commit: 51efe38c We already have two parameters to control long transactions: statement_timeout and idle
Blog >> PostgreSQL
PostgreSQL 16: part 4 or CommitFest 2023-01
RANGE you have to check all peer rows while with ROWS you don’t. Therefore, the default behavior can end up being slower. In the 16th release, planner support functions were added for window
Blog >> PostgreSQL
What is Baked in the Baker's Dozen?
flags function of the pageinspect extension extracts information from the values of fields infomask and infomask2 returned by the heap_page_items function. This is useful for investigating situations related to data corruption. postgres