index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
port.h
Commit message (
Expand
)
Author
Age
*
Replace calls to pg_qsort() with the qsort() macro.
Nathan Bossart
2024-02-16
*
Refactor pipe_read_line to return the full line
Daniel Gustafsson
2024-02-09
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Rename port/thread.c to port/user.c.
Thomas Munro
2023-07-09
*
Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.
Tom Lane
2023-03-21
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
pg_basebackup: Fix cross-platform tablespace relocation.
Robert Haas
2022-10-21
*
Restore pg_pread and friends.
Thomas Munro
2022-09-29
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Clean up minor inconsistencies in pg_attribute_printf() usage.
Tom Lane
2022-09-16
*
Use SIGNAL_ARGS consistently to declare signal handlers.
Tom Lane
2022-09-14
*
Remove HAVE_UNIX_SOCKETS.
Thomas Munro
2022-08-14
*
Remove configure probes for sys/un.h and struct sockaddr_un.
Thomas Munro
2022-08-14
*
Simplify replacement code for strtof.
Thomas Munro
2022-08-07
*
Simplify gettimeofday() fallback logic.
Andres Freund
2022-08-06
*
Replace pgwin32_is_junction() with lstat().
Thomas Munro
2022-08-06
*
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-05
*
Remove dead setenv, unsetenv replacement code.
Thomas Munro
2022-08-05
*
Remove configure probes for poll and poll.h.
Thomas Munro
2022-08-05
*
Remove configure probe for link.
Thomas Munro
2022-08-05
*
Remove configure probes for symlink/readlink, and dead code.
Thomas Munro
2022-08-05
*
Remove configure probe for setsid.
Thomas Munro
2022-08-05
*
Remove configure probe for shm_open.
Thomas Munro
2022-08-05
*
Remove configure probe and related tests for getrlimit.
Thomas Munro
2022-08-05
*
Remove configure probe for dlopen, and refactor.
Thomas Munro
2022-08-05
*
Remove fls(), use pg_leftmost_one_pos32() instead.
Thomas Munro
2022-07-22
*
Invent qsort_interruptible().
Tom Lane
2022-07-12
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Clean up messy API for src/port/thread.c.
Tom Lane
2022-01-11
*
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Thomas Munro
2022-01-11
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Check for STATUS_DELETE_PENDING on Windows.
Thomas Munro
2021-12-10
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
*
Fall back to unsigned int, not int, for socklen_t.
Tom Lane
2021-11-11
*
Remove check for accept() argument types
Peter Eisentraut
2021-11-09
*
Treat ETIMEDOUT as indicating a non-recoverable connection failure.
Tom Lane
2021-09-30
*
Move bsearch_arg to src/port
Tomas Vondra
2021-03-23
*
pg_upgrade: Check version of target cluster binaries
Peter Eisentraut
2021-03-03
*
Provide pg_preadv() and pg_pwritev().
Thomas Munro
2021-01-11
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
*
Add pg_strong_random_init function to initialize random number generator
Magnus Hagander
2020-11-06
*
Recognize network-failure errnos as indicating hard connection loss.
Tom Lane
2020-10-10
*
Remove arbitrary restrictions on password length.
Tom Lane
2020-09-03
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Add -c/--restore-target-wal to pg_rewind
Michael Paquier
2020-04-01
*
Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCS
Peter Eisentraut
2020-03-04
*
Assume that we have rint().
Tom Lane
2020-02-21
*
Assume that we have isinf().
Tom Lane
2020-02-21
*
Assume that we have functional, 64-bit fseeko()/ftello().
Tom Lane
2020-02-21
[next]