Commits
Showing commits that first shipped in 9.4 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-01-27 | Orthography fixes for new castNode() macro. | Tom Lane | 9.4.11 |
| 2017-01-27 | Add castNode(type, ptr) for safe casting between NodeTag based types. | Andres Freund | 9.4.11 |
| 2014-08-21 | Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE' | Stephen Frost | 9.4.0 |
| 2014-05-06 | pgindent run for 9.4 | Bruce Momjian | 9.4.0 |
| 2014-02-01 | Introduce replication slots. | Robert Haas | 9.4.0 |
| 2014-01-18 | Add ALTER TABLESPACE ... MOVE command | Stephen Frost | 9.4.0 |
| 2014-01-07 | Update copyright for 2014 | Bruce Momjian | 9.4.0 |
| 2013-12-18 | Add ALTER SYSTEM command to edit the server configuration file. | Tatsuo Ishii | 9.4.0 |
| 2013-11-22 | Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. | Tom Lane | 9.4.0 |
| 2013-11-08 | Add the notion of REPLICA IDENTITY for a table. | Robert Haas | 9.4.0 |
| 2013-07-18 | WITH CHECK OPTION support for auto-updatable VIEWs | Stephen Frost | 9.4.0 |