aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-trace.c
Commit message (Expand)AuthorAge
* thread-safety: gmtime_r(), localtime_r()Peter Eisentraut2024-08-23
* libpq: Trace all messages received from the serverAlvaro Herrera2024-08-16
* libpq: Trace responses to SSLRequest and GSSENCRequestAlvaro Herrera2024-08-14
* libpq: Trace frontend authentication challengesAlvaro Herrera2024-08-12
* libpq: Trace StartupMessage/SSLRequest/GSSENCRequest correctlyAlvaro Herrera2024-08-09
* libpq: Add suppress argument to pqTraceOutputNcharAlvaro Herrera2024-08-08
* Rename libpq trace internal functionsPeter Eisentraut2024-05-02
* Update copyright for 2024Bruce Momjian2024-01-03
* Introduce macros for protocol characters.Nathan Bossart2023-08-22
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-19
* Update copyright for 2023Bruce Momjian2023-01-02
* Update copyright for 2022Bruce Momjian2022-01-07
* Rename PQtraceSetFlags() to PQsetTraceFlags().Noah Misch2021-06-10
* Fix missing gettimeofday() declaration.Noah Misch2021-06-01
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Remove unused function argumentsPeter Eisentraut2021-05-10
* Suppress length of Notice/Error msgs in PQtrace regress modeAlvaro Herrera2021-04-09
* Fix compiler warning in fe-trace.c for MSVCDavid Rowley2021-04-06
* Remove setvbuf() call from PQtrace()Alvaro Herrera2021-03-31
* Fix unportable use of isprint().Tom Lane2021-03-31
* Fix portability and safety issues in pqTraceFormatTimestamp.Tom Lane2021-03-31
* Improve PQtrace() output formatAlvaro Herrera2021-03-30