Commits

DateSubjectAuthorReleases
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-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-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
2017-11-16 Further refactoring of c.h and nearby files. Tom Lane 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
2017-04-24 Run the postmaster's signal handlers without SA_RESTART. Tom Lane 9.6.3
2016-11-05 pgwin32_is_junction's argument should be "const char *" not "char *". Tom Lane 10.0
2016-08-30 Simplify correct use of simple_prompt(). Tom Lane 10.0
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.6.0
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.5.0
2015-05-19 Revert error-throwing wrappers for the printf family of functions. Tom Lane 9.5.0
2015-05-19 Revert error-throwing wrappers for the printf family of functions. Tom Lane 9.0.20
2015-05-19 Revert error-throwing wrappers for the printf family of functions. Tom Lane 9.1.16
2015-05-19 Revert error-throwing wrappers for the printf family of functions. Tom Lane 9.2.11