Commits

DateSubjectAuthorReleases
2024-12-09 Simplify executor's determination of whether to use parallelism. Tom Lane 18.0
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 11.17
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 15.0
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 16.0
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 13.8
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 10.22
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 14.5
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 12.12
2021-06-18 Centralize the logic for protective copying of utility statements. Tom Lane 14.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0
2018-09-30 Create an RTE field to record the query's lock mode for each relation. Tom Lane 12.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-04-10 Improve castNode notation by introducing list-extraction-specific variants. Tom Lane 10.0
2017-01-27 Use castNode() in a bunch of statement-list-related code. Tom Lane 10.0
2017-01-14 Change representation of statement lists, and add statement location info. Tom Lane 10.0
2016-06-27 Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query. Tom Lane 9.6.0
2016-06-27 Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query. Tom Lane 9.4.9
2016-06-27 Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query. Tom Lane 9.3.14
2016-06-27 Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query. Tom Lane 9.5.4
2016-03-12 Widen query numbers-of-tuples-processed counters to uint64. Tom Lane 9.6.0
2013-11-22 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. Tom Lane 9.4.0
2013-05-06 Move materialized views' is-populated status into their pg_class entries. Tom Lane 9.3.0
2013-04-27 Incidental cleanup of matviews code. Tom Lane 9.3.0
2013-04-12 Clean up the mess around EXPLAIN and materialized views. Tom Lane 9.3.0
2012-03-20 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. Tom Lane 9.2.0