summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/procarray.c
AgeCommit message (Expand)Author
2025-03-23Fix rare assertion failure in standby, if primary is restartedHeikki Linnakangas
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-28Replace PGPROC.isBackgroundWorker with isRegularBackend.Tom Lane
2024-12-28Exclude parallel workers from connection privilege/limit checks.Tom Lane
2024-12-09Remove remants of "snapshot too old"Heikki Linnakangas
2024-08-29Rename some shared memory initialization routinesHeikki Linnakangas
2024-07-08Remove an extra period in code commentRichard Guo
2024-07-03Optimize memory access in GetRunningTransactionData()Alexander Korotkov
2024-07-03Fix typo in GetRunningTransactionData()Alexander Korotkov
2024-06-27Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas
2024-05-16Fix documentation about DROP DATABASE FORCE process termination rights.Noah Misch
2024-04-17Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymoreAndres Freund
2024-04-03Combine freezing and pruning steps in VACUUMHeikki Linnakangas
2024-03-14Fix false reports in pg_visibilityAlexander Korotkov
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-03-03Redefine backend ID to be an index into the proc arrayHeikki Linnakangas
2024-02-21Remove superfluous 'pgprocno' field from PGPROCHeikki Linnakangas
2024-01-19Fix name collision in c64086b79dbaAlexander Korotkov
2024-01-19Reorder actions in ProcArrayApplyRecoveryInfo()Alexander Korotkov
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-11Remove trace_recovery_messagesMichael Paquier
2023-12-08Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas
2023-11-13Remove incorrect file reference in comment.Etsuro Fujita
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-06Remove extra parenthesis from comment.Etsuro Fujita
2023-09-08Improve BackendXidGetPid() to only access allProcs on matching XIDMichael Paquier
2023-09-05Replace known_assigned_xids_lck with memory barriers.Nathan Bossart
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-07-10Message wording improvementsPeter Eisentraut
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-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-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
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-09-22Used optimized linear search in more code pathsMichael Paquier
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-07-28Fix comment in procarray.c.Fujii Masao
2022-06-27Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas
2022-05-31Revert changes to CONCURRENTLY that "sped up" Xmin advanceAlvaro Herrera
2022-05-19Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-15Tighten ComputeXidHorizons' handling of walsenders.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera