aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAge
* Revert pg_relation_check_pages()Michael Paquier2020-11-04
* Fix typos.Amit Kapila2020-11-03
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-02
* 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
* Add CheckBuffer() to check on-disk pages without shared buffer loadingMichael Paquier2020-10-28
* Extend PageIsVerified() to handle more custom optionsMichael Paquier2020-10-26
* 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
* Defer flushing of SLRU files.Thomas Munro2020-09-25
* Allow WaitLatch() to be used without a latch.Thomas Munro2020-09-23
* Standardize order of use strict and use warnings in Perl codePeter Eisentraut2020-09-21
* Fix whitespacePeter Eisentraut2020-09-20
* Optimize compactify_tuples functionDavid Rowley2020-09-16
* 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
* doc: Fix some grammar and inconsistenciesMichael Paquier2020-09-10
* Install an error check into cancel_before_shmem_exit().Tom Lane2020-09-08
* Fix autovacuum cancellation.Andres Freund2020-09-08
* Skip unnecessary stat() calls in walkdir().Thomas Munro2020-09-07
* Split Makefile symbol CFLAGS_VECTOR into two symbols.Tom Lane2020-09-06
* Fix typo in commentMagnus Hagander2020-09-06
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-05
* remove redundant initializationsBruce Momjian2020-09-03
* Fix the SharedFileSetUnregister API.Amit Kapila2020-09-01
* Fix comment in procarray.cMichael Paquier2020-08-27
* Suppress compiler warning in non-cassert builds.Tom Lane2020-08-26
* Extend the BufFile interface.Amit Kapila2020-08-26
* 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
* Correct several behavior descriptions in comments.Noah Misch2020-08-15
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* 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
* Cache smgrnblocks() results in recovery.Thomas Munro2020-07-31
* Use WaitLatch() for condition variables.Thomas Munro2020-07-30
* Use a long lived WaitEventSet for WaitLatch().Thomas Munro2020-07-30
* Move syncscan.c to src/backend/access/common.Thomas Munro2020-07-29