summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-trace.c
AgeCommit message (Expand)Author
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
2021-06-11Rename PQtraceSetFlags() to PQsetTraceFlags().Noah Misch
2021-06-02Fix missing gettimeofday() declaration.Noah Misch
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-10Remove unused function argumentsPeter Eisentraut
2021-04-09Suppress length of Notice/Error msgs in PQtrace regress modeAlvaro Herrera
2021-04-06Fix compiler warning in fe-trace.c for MSVCDavid Rowley
2021-03-31Remove setvbuf() call from PQtrace()Alvaro Herrera
2021-03-31Fix unportable use of isprint().Tom Lane
2021-03-31Fix portability and safety issues in pqTraceFormatTimestamp.Tom Lane
2021-03-30Improve PQtrace() output formatAlvaro Herrera