index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
lmgr
/
predicate.c
Commit message (
Expand
)
Author
Age
*
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
*
Improve comments for [Heap]CheckForSerializableConflictOut().
Thomas Munro
2020-06-12
*
Rename assorted LWLock tranches.
Tom Lane
2020-05-15
*
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-15
*
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-28
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Optimize PredicateLockTuple().
Thomas Munro
2019-11-11
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix SxactGlobalXmin tracking.
Thomas Munro
2019-05-09
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-15
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove obsolete SLRU wrapping and warnings from predicate.c.
Tom Lane
2018-03-30
*
Remove extra words.
Robert Haas
2018-02-22
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Fix outdated comment
Peter Eisentraut
2017-08-23
*
Fix race condition in predicate-lock init code in EXEC_BACKEND builds.
Tom Lane
2017-07-24
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Final pgindent run with old pg_bsd_indent (version 1.3).
Tom Lane
2017-06-21
*
Don't force-assign transaction id when exporting a snapshot.
Andres Freund
2017-06-14
*
Fix typo in comment
Magnus Hagander
2017-06-02
*
Move isolationtester's is-blocked query into C code for speed.
Tom Lane
2017-04-10
*
Add GUCs for predicate lock promotion thresholds.
Kevin Grittner
2017-04-07
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Change API of ShmemAlloc() so it throws error rather than returning NULL.
Tom Lane
2016-09-01
*
Copyedit comments and documentation.
Noah Misch
2016-04-01
*
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-02-02
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Move each SLRU's lwlocks to a separate tranche.
Robert Haas
2015-11-12
*
Fix serialization anomalies due to race conditions on INSERT.
Kevin Grittner
2015-10-31
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix misc typos in comments.
Heikki Linnakangas
2014-04-09
*
Relax the requirement that all lwlocks be stored in a single array.
Robert Haas
2014-01-27
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Update copyright for 2014
Bruce Momjian
2014-01-07
[next]