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
/
lwlock.c
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
*
Add a new shmem_request_hook hook.
Robert Haas
2022-05-13
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
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
*
Remove more obsolete comments about semaphores.
Thomas Munro
2021-07-09
*
Improve various places that double the size of a buffer
David Rowley
2021-07-01
*
Prevent lwlock dtrace probes from unnecessary work
Peter Eisentraut
2021-05-03
*
Move lwlock-release probe back where it belongs
Peter Eisentraut
2021-03-21
*
Replace buffer I/O locks with condition variables.
Thomas Munro
2021-03-11
*
Remove bogus tracepoint
Peter Eisentraut
2021-01-22
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Use macros instead of hardcoded offsets for LWLock initialization
Michael Paquier
2020-11-24
*
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
*
Collect built-in LWLock tranche names statically, not dynamically.
Tom Lane
2020-05-14
*
Fix bug in LWLock statistics mechanism.
Fujii Masao
2020-02-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
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
*
Document LWTRANCHE_PARALLEL_HASH_JOIN.
Robert Haas
2018-02-28
*
Cast to void in StaticAssertExpr, not its callers.
Tom Lane
2018-02-15
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
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
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
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
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
tidbitmap: Support shared iteration.
Robert Haas
2017-03-08
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Fix typo
Alvaro Herrera
2017-01-17
*
Fix typo
Alvaro Herrera
2017-01-17
*
Fix possible crash reading pg_stat_activity.
Robert Haas
2017-01-05
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix outdated comment in lwlock.c
Robert Haas
2016-12-16
*
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
*
Make the different Unix-y semaphore implementations ABI-compatible.
Tom Lane
2016-12-12
*
Silence compiler warnings
Stephen Frost
2016-12-06
*
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
2016-10-05
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
[next]