TopicMailing ListsActivityParticipants
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 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
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
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