Commits

DateSubjectAuthorReleases
2018-11-06 Provide pg_pread() and pg_pwrite() for random I/O. Thomas Munro 12.0
2018-10-08 Fix omissions in snprintf.c's coverage of standard *printf functions. Tom Lane 12.0
2018-10-08 Improve snprintf.c's handling of NaN, Infinity, and minus zero. Tom Lane 12.0
2018-09-26 Clean up *printf macros to avoid conflict with format archetypes. Tom Lane 12.0
2018-09-26 Always use our own versions of *printf(). Tom Lane 12.0
2018-09-26 Incorporate strerror_r() into src/port/snprintf.c, too. Tom Lane 12.0
2018-09-26 Convert elog.c's useful_strerror() into a globally-used strerror wrapper. Tom Lane 12.0
2018-09-18 Revert "Allow concurrent-safe open() and fopen() in frontend code for Windows" Tom Lane 11.0
2018-09-17 Allow concurrent-safe open() and fopen() in frontend code for Windows Michael Paquier 11.0
2018-09-14 Allow concurrent-safe open() and fopen() in frontend code for Windows Michael Paquier 12.0
2018-09-12 On all Windows platforms, not just Cygwin, use _timezone and _tzname. Tom Lane 9.3.25
2018-09-12 On all Windows platforms, not just Cygwin, use _timezone and _tzname. Tom Lane 9.4.20
2018-09-06 Refactor dlopen() support Peter Eisentraut 12.0
2018-09-01 Fix 8a934d677 for libc++ and make more include order resistant. Andres Freund 12.0
2018-09-01 Fix 8a934d677 for libc++ and make more include order resistant. Andres Freund 11.0
2018-05-01 On all Windows platforms, not just Cygwin, use _timezone and _tzname. Tom Lane 9.5.13
2018-04-01 Fix a boatload of typos in C comments. Tom Lane 11.0
2018-03-28 Use isinf builtin for clang, for performance. Andres Freund 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-11-16 Further refactoring of c.h and nearby files. Tom Lane 11.0
2017-10-10 Rewrite strnlen replacement implementation from 8a241792f96. Andres Freund 11.0
2017-06-28 Change pg_ctl to detect server-ready by watching status in postmaster.pid. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-04-24 Run the postmaster's signal handlers without SA_RESTART. Tom Lane 10.0