index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-trace.c
Commit message (
Expand
)
Author
Age
*
thread-safety: gmtime_r(), localtime_r()
Peter Eisentraut
2024-08-23
*
libpq: Trace all messages received from the server
Alvaro Herrera
2024-08-16
*
libpq: Trace responses to SSLRequest and GSSENCRequest
Alvaro Herrera
2024-08-14
*
libpq: Trace frontend authentication challenges
Alvaro Herrera
2024-08-12
*
libpq: Trace StartupMessage/SSLRequest/GSSENCRequest correctly
Alvaro Herrera
2024-08-09
*
libpq: Add suppress argument to pqTraceOutputNchar
Alvaro Herrera
2024-08-08
*
Rename libpq trace internal functions
Peter Eisentraut
2024-05-02
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Introduce macros for protocol characters.
Nathan Bossart
2023-08-22
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Rename PQtraceSetFlags() to PQsetTraceFlags().
Noah Misch
2021-06-10
*
Fix missing gettimeofday() declaration.
Noah Misch
2021-06-01
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Remove unused function arguments
Peter Eisentraut
2021-05-10
*
Suppress length of Notice/Error msgs in PQtrace regress mode
Alvaro Herrera
2021-04-09
*
Fix compiler warning in fe-trace.c for MSVC
David Rowley
2021-04-06
*
Remove setvbuf() call from PQtrace()
Alvaro Herrera
2021-03-31
*
Fix unportable use of isprint().
Tom Lane
2021-03-31
*
Fix portability and safety issues in pqTraceFormatTimestamp.
Tom Lane
2021-03-31
*
Improve PQtrace() output format
Alvaro Herrera
2021-03-30