Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-02-10 | Specify the encoding of input to fmtId() | Andres Freund | 14.16 |
| 2024-09-30 | reindexdb: Skip reindexing temporary tables and indexes. | Fujii Masao | 14.14 |
| 2023-07-13 | Handle DROP DATABASE getting interrupted | Andres Freund | 14.9 |
| 2021-10-27 | Clarify that --system reindexes system catalogs *only* | Magnus Hagander | 14.1 |
| 2021-03-11 | Refactor and generalize the ParallelSlot machinery. | Robert Haas | 14.0 |
| 2021-03-03 | Add --tablespace option to reindexdb | Michael Paquier | 14.0 |
| 2021-02-05 | Generalize parallel slot result handling. | Robert Haas | 14.0 |
| 2021-02-05 | Move some code from src/bin/scripts to src/fe_utils to permit reuse. | Robert Haas | 14.0 |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian | 14.0 |
| 2020-10-19 | Fix connection string handling in src/bin/scripts/ programs. | Tom Lane | 14.0 |
| 2020-10-15 | Fixup some appendStringInfo and appendPQExpBuffer calls | David Rowley | 14.0 |
| 2020-08-10 | Move connect.h from fe_utils to src/include/common. | Noah Misch | 14.0 |