index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
port
Commit message (
Expand
)
Author
Age
*
Fix overflow in bsearch_arg() with more than INT_MAX elements
Heikki Linnakangas
2024-10-28
*
Restore missing line to copyright notice
Heikki Linnakangas
2024-10-28
*
Raise the minimum supported OpenSSL version to 1.1.1
Daniel Gustafsson
2024-10-24
*
Simplify checking for xlocale.h
Peter Eisentraut
2024-10-01
*
Only perform pg_strong_random init when required
Daniel Gustafsson
2024-09-02
*
More use of getpwuid_r() directly
Peter Eisentraut
2024-09-02
*
Harmonize MinGW CODESET lookup with MSVC.
Thomas Munro
2024-08-14
*
Include <xlocale.h> for macOS, take II.
Thomas Munro
2024-08-13
*
Include <xlocale.h> for older macOS.
Thomas Munro
2024-08-13
*
Use thread-safe nl_langinfo_l(), not nl_langinfo().
Thomas Munro
2024-08-13
*
All POSIX systems have langinfo.h and CODESET.
Thomas Munro
2024-08-13
*
Add port/ replacement for strsep()
Peter Eisentraut
2024-07-22
*
Pre-beta mechanical code beautification.
Tom Lane
2024-05-14
*
Fix code for probing availability of AVX-512.
Nathan Bossart
2024-04-23
*
Optimize visibilitymap_count() with AVX-512 instructions.
Nathan Bossart
2024-04-06
*
Optimize pg_popcount() with AVX-512 instructions.
Nathan Bossart
2024-04-06
*
Inline pg_popcount() for small buffers.
Nathan Bossart
2024-04-03
*
Refactor code for setting pg_popcount* function pointers.
Nathan Bossart
2024-04-02
*
Inline pg_popcount{32,64} into pg_popcount().
Nathan Bossart
2024-03-19
*
Use printf's %m format instead of strerror(errno) in more places
Michael Paquier
2024-03-12
*
Fix overflow in Windows replacement pg_pread/pg_pwrite.
Thomas Munro
2024-03-03
*
Remove AIX support
Heikki Linnakangas
2024-02-28
*
Centralize logic for restoring errno in signal handlers.
Nathan Bossart
2024-02-14
*
Check that MyProcPid == getpid() in backend signal handlers.
Nathan Bossart
2024-02-14
*
Remove "#ifdef WIN32" guards from src/port/win32*.c
Heikki Linnakangas
2024-02-12
*
Fix gai_strerror() thread-safety on Windows.
Thomas Munro
2024-02-12
*
Clean up Windows-specific mutex code in libpq and ecpglib.
Tom Lane
2024-02-09
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove MSVC scripts
Michael Paquier
2023-12-20
*
Optimize pg_readv/pg_pwritev single vector case.
Thomas Munro
2023-11-29
*
Fix whitespace.
Thomas Munro
2023-11-25
*
Improve comments about pqsignal().
Thomas Munro
2023-11-25
*
Remove distprep
Peter Eisentraut
2023-11-06
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Meson: check for pg_config_paths.h left over from make
David Rowley
2023-08-24
*
Use native CRC instructions on 64-bit LoongArch
John Naylor
2023-08-10
*
Add and use symbolic constants for tar header offsets and file types.
Robert Haas
2023-08-01
*
Teach in-tree getopt_long() to move non-options to the end of argv.
Nathan Bossart
2023-07-12
*
Rename port/thread.c to port/user.c.
Thomas Munro
2023-07-09
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix various typos
David Rowley
2023-04-18
*
Fix detection of unseekable files for fseek() and ftello() with MSVC
Michael Paquier
2023-04-12
*
Use nanosleep() to implement pg_usleep().
Thomas Munro
2023-03-15
*
Update obsolete comment about pg_usleep() accuracy.
Thomas Munro
2023-03-15
*
Improve WIN32 port of fstat() to detect more file types
Michael Paquier
2023-03-15
*
Remove gratuitous references to postmaster program
Peter Eisentraut
2023-01-26
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
meson: Basic cygwin support
Andres Freund
2022-12-06
*
autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32C
Andres Freund
2022-12-01
[next]