aboutsummaryrefslogtreecommitdiff
path: root/src/include/port.h
Commit message (Expand)AuthorAge
* Clean up messy API for src/port/thread.c.Tom Lane2022-01-11
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro2022-01-11
* Update copyright for 2022Bruce Momjian2022-01-07
* Check for STATUS_DELETE_PENDING on Windows.Thomas Munro2021-12-10
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Fall back to unsigned int, not int, for socklen_t.Tom Lane2021-11-11
* Remove check for accept() argument typesPeter Eisentraut2021-11-09
* Treat ETIMEDOUT as indicating a non-recoverable connection failure.Tom Lane2021-09-30
* Move bsearch_arg to src/portTomas Vondra2021-03-23
* pg_upgrade: Check version of target cluster binariesPeter Eisentraut2021-03-03
* Provide pg_preadv() and pg_pwritev().Thomas Munro2021-01-11
* Update copyright for 2021Bruce Momjian2021-01-02
* Use setenv() in preference to putenv().Tom Lane2020-12-30
* Add pg_strong_random_init function to initialize random number generatorMagnus Hagander2020-11-06
* Recognize network-failure errnos as indicating hard connection loss.Tom Lane2020-10-10
* Remove arbitrary restrictions on password length.Tom Lane2020-09-03
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Add -c/--restore-target-wal to pg_rewindMichael Paquier2020-04-01
* Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCSPeter Eisentraut2020-03-04
* Assume that we have rint().Tom Lane2020-02-21
* Assume that we have isinf().Tom Lane2020-02-21
* Assume that we have functional, 64-bit fseeko()/ftello().Tom Lane2020-02-21
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix build of Perl-using modules of WindowsPeter Eisentraut2019-12-16
* Sort out getpeereid() and peer auth handling on WindowsPeter Eisentraut2019-12-16
* Remove configure check for OpenSSL's SSL_get_current_compression()Michael Paquier2019-12-06
* In the postmaster, rely on the signal infrastructure to block signals.Tom Lane2019-10-13
* Use explicit_bzeroPeter Eisentraut2019-09-05
* Remove configure detection of crypt()Peter Eisentraut2019-08-21
* Avoid conflicts with library versions of inet_net_ntop() and friends.Tom Lane2019-08-18
* Revert "initdb: Change authentication defaults"Peter Eisentraut2019-07-22
* initdb: Change authentication defaultsPeter Eisentraut2019-07-22
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Cygwin and Mingw floating-point fixes.Andrew Gierth2019-02-16
* Use strtof() and not strtod() for float4 input.Andrew Gierth2019-02-13
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01
* Modernize our code for looking up descriptive strings for Unix signals.Tom Lane2018-12-16
* Improve detection of child-process SIGPIPE failures.Tom Lane2018-12-16
* Provide pg_pread() and pg_pwrite() for random I/O.Thomas Munro2018-11-07
* Fix omissions in snprintf.c's coverage of standard *printf functions.Tom Lane2018-10-08
* Improve snprintf.c's handling of NaN, Infinity, and minus zero.Tom Lane2018-10-08
* Clean up *printf macros to avoid conflict with format archetypes.Tom Lane2018-09-26
* Always use our own versions of *printf().Tom Lane2018-09-26
* Incorporate strerror_r() into src/port/snprintf.c, too.Tom Lane2018-09-26
* Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane2018-09-26
* Allow concurrent-safe open() and fopen() in frontend code for WindowsMichael Paquier2018-09-14
* Refactor dlopen() supportPeter Eisentraut2018-09-06