summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/catalog_control.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-68255 Add minValidTimestamp to CollectionsHenrik Edin2022-08-161-0/+1
| | | | | It is the timestamp of the most recent DDL operation on the collection. Has different semantics from minVisibleSnapshot and will eventually replace it.
* SERVER-66794 Detect time-series collections that require extended range supportDan Larkin-York2022-07-301-2/+7
|
* SERVER-59944 Reopen storage in temporary locationMoustafa Maher Khalil2021-10-151-0/+8
|
* SERVER-47866 Secondary readers do not need to reacquire PBWM lock if there ↵Louis Williams2020-09-231-1/+3
| | | | are catalog conflicts
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
|
* SERVER-35317: Preserve minVisible values when refreshing the catalog.Daniel Gottlieb2018-07-021-2/+8
| | | | | | | | | Restarting the catalog throws away the "minVisibleSnapshot" info on all collections. This is typically safe for rollback, the value is reinstantiated when replication recovery rolls forward from the stable timestamp. However, it's possible to read behind the stable timestamp. Currently only test commands can do so, but the future may formally expose this case particularly for sharded cluster snapshot reads.
* Revert "SERVER-35317: Preserve minVisible values when refreshing the catalog."Daniel Gottlieb2018-06-271-8/+2
| | | | This reverts commit dc849ad01396b513e61ae389b3bce4b28f3404be.
* SERVER-35317: Preserve minVisible values when refreshing the catalog.Daniel Gottlieb2018-06-271-2/+8
| | | | | | | | | Restarting the catalog throws away the "minVisibleSnapshot" info on all collections. This is typically safe for rollback, the value is reinstantiated when replication recovery rolls forward from the stable timestamp. However, it's possible to read behind the stable timestamp. Currently only test commands can do so, but the future may formally expose this case particularly for sharded cluster snapshot reads.
* SERVER-32594 add mechanism to close and reopen the catalogKyle Suarez2018-01-311-0/+48