Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | tableam: Provide helper functions for relation sizing. | Robert Haas | 2019-07-08 |
* | Fix double-phrase typo in message | Alvaro Herrera | 2019-05-31 |
* | tableam: Rename wrapper functions to match callback names. | Andres Freund | 2019-05-23 |
* | Initial pgindent run for v12. | Tom Lane | 2019-05-22 |
* | Don't to predicate lock for analyze scans, refactor scan option passing. | Andres Freund | 2019-05-19 |
* | "A void function may not return a value". | Tom Lane | 2019-05-18 |
* | tableam: Avoid relying on relation size to determine validity of tids. | Andres Freund | 2019-05-17 |
* | tableam: Formatting and other minor cleanups. | Andres Freund | 2019-03-31 |
* | tableam: Add helper for indexes to check if a corresponding table tuples exist. | Andres Freund | 2019-03-25 |
* | tableam: Add tuple_{insert, delete, update, lock} and use. | Andres Freund | 2019-03-23 |
* | tableam: Add and use scan APIs. | Andres Freund | 2019-03-11 |
* | tableam: introduce table AM infrastructure. | Andres Freund | 2019-03-06 |