Commits
Showing commits that first shipped in 9.4 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-02-17 | Fix CREATE VIEW to allow zero-column views. | Tom Lane | 9.4.22 |
| 2018-08-21 | Fix set of NLS translation issues | Michael Paquier | 9.4.20 |
| 2016-12-21 | Fix order of operations in CREATE OR REPLACE VIEW. | Dean Rasheed | 9.4.11 |
| 2016-06-27 | Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query. | Tom Lane | 9.4.9 |
| 2014-10-12 | Message improvements | Peter Eisentraut | 9.4.0 |
| 2014-08-29 | Assorted message improvements | Peter Eisentraut | 9.4.0 |
| 2014-05-06 | pgindent run for 9.4 | Bruce Momjian | 9.4.0 |
| 2014-04-13 | Make security barrier views automatically updatable | Stephen Frost | 9.4.0 |
| 2014-01-07 | Update copyright for 2014 | Bruce Momjian | 9.4.0 |
| 2013-11-22 | Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. | Tom Lane | 9.4.0 |
| 2013-10-18 | Allow only some columns of a view to be auto-updateable. | Robert Haas | 9.4.0 |
| 2013-07-18 | WITH CHECK OPTION support for auto-updatable VIEWs | Stephen Frost | 9.4.0 |