Tags: neondatabase/postgres
Tags
Preserve combocid v16 (#458) * Correctly handle COMBCID flag in WAL * Correctly handle COMBCID flag in WAL --------- Co-authored-by: Konstantin Knizhnik <[email protected]>
Correctly handle COMBCID flag in WAL (#457) * Correctly handle COMBCID flag in WAL * Fix bug in storing CID to oldrecord in heap_update * Fix retstorig cid in heap redo --------- Co-authored-by: Konstantin Knizhnik <[email protected]>
Correctly handle COMBCID flag in WAL (#459) * Correctly handle COMBCID flag in WAL * Fix bug in storing CID to oldrecord in heap_update * Fix retstorig cid in heap redo --------- Co-authored-by: Konstantin Knizhnik <[email protected]>
Fix usage of pg_waldump --ignore option. (#418) Previously, the --ignore option was only used when reading from a single file.
Fix usage of pg_waldump --ignore option. (#417) Previously, the --ignore option was only used when reading from a single file.
Fix usage of pg_waldump --ignore option. (#416) Previously, the --ignore option was only used when reading from a single file.
Load SLRU segments on demand (#331) * Load SLRU segments on demand refer #8763 * Fix errors in downloading SLRU segments * Fix build problems * Undo occcasional changes * Remove unintenmded changes * Fix smgr_read_slru_segment * Determine SLRU kind in extension * Use ctl->PagePrecedes for SLRU page comparison in SimpleLruDownloadSegment to address wraparround --------- Co-authored-by: Konstantin Knizhnik <[email protected]>
On demand downloading of SLRU segments (#332) * On demand downloading of SLRU segments * Fix smgr_read_slru_segment * Determine SLRU kind in extension * Use ctl->PagePrecedes for SLRU page comparison in SimpleLruDownloadSegment to address wraparround --------- Co-authored-by: Konstantin Knizhnik <[email protected]>
On demand downloading of SLRU segments (#333) * On demand downloading of SLRU segments * Fix smgr_read_slru_segment * Fix bug in SimpleLruDownloadSegment * Determine SLRU kind in extension * Use ctl->PagePrecedes for SLRU page comparison in SimpleLruDownloadSegment to address wraparround --------- Co-authored-by: Konstantin Knizhnik <[email protected]>
PreviousNext