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
*
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
*
Add debug check function LWLockHeldByMeInMode()
Simon Riggs
2016-09-05
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Once again allow LWLocks to be used within DSM segments.
Robert Haas
2016-08-15
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Make init_spin_delay() C89 compliant #2.
Andres Freund
2016-04-14
*
Make init_spin_delay() C89 compliant and change stuck spinlock reporting.
Andres Freund
2016-04-13
*
Avoid the use of a separate spinlock to protect a LWLock's wait queue.
Andres Freund
2016-04-10
*
Fix LWLockReportWaitEnd() parameter list to be (void).
Andres Freund
2016-03-27
*
Don't use !! but != 0/NULL to force boolean evaluation.
Andres Freund
2016-03-27
*
Fix a typo, and remove unnecessary pgstat_report_wait_end().
Robert Haas
2016-03-11
*
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
*
Change the way that LWLocks for extensions are allocated.
Robert Haas
2016-02-04
*
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
*
Message improvements
Peter Eisentraut
2015-11-16
*
Move each SLRU's lwlocks to a separate tranche.
Robert Haas
2015-11-12
*
Correct value of LW_SHARED_MASK.
Andres Freund
2015-09-22
*
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
*
Micro optimize LWLockAttemptLock() a bit.
Andres Freund
2015-08-02
[next]