aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/predicate.c
Commit message (Expand)AuthorAge
* Fix race in SERIALIZABLE READ ONLY.Thomas Munro2023-03-09
* Fix assert failures in parallel SERIALIZABLE READ ONLY.Thomas Munro2023-03-06
* Fix outdated references to guc.cDaniel Gustafsson2023-03-02
* Fix bugs in GetSafeSnapshotBlockingPids(), introduced in 96003717645Andres Freund2023-02-08
* Use dlists instead of SHM_QUEUE for predicate lockingAndres Freund2023-01-19
* Update copyright for 2023Bruce Momjian2023-01-02
* Make materialized views participate in predicate lockingMichael Paquier2022-12-01
* Used optimized linear search in more code pathsMichael Paquier2022-09-22
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-08
* Update copyright for 2022Bruce Momjian2022-01-07
* Change ProcSendSignal() to take pgprocno.Thomas Munro2021-12-16
* Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane2021-07-15
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Defer flushing of SLRU files.Thomas Munro2020-09-25
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* Improve comments for [Heap]CheckForSerializableConflictOut().Thomas Munro2020-06-12
* Rename assorted LWLock tranches.Tom Lane2020-05-15
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Remove dependency on HeapTuple from predicate locking functions.Thomas Munro2020-01-28
* Update copyrights for 2020Bruce Momjian2020-01-01
* Optimize PredicateLockTuple().Thomas Munro2019-11-11
* 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 inconsistencies and typos in the treeMichael Paquier2019-07-16
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Fix SxactGlobalXmin tracking.Thomas Munro2019-05-09
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* Enable parallel query with SERIALIZABLE isolation.Thomas Munro2019-03-15
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove obsolete SLRU wrapping and warnings from predicate.c.Tom Lane2018-03-30
* Remove extra words.Robert Haas2018-02-22
* Update copyright for 2018Bruce Momjian2018-01-02
* Message style fixesPeter Eisentraut2017-09-11
* Fix outdated commentPeter Eisentraut2017-08-23
* Fix race condition in predicate-lock init code in EXEC_BACKEND builds.Tom Lane2017-07-24
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane2017-06-21
* Don't force-assign transaction id when exporting a snapshot.Andres Freund2017-06-14
* Fix typo in commentMagnus Hagander2017-06-02