Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-11-25 | Avoid spurious waits in concurrent indexing | Alvaro Herrera | 14.0 |
| 2020-11-17 | indexcmds.c: reorder function prototypes | Alvaro Herrera | 14.0 |
| 2020-11-15 | Fix fuzzy thinking about amcanmulticol versus amcaninclude. | Tom Lane | 14.0 |
| 2020-11-07 | Message style improvements | Alvaro Herrera | 14.0 |
| 2020-09-30 | Reword partitioning error message | Alvaro Herrera | 14.0 |
| 2020-09-29 | Fix progress reporting of REINDEX CONCURRENTLY | Michael Paquier | 14.0 |
| 2020-09-08 | Add support for partitioned tables and indexes in REINDEX | Michael Paquier | 14.0 |
| 2020-09-04 | Remove variable "concurrent" from ReindexStmt | Michael Paquier | 14.0 |
| 2020-09-02 | Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM | Michael Paquier | 14.0 |
| 2020-08-13 | snapshot scalability: Move PGXACT->xmin back to PGPROC. | Andres Freund | 14.0 |
| 2020-08-10 | Replace remaining StrNCpy() by strlcpy() | Peter Eisentraut | 14.0 |