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
*
Fix race in SERIALIZABLE READ ONLY.
Thomas Munro
2023-03-09
*
Fix assert failures in parallel SERIALIZABLE READ ONLY.
Thomas Munro
2023-03-06
*
Fix outdated references to guc.c
Daniel Gustafsson
2023-03-02
*
Fix bugs in GetSafeSnapshotBlockingPids(), introduced in 96003717645
Andres Freund
2023-02-08
*
Use dlists instead of SHM_QUEUE for predicate locking
Andres Freund
2023-01-19
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Make materialized views participate in predicate locking
Michael Paquier
2022-12-01
*
Used optimized linear search in more code paths
Michael Paquier
2022-09-22
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Change ProcSendSignal() to take pgprocno.
Thomas Munro
2021-12-16
*
Replace explicit PIN entries in pg_depend with an OID range test.
Tom Lane
2021-07-15
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
*
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Defer flushing of SLRU files.
Thomas Munro
2020-09-25
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
*
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
[next]