Skip to content

Tags: orioledb/postgres

Tags

patches17_15

Toggle patches17_15's commit message
Enable running subscription tests with oriole

patches16_42

Toggle patches16_42's commit message
Allow skipping transactions for ReorderBufferAbortOld()

Transactions need to be marked as RBTXN_DISTR_SKIP_CLEANUP to be skipped in
ReorderBufferAbortOld().

patches17_152

Toggle patches17_152's commit message
Add row_ref_equals hook for check_exclusion_or_unique_constraint to w…

…ork with rowid

patches17_8888

Toggle patches17_8888's commit message
Rework handling of running transactions by extensions.

 * RunningTransactionsExtension structure as a part of xl_running_xacts and
   RunningTransactionsData to be filled by extensions.
 * getRunningTransactionsExtension hook to fill RunningTransactionsExtension.
 * Add nextXid field to CSNSnapshotData.
 * SnapBuildGetCSNSnaphot() function to modify CSNSnapshotData in the
   SnapBuild.
 * waitSnapshotHook hook to wait for transactions inside the snapshot
   builder.

patches17_14

Toggle patches17_14's commit message
Rework handling of running transactions by extensions.

 * RunningTransactionsExtension structure as a part of xl_running_xacts and
   RunningTransactionsData to be filled by extensions.
 * getRunningTransactionsExtension hook to fill RunningTransactionsExtension.
 * Add nextXid field to CSNSnapshotData.
 * SnapBuildGetCSNSnaphot() function to modify CSNSnapshotData in the
   SnapBuild.
 * waitSnapshotHook hook to wait for transactions inside the snapshot
   builder.

patches16_8888

Toggle patches16_8888's commit message
Rework handling of running transactions by extensions.

 * RunningTransactionsExtension structure as a part of xl_running_xacts and
   RunningTransactionsData to be filled by extensions.
 * getRunningTransactionsExtension hook to fill RunningTransactionsExtension.
 * Add nextXid field to CSNSnapshotData.
 * SnapBuildGetCSNSnaphot() function to modify CSNSnapshotData in the
   SnapBuild.
 * waitSnapshotHook hook to wait for transactions inside the snapshot
   builder.

patches16_41

Toggle patches16_41's commit message
Rework handling of running transactions by extensions.

 * RunningTransactionsExtension structure as a part of xl_running_xacts and
   RunningTransactionsData to be filled by extensions.
 * getRunningTransactionsExtension hook to fill RunningTransactionsExtension.
 * Add nextXid field to CSNSnapshotData.
 * SnapBuildGetCSNSnaphot() function to modify CSNSnapshotData in the
   SnapBuild.
 * waitSnapshotHook hook to wait for transactions inside the snapshot
   builder.

patches17_13

Toggle patches17_13's commit message
Fix copying datum in ExecModifyTable()

Save the alignment.

patches16_40

Toggle patches16_40's commit message
Fix copying datum in ExecModifyTable()

Save the alignment.

patches17_12

Toggle patches17_12's commit message
fix pg_rewind docs