Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2016-12-07 | Implement table partitioning. | Robert Haas | 10.0 |
| 2013-07-02 | Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. | Robert Haas | 9.4.0 |
| 2012-12-29 | Adjust more backend functions to return OID rather than void. | Robert Haas | 9.3.0 |
| 2011-07-20 | Support SECURITY LABEL on databases, tablespaces, and roles. | Robert Haas | 9.2.0 |
| 2011-06-28 | Add a missing_ok argument to get_object_address(). | Robert Haas | 9.2.0 |
| 2011-03-04 | Refactor seclabel.c to use the new check_object_ownership function. | Robert Haas | 9.1.0 |
| 2011-01-02 | Basic foreign table support. | Robert Haas | 9.1.0 |
| 2010-10-26 | Fix dumb typo in SECURITY LABEL error message. | Robert Haas | 9.1.0 |
| 2010-09-28 | Add a SECURITY LABEL command. | Robert Haas | 9.1.0 |