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
20 hours
Fix some cases of indirectly casting away const.
Tom Lane
4 days
Remove useless casting to same type
Peter Eisentraut
10 days
Inline pg_ascii_tolower() and pg_ascii_toupper().
Jeff Davis
2025-11-20
Handle EPERM in pg_numa_init
Tomas Vondra
2025-11-19
Drop support for MSVCRT's float formatting quirk.
Thomas Munro
2025-11-19
Drop support for MSVCRT's %I64 format strings.
Thomas Munro
2025-11-18
Fix pg_popcount_aarch64.c to build with ancient glibc releases.
Tom Lane
2025-11-17
Fix pg_crc32c_armv8_choose.c to build with ancient glibc releases.
Tom Lane
2025-11-13
Replace off_t by pgoff_t in I/O routines
Michael Paquier
2025-10-20
Fix POSIX compliance in pgwin32_unsetenv() for "name" argument
Michael Paquier
2025-10-13
Fix incorrect message-printing in win32security.c.
Tom Lane
2025-07-23
Use strchr instead of strstr for single-char lookups
David Rowley
2025-07-01
Fix indentation in pg_numa code
Tomas Vondra
2025-07-01
Add CHECK_FOR_INTERRUPTS into pg_numa_query_pages
Tomas Vondra
2025-07-01
Limit the size of numa_move_pages requests
Tomas Vondra
2025-06-23
Properly fix AVX-512 CRC calculation bug
John Naylor
2025-06-16
Workaround code generation bug in clang
John Naylor
2025-05-19
Fix incorrect year in some copyright notices
Michael Paquier
2025-05-18
Make our usage of memset_s() conform strictly to the C11 standard.
Tom Lane
2025-04-26
Match parameter in new function to earlier equivalents
John Naylor
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-09
Cleanup of pg_numa.c
Tomas Vondra
2025-04-07
Add support for basic NUMA awareness
Tomas Vondra
2025-04-06
Compute CRC32C using AVX-512 instructions where available
John Naylor
2025-04-02
Add timingsafe_bcmp(), for constant-time memory comparison
Heikki Linnakangas
2025-04-01
Fix detection and handling of strchrnul() for macOS 15.4.
Tom Lane
2025-03-29
Fix "‘static’ is not at beginning of declaration" warning
Andres Freund
2025-03-28
Optimize popcount functions with ARM SVE intrinsics.
Nathan Bossart
2025-03-28
Revert "Tidy up locale thread safety in ECPG library."
Peter Eisentraut
2025-03-28
Optimize popcount functions with ARM Neon intrinsics.
Nathan Bossart
2025-03-28
Rename TRY_POPCNT_FAST to TRY_POPCNT_X86_64.
Nathan Bossart
2025-03-28
Tidy up locale thread safety in ECPG library.
Peter Eisentraut
2025-03-27
Provide thread-safe pg_localeconv_r().
Peter Eisentraut
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
[next]