Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-08-24 | Avoid unnecessary plancache revalidation of utility statements. | Tom Lane | 12.17 |
| 2023-06-21 | Avoid Assert failure when processing empty statement in aborted xact. | Tom Lane | 12.16 |
| 2019-07-01 | Fix many typos and inconsistencies | Michael Paquier | 12.0 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-01-29 | Refactor planner's header files. | Tom Lane | 12.0 |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian | 12.0 |
| 2018-12-13 | Drop no-op CoerceToDomain nodes from expressions at planning time. | Tom Lane | 12.0 |
| 2018-11-21 | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund | 12.0 |
| 2018-10-02 | Change rewriter/planner/executor/plancache to depend on RTE rellockmode. | Tom Lane | 12.0 |
| 2018-09-30 | Create an RTE field to record the query's lock mode for each relation. | Tom Lane | 12.0 |
| 2018-07-16 | Add plan_cache_mode setting | Peter Eisentraut | 12.0 |