summaryrefslogtreecommitdiff
path: root/src/include/port.h
Commit message (Expand)AuthorAgeFilesLines
* Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.Tom Lane2023-03-211-0/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* pg_basebackup: Fix cross-platform tablespace relocation.Robert Haas2022-10-211-15/+19
* Restore pg_pread and friends.Thomas Munro2022-09-291-0/+9
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-4/+4
* Clean up minor inconsistencies in pg_attribute_printf() usage.Tom Lane2022-09-161-4/+4
* Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane2022-09-141-1/+1
* Remove HAVE_UNIX_SOCKETS.Thomas Munro2022-08-141-3/+0
* Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro2022-08-141-0/+3
* Simplify replacement code for strtof.Thomas Munro2022-08-071-4/+0
* Simplify gettimeofday() fallback logic.Andres Freund2022-08-061-5/+0
* Replace pgwin32_is_junction() with lstat().Thomas Munro2022-08-061-1/+0
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-051-19/+0
* Remove dead setenv, unsetenv replacement code.Thomas Munro2022-08-051-8/+0
* Remove configure probes for poll and poll.h.Thomas Munro2022-08-051-0/+2
* Remove configure probe for link.Thomas Munro2022-08-051-1/+2
* Remove configure probes for symlink/readlink, and dead code.Thomas Munro2022-08-051-0/+8
* Remove configure probe for setsid.Thomas Munro2022-08-051-0/+1
* Remove configure probe for shm_open.Thomas Munro2022-08-051-0/+1
* Remove configure probe and related tests for getrlimit.Thomas Munro2022-08-051-0/+8
* Remove configure probe for dlopen, and refactor.Thomas Munro2022-08-051-23/+0
* Remove fls(), use pg_leftmost_one_pos32() instead.Thomas Munro2022-07-221-4/+0
* Invent qsort_interruptible().Tom Lane2022-07-121-0/+3
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-1/+1
* Clean up messy API for src/port/thread.c.Tom Lane2022-01-111-11/+3
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro2022-01-111-0/+5
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Check for STATUS_DELETE_PENDING on Windows.Thomas Munro2021-12-101-0/+1
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-281-13/+0
* Fall back to unsigned int, not int, for socklen_t.Tom Lane2021-11-111-1/+2
* Remove check for accept() argument typesPeter Eisentraut2021-11-091-0/+4
* Treat ETIMEDOUT as indicating a non-recoverable connection failure.Tom Lane2021-09-301-1/+2
* Move bsearch_arg to src/portTomas Vondra2021-03-231-0/+5
* pg_upgrade: Check version of target cluster binariesPeter Eisentraut2021-03-031-0/+1
* Provide pg_preadv() and pg_pwritev().Thomas Munro2021-01-111-0/+2
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Use setenv() in preference to putenv().Tom Lane2020-12-301-1/+5
* Add pg_strong_random_init function to initialize random number generatorMagnus Hagander2020-11-061-0/+1
* Recognize network-failure errnos as indicating hard connection loss.Tom Lane2020-10-101-0/+22
* Remove arbitrary restrictions on password length.Tom Lane2020-09-031-4/+0
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-1/+1
* Add -c/--restore-target-wal to pg_rewindMichael Paquier2020-04-011-1/+2
* Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCSPeter Eisentraut2020-03-041-0/+4
* Assume that we have rint().Tom Lane2020-02-211-4/+0
* Assume that we have isinf().Tom Lane2020-02-211-4/+0
* Assume that we have functional, 64-bit fseeko()/ftello().Tom Lane2020-02-211-11/+2
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Fix build of Perl-using modules of WindowsPeter Eisentraut2019-12-161-0/+3
* Sort out getpeereid() and peer auth handling on WindowsPeter Eisentraut2019-12-161-1/+1
* Remove configure check for OpenSSL's SSL_get_current_compression()Michael Paquier2019-12-061-4/+0