index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
port
Age
Commit message (
Expand
)
Author
2025-03-07
Assert that wrapper_handler()'s argument is within expected range.
Nathan Bossart
2025-03-01
Fix pg_strtof() to not crash on NULL endptr.
Tom Lane
2025-01-29
Avoid breaking SJIS encoding while de-backslashing Windows paths.
Tom Lane
2025-01-16
Convert libpgport's pqsignal() to a void function.
Nathan Bossart
2025-01-14
Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c.
Tom Lane
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-25
meson: Export all libcommon functions in Windows builds
Heikki Linnakangas
2024-12-10
Fix elog(FATAL) before PostmasterMain() or just after fork().
Noah Misch
2024-12-04
Use <stdint.h> and <inttypes.h> for c.h integers.
Thomas Munro
2024-11-27
Use __attribute__((target(...))) for SSE4.2 CRC-32C support.
Nathan Bossart
2024-11-25
Support runtime CRC feature probing on NetBSD/ARM using sysctl().
Tom Lane
2024-11-22
Use auxv to check for CRC32 instructions on ARM.
Thomas Munro
2024-11-08
Move check for USE_AVX512_POPCNT_WITH_RUNTIME_CHECK.
Nathan Bossart
2024-11-07
Fix __attribute__((target(...))) usage.
Nathan Bossart
2024-11-07
Use __attribute__((target(...))) for AVX-512 support.
Nathan Bossart
2024-10-28
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-24
Raise the minimum supported OpenSSL version to 1.1.1
Daniel Gustafsson
2024-10-01
Simplify checking for xlocale.h
Peter Eisentraut
2024-09-02
Only perform pg_strong_random init when required
Daniel Gustafsson
2024-09-02
More use of getpwuid_r() directly
Peter Eisentraut
2024-08-14
Harmonize MinGW CODESET lookup with MSVC.
Thomas Munro
2024-08-13
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-07-22
Add port/ replacement for strsep()
Peter Eisentraut
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-04-23
Fix code for probing availability of AVX-512.
Nathan Bossart
2024-04-07
Optimize visibilitymap_count() with AVX-512 instructions.
Nathan Bossart
2024-04-07
Optimize pg_popcount() with AVX-512 instructions.
Nathan Bossart
2024-04-03
Inline pg_popcount() for small buffers.
Nathan Bossart
2024-04-02
Refactor code for setting pg_popcount* function pointers.
Nathan Bossart
2024-03-19
Inline pg_popcount{32,64} into pg_popcount().
Nathan Bossart
2024-03-12
Use printf's %m format instead of strerror(errno) in more places
Michael Paquier
2024-03-02
Fix overflow in Windows replacement pg_pread/pg_pwrite.
Thomas Munro
2024-02-28
Remove AIX support
Heikki Linnakangas
2024-02-14
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-12
Remove "#ifdef WIN32" guards from src/port/win32*.c
Heikki Linnakangas
2024-02-11
Fix gai_strerror() thread-safety on Windows.
Thomas Munro
2024-02-09
Clean up Windows-specific mutex code in libpq and ecpglib.
Tom Lane
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-20
Remove MSVC scripts
Michael Paquier
2023-11-29
Optimize pg_readv/pg_pwritev single vector case.
Thomas Munro
2023-11-24
Fix whitespace.
Thomas Munro
2023-11-24
Improve comments about pqsignal().
Thomas Munro
2023-11-06
Remove distprep
Peter Eisentraut
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-08-23
Meson: check for pg_config_paths.h left over from make
David Rowley
[next]