aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
Commit message (Expand)AuthorAge
* Fix wrong data table horizon computation during backend startup.Andres Freund2020-10-28
* Centralize horizon determination for temp tables, fixing bug due to skew.Andres Freund2020-10-28
* Avoid invalid alloc size error in shm_mqPeter Eisentraut2020-10-19
* Handle EACCES errors from kevent() better.Thomas Munro2020-10-15
* Make WL_POSTMASTER_DEATH level-triggered on kqueue builds.Thomas Munro2020-10-15
* Fix and test snapshot behavior on standby.Andres Freund2020-09-30
* Allow WaitLatch() to be used without a latch.Thomas Munro2020-09-23
* Fix whitespacePeter Eisentraut2020-09-20
* Fix typos.Fujii Masao2020-09-14
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Don't run atexit callbacks during signal exits from ProcessStartupPacket.Tom Lane2020-09-11
* Install an error check into cancel_before_shmem_exit().Tom Lane2020-09-08
* Fix typo in commentMagnus Hagander2020-09-06
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-05
* Fix comment in procarray.cMichael Paquier2020-08-27
* Fix typos in comments.Fujii Masao2020-08-21
* Acquire ProcArrayLock exclusively in ProcArrayClearTransaction.Andres Freund2020-08-19
* Fix race condition in snapshot caching when 2PC is used.Andres Freund2020-08-18
* snapshot scalability: cache snapshots using a xact completion counter.Andres Freund2020-08-17
* Fix use of wrong index in ComputeXidHorizons().Andres Freund2020-08-16
* snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund2020-08-14
* snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.Andres Freund2020-08-14
* snapshot scalability: Introduce dense array of in-progress xids.Andres Freund2020-08-14
* snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund2020-08-13
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* Track latest completed xid as a FullTransactionId.Andres Freund2020-08-11
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* Preallocate some DSM space at startup.Thomas Munro2020-07-31
* Use a long lived WaitEventSet for WaitLatch().Thomas Munro2020-07-30
* Move syncscan.c to src/backend/access/common.Thomas Munro2020-07-29
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Avoid potential spinlock in a signal handler as part of global barriers.Andres Freund2020-06-17
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Collect built-in LWLock tranche names statically, not dynamically.Tom Lane2020-05-14
* Revert 0f5ca02f53Alexander Korotkov2020-04-08
* snapshot scalability: Move delayChkpt from PGXACT to PGPROC.Andres Freund2020-04-07
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-07
* Revert "Improve handling of parameter differences in physical replication"Peter Eisentraut2020-04-04
* Add wait events for recovery conflicts.Fujii Masao2020-04-03
* Fix assorted typosMagnus Hagander2020-03-31
* Improve handling of parameter differences in physical replicationPeter Eisentraut2020-03-30
* Go back to returning int from ereport auxiliary functions.Tom Lane2020-03-25
* Improve the internal implementation of ereport().Tom Lane2020-03-24
* Don't use EV_CLEAR for kqueue events.Thomas Munro2020-03-18
* Fix kqueue support under debugger on macOS.Thomas Munro2020-03-18
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Fix bug that causes to report waiting in PS display twice, in hot standby.Fujii Masao2020-03-10
* Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane2020-02-24