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
/
backend
/
port
Age
Commit message (
Expand
)
Author
2025-04-29
Give up on running with NetBSD/OpenBSD's default semaphore settings.
Tom Lane
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-23
Try to avoid semaphore-related test failures on NetBSD/OpenBSD.
Tom Lane
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-07-30
Require memory barrier support.
Thomas Munro
2024-07-30
Require compiler barrier support.
Thomas Munro
2024-07-30
Remove --disable-atomics, require 32 bit atomics.
Thomas Munro
2024-07-30
Remove --disable-spinlocks.
Thomas Munro
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-28
Remove AIX support
Heikki Linnakangas
2024-01-17
Close socket in case of errors in setting non-blocking
Daniel Gustafsson
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-06
Remove distprep
Peter Eisentraut
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-07-06
Add GUC parameter "huge_pages_status"
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-11-09
Provide sigaction() for Windows.
Thomas Munro
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-17
Fix huge_pages on Windows
Michael Paquier
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-08-30
Cleanup more code and comments related to Windows NT4 (XP days)
Michael Paquier
2022-08-13
Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.
Thomas Munro
2022-08-07
windows: Remove HAVE_MINIDUMP_TYPE test
Andres Freund
2022-07-16
Emulate sigprocmask(), not sigsetmask(), on Windows.
Thomas Munro
2022-07-08
Remove HP-UX port.
Thomas Munro
2022-02-15
Ensure that the argument of shmdt(2) is declared "void *".
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-10
Check for STATUS_DELETE_PENDING on Windows.
Thomas Munro
2021-11-06
windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c.
Andres Freund
2021-10-25
Reject huge_pages=on if shared_memory_type=sysv.
Thomas Munro
2021-09-30
Treat ETIMEDOUT as indicating a non-recoverable connection failure.
Tom Lane
2021-09-21
Introduce GUC shared_memory_size_in_huge_pages
Michael Paquier
2021-08-12
Make EXEC_BACKEND more convenient on macOS.
Thomas Munro
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-23
Use correct format placeholder for WSAGetLastError()
Peter Eisentraut
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-04
Refactor Windows error message for easier translation
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-21
Fix -Wcast-function-type warnings on Windows/MinGW
Peter Eisentraut
2020-10-10
Recognize network-failure errnos as indicating hard connection loss.
Tom Lane
2020-07-17
Add huge_page_size setting for use on Linux.
Thomas Munro
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-11
Use only one thread to handle incoming signals on Windows.
Tom Lane
2019-12-09
Fix race condition in our Windows signal emulation.
Tom Lane
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-09-17
Remove mingwcompat.c
Peter Eisentraut
[next]