TopicMailing ListsActivityParticipants
10 commits
Reduce the log level in 035_standby_logical_decoding.pl.
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
035_standby_logical_decoding: Add missing waits for replication
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
For cascading replication, wake physical and logical walsenders separately
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
Handle logical slot conflicts on standby
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
Support invalidating replication slots due to horizon and wal_level
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
+5 more
2023-03Committed
Patch#3740
CINot processed
ReviewersBharath Rupireddy (bharathrupireddy)
CommitterAndres Freund (andresfreund)
Minimal logical decoding on standbys
Minimal logical decoding on standbys
hackers
359 replies
Apr 12, 2023
Bertrand DrouvotAndres FreundAmit KhandekarRobert HaasAmit Kapila+22
2 commits
Convert gist to compute page level xid horizon on primary.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Check for conflicting queries during replay of gistvacuumpage()
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+4 more
gist microvacuum doesn't appear to care about hot standby?
gist microvacuum doesn't appear to care about hot standby?
hackers
10 replies
Apr 06, 2019
Alexander KorotkovAndres FreundPeter Geoghegan
4 commits
tableam: Add tuple_{insert, delete, update, lock} and use.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Replace uses of heap_open et al with the corresponding table_* function.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Replace heapam.h includes with {table, relation}.h where applicable.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Introduce access/{table.h, relation.h}, for generic functions from heapam.h.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
What to name the current heap after pluggable storage / what to rename?
What to name the current heap after pluggable storage / what to rename?
hackers
26 replies
Mar 19, 2019
Andres FreundRobert HaasHaribabu KommiPeter EisentrautArkhena+6
3 commits
Move page initialization from RelationAddExtraBlocks() to use, take 2.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Fix race condition between relation extension and vacuum.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Move page initialization from RelationAddExtraBlocks() to use.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Why are we PageInit'ing buffers in RelationAddExtraBlocks()?
Why are we PageInit'ing buffers in RelationAddExtraBlocks()?
hackers
24 replies
Feb 04, 2019
Andres FreundTom LaneAmit KapilaRobert HaasThomas Munro
Use an enum for RELKIND_*?
hackers
12 replies
Jan 28, 2019
Tom LaneAndres FreundKyotaro HoriguchiBruce MomjianAlvaro Herrera
Why not represent "never vacuumed" accurately wrt pg_class.relpages?
hackers
9 replies
Jan 05, 2019
Andres FreundTom LaneRobert HaasStephen Frost
2 commits
Reduce length of GIN predicate locking isolation test suite
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+2 more
Remove entry tree root conflict checking from GIN predicate locking
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+2 more
GIN predicate locking slows down valgrind isolationtests tremendously
GIN predicate locking slows down valgrind isolationtests tremendously
hackers
11 replies
Dec 28, 2018
Alexander KorotkovAndres FreundAndrew Dunstan
1 commit
Compute XID horizon for page level index vacuum on primary.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Computing the conflict xid for index page-level-vacuum on primary
Computing the conflict xid for index page-level-vacuum on primary
hackers
4 replies
Dec 16, 2018
Andres FreundAlexander KorotkovPeter Geoghegan
Can we remove the #fdef UNUSED code from nbtxlog.c
hackers
1 reply
Dec 14, 2018
Andres FreundMichael Paquier
pgsql: Create a separate oid range for oids assigned by genbki.pl.
comitters
0 replies
Dec 13, 2018
Andres Freund
Should get_rel_data_width take alignment into account?
hackers
0 replies
Dec 11, 2018
Andres Freund
make install getting slower
hackers
6 replies
Dec 08, 2018
Andres FreundPeter EisentrautJoshua D. Drake
2 commits
Fix usage of whole-row variables in WCO and RLS policy expressions.
master13beta1REL_19_STABLE13beta1REL_18_STABLE13beta1REL_17_STABLE13beta1REL_16_STABLE13beta1REL_15_STABLE13beta1REL_14_STABLE13beta1REL_13_STABLE13beta1+6 more
Fix parent of WCO qual.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Wrong parent node for WCO expressions in nodeModifyTable.c?
Wrong parent node for WCO expressions in nodeModifyTable.c?
hackers
0 replies
Dec 05, 2018
Andres Freund