TopicMailing ListsActivityParticipants
5 commits
Fix new pthread code to respect --disable-thread-safety.
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
pgbench: Refactor thread portability support.
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
pgbench: Improve time logic.
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
Add missing pthread_barrier_t.
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
pgbench: Synchronize client threads.
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
2021-03Committed
Patch#2557
CINot processed
ReviewersMarina Polyakova (whipping.top1991), Hayato Kuroda (ha-kun)
CommitterThomas Munro (macdice)
pgbench: option delaying queries till connections establishment?
pgbench: option delaying queries till connections establishment?
hackers
53 replies
Jul 03, 2023
Fabien COELHOThomas MunroAndres FreundHayato Kuroda (Fujitsu)Tom Lane+5
13 commits
Try to unbreak 021_row_visibility.pl on mingw.
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
Fix and test snapshot behavior on standby.
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
snapshot scalability: cache snapshots using a xact completion counter.
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
Fix use of wrong index in ComputeXidHorizons().
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
Make vacuum a bit more verbose to debug BF failure.
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
+8 more
2020-09Committed
Patch#2500
CINot processed
CommitterAndres Freund (andresfreund)
Improving connection scalability: GetSnapshotData()
Improving connection scalability: GetSnapshotData()
hackers
123 replies
Mar 01, 2021
Andres FreundRobert HaasKonstantin KnizhnikThomas MunroTom Lane+18
1 commit
Ensure snapshot is registered within ScanPgRelation().
master13beta1REL_19_STABLE13beta1REL_18_STABLE13beta1REL_17_STABLE13beta1REL_16_STABLE13beta1REL_15_STABLE13beta1REL_14_STABLE13beta1REL_13_STABLE13beta1+5 more
Catalog invalidations vs catalog scans vs ScanPgRelation()
Catalog invalidations vs catalog scans vs ScanPgRelation()
hackers
9 replies
Apr 10, 2020
Andres FreundRobert HaasTom Lane
comitters
0 replies
Feb 24, 2020
Andres Freund