Commits

DateSubjectAuthorReleases
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-11-12 Make the order of the header file includes consistent in backend modules. Amit Kapila 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-03-30 Speed up planning when partitions can be pruned at plan time. Tom Lane 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-21 Replace uses of heap_open et al with the corresponding table_* function. Andres Freund 12.0
2019-01-21 Replace heapam.h includes with {table, relation}.h where applicable. Andres Freund 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-04-12 Revert MERGE patch Simon Riggs 11.0
2018-04-03 MERGE SQL Command following SQL:2016 Simon Riggs 11.0
2018-04-02 Revert "Modified files for MERGE" Simon Riggs 11.0
2018-04-02 Modified files for MERGE Simon Riggs 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-11-27 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. Tom Lane 9.5.11
2017-11-27 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. Tom Lane 9.6.7
2017-11-27 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. Tom Lane 10.2
2017-11-27 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. Tom Lane 11.0
2017-09-30 Support arrays over domains. Tom Lane 11.0
2017-08-20 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). Andres Freund 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-03-29 Cast result of copyObject() to correct type Peter Eisentraut 10.0
2017-01-03 Update copyright via script for 2017 Bruce Momjian 10.0
2016-03-10 Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too. Tom Lane 9.6.0