summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
AgeCommit message (Expand)Author
2023-07-10Message wording improvementsPeter Eisentraut
2023-07-06Add GUC parameter "huge_pages_status"Michael Paquier
2023-07-03Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier
2023-07-02Trust signalfd on illumos, again.Thomas Munro
2023-06-29Error message wording improvementsPeter Eisentraut
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-06-12Report stats when replaying XLOG_RUNNING_XACTSAndres Freund
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-02Fix typos in commentsMichael Paquier
2023-04-24Remove vacuum_defer_cleanup_ageAndres Freund
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-08Handle logical slot conflicts on standbyAndres Freund
2023-03-30Fix incorrect format placeholdersPeter Eisentraut
2023-03-17Improve several permission-related error messages.Peter Eisentraut
2023-03-08Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xidsAndres Freund
2023-02-20Speedup and increase usability of set proc title functionsDavid Rowley
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-25Avoid type cheats for invalid dsa_handles and dshash_table_handles.Tom Lane
2023-01-21Zero initialize uses of instr_time about to trigger compiler warningsAndres Freund
2023-01-20Remove SHM_QUEUEAndres Freund
2023-01-12Fix WaitEventSetWait() buffer overrun.Thomas Munro
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-02Update copyright for 2023Bruce Momjian
2023-01-02Avoid special XID snapshotConflictHorizon values.Peter Geoghegan
2022-12-23Allow parent's WaitEventSets to be freed after fork().Thomas Munro
2022-12-23Don't leak a signalfd when using latches in the postmaster.Thomas Munro
2022-12-23Add WL_SOCKET_ACCEPT event to WaitEventSet API.Thomas Munro
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-19Expose some information about backend subxact status.Robert Haas
2022-11-29Improve heuristics for compressing the KnownAssignedXids array.Tom Lane
2022-11-22Ignore invalidated slots while computing oldest catalog XminAlvaro Herrera
2022-11-17Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan
2022-11-15Improve comments referring snapshot's subxip array.Amit Kapila
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-14Standardize format for printing PIDsPeter Eisentraut
2022-10-11Harden pmsignal.c against clobbered shared memory.Tom Lane
2022-10-06Take care to de-duplicate entries in standby.c's table of locks.Tom Lane
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-22Used optimized linear search in more code pathsMichael Paquier
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-14Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-08-13Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.Thomas Munro
2022-07-28Fix comment in procarray.c.Fujii Masao
2022-07-16Make dsm_impl_posix_resize more future-proof.Thomas Munro
2022-07-14Don't clobber postmaster sigmask in dsm_impl_resize.Thomas Munro
2022-07-14Create a distinct wait event for POSIX DSM allocation.Thomas Munro
2022-07-14Remove redundant ftruncate() for POSIX DSM memory.Thomas Munro
2022-07-14Block signals while allocating DSM memory.Thomas Munro