aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/predicate.c
Commit message (Expand)AuthorAge
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* 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
* Move isolationtester's is-blocked query into C code for speed.Tom Lane2017-04-10
* Add GUCs for predicate lock promotion thresholds.Kevin Grittner2017-04-07
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* Change API of ShmemAlloc() so it throws error rather than returning NULL.Tom Lane2016-09-01
* Copyedit comments and documentation.Noah Misch2016-04-01
* Make all built-in lwlock tranche IDs fixed.Robert Haas2016-02-02
* Update copyright for 2016Bruce Momjian2016-01-02
* Move each SLRU's lwlocks to a separate tranche.Robert Haas2015-11-12
* Fix serialization anomalies due to race conditions on INSERT.Kevin Grittner2015-10-31
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix misc typos in comments.Heikki Linnakangas2014-04-09
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-27
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Update copyright for 2014Bruce Momjian2014-01-07