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
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
/
storage
/
ipc
Age
Commit message (
Expand
)
Author
7 days
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-08
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
2025-05-07
Fix some comments related to IO workers
Michael Paquier
2025-04-09
Cleanup of pg_numa.c
Tomas Vondra
2025-04-08
Add function to get memory context stats for processes
Daniel Gustafsson
2025-04-08
Stabilize 035_standby_logical_decoding.pl.
Amit Kapila
2025-04-07
Introduce pg_shmem_allocations_numa view
Tomas Vondra
2025-04-04
Revert "Improve accounting for memory used by shared hash tables"
Tomas Vondra
2025-04-02
Improve accounting for memory used by shared hash tables
Tomas Vondra
2025-04-02
Make cancel request keys longer
Heikki Linnakangas
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-23
Fix rare assertion failure in standby, if primary is restarted
Heikki Linnakangas
2025-03-17
aio: Basic subsystem initialization
Andres Freund
2025-03-05
Split WaitEventSet functions to separate source file
Heikki Linnakangas
2025-03-05
Use ModifyWaitEvent to update exit_on_postmaster_death
Heikki Linnakangas
2025-03-05
Remove unused ShutdownLatchSupport() function
Heikki Linnakangas
2025-02-27
Fix possible double-release of spinlock in procsignal.c
Michael Paquier
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-01-20
Fix latch event policy that hid socket events.
Thomas Munro
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-28
Replace PGPROC.isBackgroundWorker with isRegularBackend.
Tom Lane
2024-12-28
Exclude parallel workers from connection privilege/limit checks.
Tom Lane
2024-12-09
Remove remants of "snapshot too old"
Heikki Linnakangas
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-27
Look up backend type in pg_signal_backend() more cheaply.
Nathan Bossart
2024-11-26
Distinguish between AcquireExternalFD and epoll_create1 / kqueue failing
Andres Freund
2024-11-26
Improve InitShmemAccess() prototype
Peter Eisentraut
2024-11-14
Assign a child slot to every postmaster child process
Heikki Linnakangas
2024-11-04
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-24
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-10-21
Update outdated comment on WAL-logged locks with invalid XID
Heikki Linnakangas
2024-10-08
Use an shmem_exit callback to remove backend from PMChildFlags on exit
Heikki Linnakangas
2024-09-21
Increase the number of fast-path lock slots
Tomas Vondra
2024-08-29
Rename some shared memory initialization routines
Heikki Linnakangas
2024-08-29
Refactor lock manager initialization to make it a bit less special
Heikki Linnakangas
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-07-30
Remove --disable-spinlocks.
Thomas Munro
2024-07-29
Fix double-release of spinlock
Heikki Linnakangas
2024-07-29
Fix compiler warning/error about typedef redefinitions
Heikki Linnakangas
2024-07-29
Move cancel key generation to after forking the backend
Heikki Linnakangas
2024-07-26
Introduce num_os_semaphores GUC.
Nathan Bossart
2024-07-13
Fix lost Windows socket EOF events.
Thomas Munro
2024-07-09
Introduce pg_signal_autovacuum_worker.
Nathan Bossart
2024-07-08
Remove an extra period in code comment
Richard Guo
2024-07-03
Optimize memory access in GetRunningTransactionData()
Alexander Korotkov
2024-07-03
Fix typo in GetRunningTransactionData()
Alexander Korotkov
2024-06-28
Add wait event type "InjectionPoint", a custom type like "Extension".
Noah Misch
2024-06-27
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-05-16
Fix documentation about DROP DATABASE FORCE process termination rights.
Noah Misch
[next]