postgresql/src/backend/access
Thomas Munro 600f2f50b7 Add condition variable for recovery resume.
Replace a sleep loop with a CV, to get a fast reaction time when
recovery is resumed or the postmaster exits via standard infrastructure.
Unfortunately we still need to wake up every second to perform extra
polling during the recovery pause loop.

Discussion: https://postgr.es/m/CA%2BhUKGK1607VmtrDUHQXrsooU%3Dap4g4R2yaoByWOOA3m8xevUQ%40mail.gmail.com
2021-03-12 19:45:42 +13:00
..
brin Pass down "logically unchanged index" hint. 2021-01-13 08:11:00 -08:00
common Add back vacuum_cleanup_index_scale_factor parameter. 2021-03-11 12:42:46 -08:00
gin VACUUM VERBOSE: Count "newly deleted" index pages. 2021-02-25 14:32:18 -08:00
gist C comments: improve description of GiST NSN and GistBuildLSN 2021-03-10 17:03:10 -05:00
hash Pass down "logically unchanged index" hint. 2021-01-13 08:11:00 -08:00
heap VACUUM ANALYZE: Always update pg_class.reltuples. 2021-03-10 17:07:57 -08:00
index Fix GiST index deletion assert issue. 2021-01-26 23:24:37 -08:00
nbtree Save a few cycles during nbtree VACUUM. 2021-03-11 14:18:23 -08:00
rmgrdesc Don't consider newly inserted tuples in nbtree VACUUM. 2021-03-10 16:27:01 -08:00
spgist VACUUM VERBOSE: Count "newly deleted" index pages. 2021-02-25 14:32:18 -08:00
table Enhance nbtree index tuple deletion. 2021-01-13 09:21:32 -08:00
tablesample Update copyright for 2021 2021-01-02 13:06:25 -05:00
transam Add condition variable for recovery resume. 2021-03-12 19:45:42 +13:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00