index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
Commit message (
Expand
)
Author
Age
*
Fix false reports in pg_visibility
Alexander Korotkov
2024-03-14
*
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
*
Remove the adminpack contrib extension
Daniel Gustafsson
2024-03-04
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-03-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-03-03
*
Add helper functions for dshash tables with string keys.
Nathan Bossart
2024-02-26
*
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-02-22
*
Centralize logic for restoring errno in signal handlers.
Nathan Bossart
2024-02-14
*
Add a slot synchronization function.
Amit Kapila
2024-02-14
*
Fix 'mmap' DSM implementation with allocations larger than 4 GB
Heikki Linnakangas
2024-02-13
*
Fix possible NULL pointer dereference in GetNamedDSMSegment().
Nathan Bossart
2024-01-22
*
Add backend support for injection points
Michael Paquier
2024-01-22
*
Introduce the dynamic shared memory registry.
Nathan Bossart
2024-01-19
*
Fix name collision in c64086b79dba
Alexander Korotkov
2024-01-19
*
Reorder actions in ProcArrayApplyRecoveryInfo()
Alexander Korotkov
2024-01-19
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add support for incremental backup.
Robert Haas
2023-12-20
*
Remove trace_recovery_messages
Michael Paquier
2023-12-11
*
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-12-08
*
Initialize ShmemVariableCache like other shmem areas
Heikki Linnakangas
2023-12-08
*
Refactor CreateSharedMemoryAndSemaphores
Heikki Linnakangas
2023-12-03
*
Use ResourceOwner to track WaitEventSets.
Heikki Linnakangas
2023-11-23
*
Remove incorrect file reference in comment.
Etsuro Fujita
2023-11-13
*
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
*
Ban role pg_signal_backend from more superuser backend types.
Noah Misch
2023-11-06
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Fix min_dynamic_shared_memory on Windows.
Thomas Munro
2023-10-22
*
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-10-17
*
Remove extra parenthesis from comment.
Etsuro Fujita
2023-10-06
*
Teach WaitEventSetWait() to report multiple events on Windows.
Thomas Munro
2023-09-08
*
Improve BackendXidGetPid() to only access allProcs on matching XID
Michael Paquier
2023-09-08
*
Fix recovery conflict SIGUSR1 handling.
Thomas Munro
2023-09-07
*
Use more consistent names for wait event objects and types
Michael Paquier
2023-09-06
*
Replace known_assigned_xids_lck with memory barriers.
Nathan Bossart
2023-09-05
*
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-05
*
Fix wording in comment
Daniel Gustafsson
2023-08-23
*
Support custom wait events for wait event type "Extension"
Michael Paquier
2023-07-31
*
Message wording improvements
Peter Eisentraut
2023-07-10
*
Add GUC parameter "huge_pages_status"
Michael Paquier
2023-07-06
*
Refactor some code related to wait events "BufferPin" and "Extension"
Michael Paquier
2023-07-03
*
Trust signalfd on illumos, again.
Thomas Munro
2023-07-02
*
Error message wording improvements
Peter Eisentraut
2023-06-29
*
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-20
*
Report stats when replaying XLOG_RUNNING_XACTS
Andres Freund
2023-06-12
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Remove vacuum_defer_cleanup_age
Andres Freund
2023-04-24
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
[next]