Commits
Showing commits that first shipped in 9.5 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-10-16 | Rename parser token REF to REF_P to avoid a symbol conflict. | Tom Lane | 9.5 (unreleased) |
| 2015-05-16 | Support GROUPING SETS, CUBE and ROLLUP. | Andres Freund | 9.5.0 |
| 2015-05-15 | TABLESAMPLE, SQL Standard and extensible | Simon Riggs | 9.5.0 |
| 2015-05-08 | Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. | Andres Freund | 9.5.0 |
| 2015-04-26 | Add transforms feature | Peter Eisentraut | 9.5.0 |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian | 9.5.0 |
| 2014-10-07 | Implement SKIP LOCKED for row-level locks | Alvaro Herrera | 9.5.0 |
| 2014-09-19 | Row-Level Security Policies (RLS) | Stephen Frost | 9.5.0 |
| 2014-08-22 | Implement ALTER TABLE .. SET LOGGED / UNLOGGED | Alvaro Herrera | 9.5.0 |
| 2014-07-10 | Implement IMPORT FOREIGN SCHEMA. | Tom Lane | 9.5.0 |
| 2014-07-01 | Refactor CREATE/ALTER DATABASE syntax so options need not be keywords. | Tom Lane | 9.5.0 |