summaryrefslogtreecommitdiff
path: root/src/backend/postmaster/clustermon.c
AgeCommit message (Expand)Author
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2016-10-18Report state to the GTM no more frequently than defined byPavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-18Fix a few compiler warnings.Pavan Deolasee
2016-10-18Extend commit, subtrans and commit_ts logs appropriately when new xids arePavan Deolasee
2016-10-18Improve node exclusion and node rejoining logic for calculation for globalPavan Deolasee
2015-12-09Introduce a cluster monitor lock to avoid a race condition between spanshotPavan Deolasee
2015-12-08Acquire the right lock for updating latestCompletedXid.Pavan Deolasee
2015-12-08Rework handling of idle nodes for xmin reporting and calculationPavan Deolasee
2015-12-07Cluster Monitor, which is an auxilliary process need not call InitPostgres andPavan Deolasee
2015-11-26Add a cluster monitor postmaster processPavan Deolasee