Commits

DateSubjectAuthorReleases
2022-07-06 Change internal RelFileNode references to RelFileNumber or RelFileLocator. Robert Haas 16.0
2021-03-19 Allow configurable LZ4 TOAST compression. Robert Haas 14.0
2019-03-25 Fix use of wrong datatype with sizeof(). Robert Haas 12.0
2019-03-19 Fix copyfuncs/equalfuncs support for VacuumStmt. Robert Haas 12.0
2019-03-07 Allow ATTACH PARTITION with only ShareUpdateExclusiveLock. Robert Haas 12.0
2018-01-19 Allow UPDATE to move rows between partitions. Robert Haas 11.0
2017-12-05 Support Parallel Append plan nodes. Robert Haas 11.0
2017-11-16 Pass InitPlan values to workers via Gather (Merge). Robert Haas 11.0
2017-11-13 Track in the plan the types associated with PARAM_EXEC parameters. Robert Haas 11.0
2017-11-09 Add hash partitioning. Robert Haas 11.0
2017-09-08 Allow a partitioned table to have a default partition. Robert Haas 11.0
2017-06-14 Fix problems related to RangeTblEntry members enrname and enrtuples. Robert Haas 10.0
2017-05-01 Fire per-statement triggers on partitioned tables. Robert Haas 10.0
2017-04-28 Fix crash when partitioned column specified twice. Robert Haas 10.0
2017-03-21 Don't scan partitioned tables. Robert Haas 10.0
2017-03-09 Add a Gather Merge executor node. Robert Haas 10.0
2017-03-08 Support parallel bitmap heap scans. Robert Haas 10.0
2017-02-14 Allow parallel workers to execute subplans. Robert Haas 10.0
2016-12-07 Implement table partitioning. Robert Haas 10.0
2016-04-27 Fix EXPLAIN VERBOSE output for parallel aggregate. Robert Haas 9.6.0
2016-03-29 Allow aggregate transition states to be serialized and deserialized. Robert Haas 9.6.0
2016-03-21 Support parallel aggregation. Robert Haas 9.6.0
2016-03-18 Directly modify foreign tables. Robert Haas 9.6.0
2016-02-12 Introduce extensible node types. Robert Haas 9.6.0
2016-02-07 Introduce a new GUC force_parallel_mode for testing purposes. Robert Haas 9.6.0