Age | Commit message (Expand) | Author |
---|---|---|
2024-03-28 | Allow "internal" subtransactions in parallel mode. | Tom Lane |
2022-07-06 | Change internal RelFileNode references to RelFileNumber or RelFileLocator. | Robert Haas |
2020-02-10 | Fix typos. | Amit Kapila |
2018-08-10 | Handle parallel index builds on mapped relations. | Peter Geoghegan |
2018-01-23 | Update obsolete sentence in README.parallel. | Robert Haas |
2018-01-19 | Transfer state pertaining to pending REINDEX operations to workers. | Robert Haas |
2017-04-15 | Avoid passing function pointers across process boundaries. | Tom Lane |
2017-04-05 | Capitalize names of PLs consistently | Peter Eisentraut |
2015-10-30 | Update parallel executor support to reuse the same DSM. | Robert Haas |
2015-10-16 | Allow a parallel context to relaunch workers. | Robert Haas |
2015-04-30 | Create an infrastructure for parallel computation in PostgreSQL. | Robert Haas |