Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | fix founded hole in recovery after crash, add vacuum_delay_point() | Teodor Sigaev | 2005-06-20 | |
| | ||||
* | 1. full functional WAL for GiST | Teodor Sigaev | 2005-06-20 | |
| | | | | | | | | | | | 2. improve vacuum for gist - use FSM - full vacuum: - reforms parent tuple if it's needed ( tuples was deleted on child page or parent tuple remains invalid after crash recovery ) - truncate index file if possible 3. fixes bugs and mistakes | |||
* | WAL for GiST. It work for online backup and so on, but on | Teodor Sigaev | 2005-06-14 | |
recovery after crash (power loss etc) it may say that it can't restore index and index should be reindexed. Some refactoring code. |