| Commit message (Expand) | Author | Age | Files | Lines |
| * | Check for STATUS_DELETE_PENDING on Windows. | Thomas Munro | 2021-12-10 | 1 | -0/+1 |
| * | Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. | Tom Lane | 2021-11-28 | 1 | -13/+0 |
| * | Fall back to unsigned int, not int, for socklen_t. | Tom Lane | 2021-11-11 | 1 | -1/+2 |
| * | Remove check for accept() argument types | Peter Eisentraut | 2021-11-09 | 1 | -0/+4 |
| * | Treat ETIMEDOUT as indicating a non-recoverable connection failure. | Tom Lane | 2021-09-30 | 1 | -1/+2 |
| * | Move bsearch_arg to src/port | Tomas Vondra | 2021-03-23 | 1 | -0/+5 |
| * | pg_upgrade: Check version of target cluster binaries | Peter Eisentraut | 2021-03-03 | 1 | -0/+1 |
| * | Provide pg_preadv() and pg_pwritev(). | Thomas Munro | 2021-01-11 | 1 | -0/+2 |
| * | Update copyright for 2021 | Bruce Momjian | 2021-01-02 | 1 | -1/+1 |
| * | Use setenv() in preference to putenv(). | Tom Lane | 2020-12-30 | 1 | -1/+5 |
| * | Add pg_strong_random_init function to initialize random number generator | Magnus Hagander | 2020-11-06 | 1 | -0/+1 |
| * | Recognize network-failure errnos as indicating hard connection loss. | Tom Lane | 2020-10-10 | 1 | -0/+22 |
| * | Remove arbitrary restrictions on password length. | Tom Lane | 2020-09-03 | 1 | -4/+0 |
| * | Initial pgindent and pgperltidy run for v13. | Tom Lane | 2020-05-14 | 1 | -1/+1 |
| * | Add -c/--restore-target-wal to pg_rewind | Michael Paquier | 2020-04-01 | 1 | -1/+2 |
| * | Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCS | Peter Eisentraut | 2020-03-04 | 1 | -0/+4 |
| * | Assume that we have rint(). | Tom Lane | 2020-02-21 | 1 | -4/+0 |
| * | Assume that we have isinf(). | Tom Lane | 2020-02-21 | 1 | -4/+0 |
| * | Assume that we have functional, 64-bit fseeko()/ftello(). | Tom Lane | 2020-02-21 | 1 | -11/+2 |
| * | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 | 1 | -1/+1 |
| * | Fix build of Perl-using modules of Windows | Peter Eisentraut | 2019-12-16 | 1 | -0/+3 |
| * | Sort out getpeereid() and peer auth handling on Windows | Peter Eisentraut | 2019-12-16 | 1 | -1/+1 |
| * | Remove configure check for OpenSSL's SSL_get_current_compression() | Michael Paquier | 2019-12-06 | 1 | -4/+0 |
| * | In the postmaster, rely on the signal infrastructure to block signals. | Tom Lane | 2019-10-13 | 1 | -5/+0 |
| * | Use explicit_bzero | Peter Eisentraut | 2019-09-05 | 1 | -0/+4 |
| * | Remove configure detection of crypt() | Peter Eisentraut | 2019-08-21 | 1 | -3/+0 |
| * | Avoid conflicts with library versions of inet_net_ntop() and friends. | Tom Lane | 2019-08-18 | 1 | -2/+2 |
| * | Revert "initdb: Change authentication defaults" | Peter Eisentraut | 2019-07-22 | 1 | -5/+0 |
| * | initdb: Change authentication defaults | Peter Eisentraut | 2019-07-22 | 1 | -0/+5 |
| * | Phase 2 pgindent run for v12. | Tom Lane | 2019-05-22 | 1 | -14/+14 |
| * | Initial pgindent run for v12. | Tom Lane | 2019-05-22 | 1 | -0/+1 |
| * | Cygwin and Mingw floating-point fixes. | Andrew Gierth | 2019-02-16 | 1 | -0/+5 |
| * | Use strtof() and not strtod() for float4 input. | Andrew Gierth | 2019-02-13 | 1 | -0/+4 |
| * | Fix misc typos in comments. | Heikki Linnakangas | 2019-01-23 | 1 | -1/+1 |
| * | Update copyright for 2019 | Bruce Momjian | 2019-01-02 | 1 | -1/+1 |
| * | Remove configure switch --disable-strong-random | Michael Paquier | 2019-01-01 | 1 | -2/+5 |
| * | Modernize our code for looking up descriptive strings for Unix signals. | Tom Lane | 2018-12-16 | 1 | -0/+3 |
| * | Improve detection of child-process SIGPIPE failures. | Tom Lane | 2018-12-16 | 1 | -0/+2 |
| * | Provide pg_pread() and pg_pwrite() for random I/O. | Thomas Munro | 2018-11-07 | 1 | -0/+17 |
| * | Fix omissions in snprintf.c's coverage of standard *printf functions. | Tom Lane | 2018-10-08 | 1 | -0/+10 |
| * | Improve snprintf.c's handling of NaN, Infinity, and minus zero. | Tom Lane | 2018-10-08 | 1 | -0/+3 |
| * | Clean up *printf macros to avoid conflict with format archetypes. | Tom Lane | 2018-09-26 | 1 | -13/+7 |
| * | Always use our own versions of *printf(). | Tom Lane | 2018-09-26 | 1 | -2/+6 |
| * | Incorporate strerror_r() into src/port/snprintf.c, too. | Tom Lane | 2018-09-26 | 1 | -2/+5 |
| * | Convert elog.c's useful_strerror() into a globally-used strerror wrapper. | Tom Lane | 2018-09-26 | 1 | -2/+6 |
| * | Allow concurrent-safe open() and fopen() in frontend code for Windows | Michael Paquier | 2018-09-14 | 1 | -3/+0 |
| * | Refactor dlopen() support | Peter Eisentraut | 2018-09-06 | 1 | -0/+23 |
| * | Fix 8a934d677 for libc++ and make more include order resistant. | Andres Freund | 2018-08-31 | 1 | -3/+6 |
| * | Fix a boatload of typos in C comments. | Tom Lane | 2018-04-01 | 1 | -1/+1 |
| * | Use isinf builtin for clang, for performance. | Andres Freund | 2018-03-28 | 1 | -1/+14 |