summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-trace.c
AgeCommit message (Expand)Author
2025-02-24libpq: Trace all NegotiateProtocolVersion fieldsRobert Haas
2025-01-01Update copyright for 2025Bruce Momjian
2024-08-23thread-safety: gmtime_r(), localtime_r()Peter Eisentraut
2024-08-16libpq: Trace all messages received from the serverAlvaro Herrera
2024-08-14libpq: Trace responses to SSLRequest and GSSENCRequestAlvaro Herrera
2024-08-12libpq: Trace frontend authentication challengesAlvaro Herrera
2024-08-09libpq: Trace StartupMessage/SSLRequest/GSSENCRequest correctlyAlvaro Herrera
2024-08-09libpq: Add suppress argument to pqTraceOutputNcharAlvaro Herrera
2024-05-02Rename libpq trace internal functionsPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-08-23Introduce macros for protocol characters.Nathan Bossart
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