Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-09-03 | libpq: Fix PQtrace() format for non-printable characters | Michael Paquier | 14.20 |
| 2021-06-11 | Rename PQtraceSetFlags() to PQsetTraceFlags(). | Noah Misch | 14.0 |
| 2021-06-02 | Fix missing gettimeofday() declaration. | Noah Misch | 14.0 |
| 2021-05-12 | Initial pgindent and pgperltidy run for v14. | Tom Lane | 14.0 |
| 2021-05-10 | Remove unused function arguments | Peter Eisentraut | 14.0 |
| 2021-04-09 | Suppress length of Notice/Error msgs in PQtrace regress mode | Alvaro Herrera | 14.0 |
| 2021-04-06 | Fix compiler warning in fe-trace.c for MSVC | David Rowley | 14.0 |
| 2021-03-31 | Remove setvbuf() call from PQtrace() | Alvaro Herrera | 14.0 |
| 2021-03-31 | Fix unportable use of isprint(). | Tom Lane | 14.0 |
| 2021-03-31 | Fix portability and safety issues in pqTraceFormatTimestamp. | Tom Lane | 14.0 |
| 2021-03-30 | Improve PQtrace() output format | Alvaro Herrera | 14.0 |