Commits
Showing commits that first shipped in 9.1 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2012-03-21 | Don't allow CREATE TABLE AS to put relations in pg_global. | Robert Haas | 9.1.4 |
| 2011-07-03 | Fix bugs in relpersistence handling during table creation. | Robert Haas | 9.1.0 |
| 2011-04-25 | Refactor broken CREATE TABLE IF NOT EXISTS support. | Robert Haas | 9.1.0 |
| 2011-01-02 | Basic foreign table support. | Robert Haas | 9.1.0 |
| 2010-12-13 | Generalize concept of temporary relations to "relation persistence". | Robert Haas | 9.1.0 |
| 2010-08-05 | Standardize get_whatever_oid functions for object types with | Robert Haas | 9.1.0 |
| 2010-07-25 | CREATE TABLE IF NOT EXISTS. | Robert Haas | 9.1.0 |
| 2010-07-22 | Centralize DML permissions-checking logic. | Robert Haas | 9.1.0 |
| 2010-07-09 | Add a hook in ExecCheckRTPerms(). | Robert Haas | 9.1.0 |