aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr
Commit message (Expand)AuthorAge
* 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
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Revert "Improve handling of parameter differences in physical replication"Peter Eisentraut2020-04-04
* Improve handling of parameter differences in physical replicationPeter Eisentraut2020-03-30
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Allow page lock to conflict among parallel group members.Amit Kapila2020-03-21
* Allow relation extension lock to conflict among parallel group members.Amit Kapila2020-03-20
* Add assert to ensure that page locks don't participate in deadlock cycle.Amit Kapila2020-03-19
* Assert that we don't acquire a heavyweight lock on another object afterAmit Kapila2020-03-18
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Fix typo in proc.cMichael Paquier2020-02-07
* Fix bug in LWLock statistics mechanism.Fujii Masao2020-02-06
* Don't reset latch in ConditionVariablePrepareToSleep().Thomas Munro2020-01-28
* Remove dependency on HeapTuple from predicate locking functions.Thomas Munro2020-01-28
* Remove STATUS_FOUNDPeter Eisentraut2020-01-11
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Optimize PredicateLockTuple().Thomas Munro2019-11-11
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Fix typos in the codeMichael Paquier2019-10-30
* Fix crash when reporting CREATE INDEX progressAlvaro Herrera2019-10-16
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix busted logic for parallel lock grouping in TopoSort().Tom Lane2019-07-29
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Use appendBinaryStringInfo in more places where the length is knownDavid Rowley2019-07-23
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Forward received condition variable signals on cancel.Thomas Munro2019-07-13
* Introduce timed waits for condition variables.Thomas Munro2019-07-13
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Remove obsolete comments about sempahores from proc.c.Thomas Munro2019-06-21
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix SxactGlobalXmin tracking.Thomas Munro2019-05-09
* Prevent use of uninitialized variableAlvaro Herrera2019-04-02
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* Enable parallel query with SERIALIZABLE isolation.Thomas Munro2019-03-15
* Make release of 2PC identifier and locks consistent in COMMIT PREPAREDMichael Paquier2019-02-25
* Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier2019-02-12
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23