TopicMailing ListsActivityParticipants
2 commits
tests: Restrict pg_locks queries in advisory_locks.sql to current database
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1REL_15_STABLE15.9REL_14_STABLE14.14REL_13_STABLE13.17+1 more
tests: Rename conflicting role names
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1REL_15_STABLE15.16REL_14_STABLE14.21
installcheck-world concurrency issueshackers
hackers
7 replies
Sep 26, 2024
Michael PaquierAndres FreundPeter Eisentraut
1 commit
lwlock: Fix quadratic behavior with very long wait lists
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1REL_15_STABLE15.6REL_14_STABLE14.11REL_13_STABLE13.14+1 more
2022-11Committed
Patch#3992
CINot processed
ReviewersBharath Rupireddy (bharathrupireddy)
CommitterAndres Freund (andresfreund)
heavily contended lwlocks with long wait queues scale badlyhackers
hackers
30 replies
Jan 22, 2024
Andres FreundJonathan S. KatzMichael PaquierBharath RupireddyRobert Haas+7
1 commit
Fix pg_recvlogical upon signal termination
master17beta1REL_19_STABLE17beta1REL_18_STABLE17beta1REL_17_STABLE17beta1
2023-07Committed
Patch#3966
CINot processed
ReviewersMichael Paquier (michael-kun), Tristan Partin (tristan957)
CommitterMichael Paquier (michael-kun)
pg_recvlogical prints bogus error when interruptedhackers
hackers
19 replies
Jul 20, 2023
Bharath RupireddyMichael PaquierAndres FreundKyotaro HoriguchiCary Huang+1
2 commits
Fix prove_installcheck when used with PGXS
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1REL_15_STABLE15.3REL_14_STABLE14.8REL_13_STABLE13.11+2 more
Prevent port collisions between concurrent TAP tests
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1REL_15_STABLE15.2REL_14_STABLE14.7REL_13_STABLE13.10+2 more
ssl tests aren't concurrency safe due to get_free_port()hackers
hackers
22 replies
May 05, 2023
Andrew DunstanAndres FreundPeter EisentrautTom Lane
17 commits
Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add tests
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
Use ExtendBufferedRelTo() in XLogReadBufferExtended()
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
hio: Use ExtendBufferedRelBy() to extend tables more efficiently
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
heapam: Pass number of required pages to RelationGetBufferForTuple()
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
+12 more
2023-03Committed
Patch#3993
CINot processed
ReviewersHeikki Linnakangas (heikki), Melanie Plageman (melanieplageman)
CommitterAndres Freund (andresfreund)
refactoring relation extension and BufferAlloc(), faster COPYhackers
hackers
56 replies
May 03, 2023
Andres FreundHeikki LinnakangasJim NasbyMelanie PlagemanJohn Naylor+7
5 commits
meson: Add basic PGXS compatibility
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
autoconf: Move export_dynamic determination to configure
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
autoconf: Don't AC_SUBST() LD in configure
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32C
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
autoconf: Rely on ar supporting index creation
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
2022-11Committed
Patch#3932
CINot processed
ReviewersPeter Eisentraut (petere)
CommitterAndres Freund (andresfreund)
meson PGXS compatibilityhackers
hackers
15 replies
Dec 07, 2022
Andres FreundPeter EisentrautTom LaneJohn Naylor
1 commit
bufmgr: Support multiple in-progress IOs by using resowner
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
resowner "cold start" overheadhackers
hackers
3 replies
Nov 01, 2022
Andres FreundKyotaro HoriguchiHeikki Linnakangas
hackers
5 replies
Oct 31, 2022
Peter GeogheganBertrand DrouvotAndres FreundKyotaro Horiguchi
2 commits
Remove compatibility declarations for InitMaterializedSRF()
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
Rename SetSingleFuncCall() to InitMaterializedSRF()
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1REL_15_STABLE15.1
New "single-call SRF" APIs are very confusingly namedhackers
hackers
12 replies
Oct 19, 2022
Andres FreundMichael PaquierMelanie PlagemanTom Lane
3 commits
Rename parser token REF to REF_P to avoid a symbol conflict.
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1REL_15_STABLE15.1REL_14_STABLE14.6REL_13_STABLE13.9+8 more
Use libc's snprintf, not sprintf, for special cases in snprintf.c.
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1REL_15_STABLE15.1REL_14_STABLE14.6REL_13_STABLE13.9+1 more
meson: macos: Use -Wl,-undefined,error for modules
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
macos ventura SDK spews warningshackers
hackers
12 replies
Oct 16, 2022
Tom LaneAndres Freund
comitters
0 replies
Oct 16, 2022
Andres Freund
comitters
0 replies
Oct 15, 2022
Andres Freund
comitters
0 replies
Oct 14, 2022
Andres Freund
comitters
0 replies
Oct 14, 2022
Andres Freund
comitters
0 replies
Oct 13, 2022
Andres Freund
comitters
0 replies
Oct 08, 2022
Andres Freund
comitters
0 replies
Oct 08, 2022
Andres Freund
comitters
0 replies
Oct 07, 2022
Andres Freund
1 commit
windows: Adjust FD_SETSIZE via commandline define
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
2022-11Committed
Patch#3931
CINot processed
CommitterAndres Freund (andresfreund)
meson: Add support for building with precompiled headershackers
hackers
6 replies
Oct 07, 2022
Andres FreundTom LanePeter Eisentraut
comitters
0 replies
Oct 07, 2022
Andres Freund
comitters
0 replies
Oct 07, 2022
Andres Freund
comitters
0 replies
Oct 06, 2022
Andres Freund
comitters
0 replies
Oct 06, 2022
Andres Freund
comitters
0 replies
Oct 05, 2022
Andres Freund
comitters
0 replies
Oct 05, 2022
Andres Freund
Loading more results...