aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
Commit message (Expand)AuthorAge
* Fix false reports in pg_visibilityAlexander Korotkov2024-03-14
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Remove the adminpack contrib extensionDaniel Gustafsson2024-03-04
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Use MyBackendType in more places to check what process this isHeikki Linnakangas2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Redefine backend ID to be an index into the proc arrayHeikki Linnakangas2024-03-03
* Add helper functions for dshash tables with string keys.Nathan Bossart2024-02-26
* Remove superfluous 'pgprocno' field from PGPROCHeikki Linnakangas2024-02-22
* Centralize logic for restoring errno in signal handlers.Nathan Bossart2024-02-14
* Add a slot synchronization function.Amit Kapila2024-02-14
* Fix 'mmap' DSM implementation with allocations larger than 4 GBHeikki Linnakangas2024-02-13
* Fix possible NULL pointer dereference in GetNamedDSMSegment().Nathan Bossart2024-01-22
* Add backend support for injection pointsMichael Paquier2024-01-22
* Introduce the dynamic shared memory registry.Nathan Bossart2024-01-19
* Fix name collision in c64086b79dbaAlexander Korotkov2024-01-19
* Reorder actions in ProcArrayApplyRecoveryInfo()Alexander Korotkov2024-01-19
* Update copyright for 2024Bruce Momjian2024-01-03
* Add support for incremental backup.Robert Haas2023-12-20
* Remove trace_recovery_messagesMichael Paquier2023-12-11
* Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas2023-12-08
* Initialize ShmemVariableCache like other shmem areasHeikki Linnakangas2023-12-08
* Refactor CreateSharedMemoryAndSemaphoresHeikki Linnakangas2023-12-03
* Use ResourceOwner to track WaitEventSets.Heikki Linnakangas2023-11-23
* Remove incorrect file reference in comment.Etsuro Fujita2023-11-13
* Make ResourceOwners more easily extensible.Heikki Linnakangas2023-11-08
* Ban role pg_signal_backend from more superuser backend types.Noah Misch2023-11-06
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Fix min_dynamic_shared_memory on Windows.Thomas Munro2023-10-22
* Avoid calling proc_exit() in processes forked by system().Nathan Bossart2023-10-17
* Remove extra parenthesis from comment.Etsuro Fujita2023-10-06
* Teach WaitEventSetWait() to report multiple events on Windows.Thomas Munro2023-09-08
* Improve BackendXidGetPid() to only access allProcs on matching XIDMichael Paquier2023-09-08
* Fix recovery conflict SIGUSR1 handling.Thomas Munro2023-09-07
* Use more consistent names for wait event objects and typesMichael Paquier2023-09-06
* Replace known_assigned_xids_lck with memory barriers.Nathan Bossart2023-09-05
* Remove the "snapshot too old" feature.Thomas Munro2023-09-05
* Fix wording in commentDaniel Gustafsson2023-08-23
* Support custom wait events for wait event type "Extension"Michael Paquier2023-07-31
* Message wording improvementsPeter Eisentraut2023-07-10
* Add GUC parameter "huge_pages_status"Michael Paquier2023-07-06
* Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier2023-07-03
* Trust signalfd on illumos, again.Thomas Munro2023-07-02
* Error message wording improvementsPeter Eisentraut2023-06-29
* Pre-beta2 mechanical code beautification.Tom Lane2023-06-20
* Report stats when replaying XLOG_RUNNING_XACTSAndres Freund2023-06-12
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix typos in commentsMichael Paquier2023-05-02
* Remove vacuum_defer_cleanup_ageAndres Freund2023-04-24
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-19