Skip to content

Tags: neondatabase/postgres

Tags

REL_16_3_neon

Toggle REL_16_3_neon's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Preserve combocid v16 (#458)

* Correctly handle COMBCID flag in WAL

* Correctly handle COMBCID flag in WAL

---------

Co-authored-by: Konstantin Knizhnik <[email protected]>

REL_15_7_neon

Toggle REL_15_7_neon's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

REL_14_12_neon

Toggle REL_14_12_neon's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

REL_16_2_neon

Toggle REL_16_2_neon's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix usage of pg_waldump --ignore option. (#418)

Previously, the --ignore option was only used when reading from a single file.

REL_15_6_neon

Toggle REL_15_6_neon's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix usage of pg_waldump --ignore option. (#417)

Previously, the --ignore option was only used when reading from a single file.

REL_14_11_neon

Toggle REL_14_11_neon's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix usage of pg_waldump --ignore option. (#416)

Previously, the --ignore option was only used when reading from a single file.

REL_16_1_neon

Toggle REL_16_1_neon's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

REL_15_5_neon

Toggle REL_15_5_neon's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

REL_14_10_neon

Toggle REL_14_10_neon's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

REL_16_0_neon

Toggle REL_16_0_neon's commit message
Last commit prior to the 16.1 rebase