index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
/
lwlock.h
Commit message (
Expand
)
Author
Age
*
Fix lock assertions in dshash.c.
Thomas Munro
2022-07-11
*
Revert 019_replslot_limit.pl related debugging aids.
Andres Freund
2022-07-05
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
Add further debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-25
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Replace buffer I/O locks with condition variables.
Thomas Munro
2021-03-11
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Clean up includes of s_lock.h.
Andres Freund
2020-06-18
*
Drop the redundant "Lock" suffix from LWLock wait event names.
Tom Lane
2020-05-15
*
Rename assorted LWLock tranches.
Tom Lane
2020-05-15
*
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-15
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-15
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Correct constness of a few variables.
Andres Freund
2018-10-15
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
*
Add shared tuplestores.
Andres Freund
2017-12-18
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-14
*
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
*
tidbitmap: Support shared iteration.
Robert Haas
2017-03-08
*
Update obsolete comments in lwlock.h.
Robert Haas
2017-01-04
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Provide a DSA area for all parallel queries.
Robert Haas
2016-12-19
*
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Add debug check function LWLockHeldByMeInMode()
Simon Riggs
2016-09-05
*
Once again allow LWLocks to be used within DSM segments.
Robert Haas
2016-08-15
*
Avoid the use of a separate spinlock to protect a LWLock's wait queue.
Andres Freund
2016-04-10
*
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
*
Use separate lwlock tranches for buffer, lock, and predicate lock managers.
Robert Haas
2016-02-11
*
Code cleanup in the wake of recent LWLock refactoring.
Robert Haas
2016-02-10
*
Fix typo.
Robert Haas
2016-02-05
*
Change the way that LWLocks for extensions are allocated.
Robert Haas
2016-02-04
*
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-02-02
*
Migrate replication slot I/O locks into a separate tranche.
Robert Haas
2016-01-29
*
Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.
Robert Haas
2016-01-29
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Move buffer I/O and content LWLocks out of the main tranche.
Robert Haas
2015-12-15
*
Provide a way to predefine LWLock tranche IDs.
Robert Haas
2015-12-15
*
Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40cc3e6.
Robert Haas
2015-09-11
*
When trace_lwlocks is used, identify individual lwlocks by name.
Robert Haas
2015-09-11
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
Don't include low level locking code from frontend code.
Andres Freund
2015-08-07
[next]