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
/
lock.c
Commit message (
Expand
)
Author
Age
*
Properly terminate the array returned by GetLockConflicts().
Andres Freund
2015-01-29
*
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
*
Avoid access to already-released lock in LockRefindAndRelease.
Robert Haas
2014-07-24
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Assert that strong-lock count is >0 everywhere it's decremented.
Robert Haas
2014-04-07
*
Mark FastPathStrongRelationLocks volatile.
Robert Haas
2014-03-31
*
Relax the requirement that all lwlocks be stored in a single array.
Robert Haas
2014-01-27
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c
Heikki Linnakangas
2013-12-16
*
Be sure to release proc->backendLock after SetupLockInTable() failure.
Tom Lane
2013-11-29
*
Fix latent(?) race condition in LockReleaseAll.
Tom Lane
2013-11-28
*
Fix stale-pointer problem in fast-path locking logic.
Tom Lane
2013-11-27
*
Make LOCK_PRINT & PROCLOCK_PRINT expand to ((void) 0) when not in use.
Tom Lane
2013-11-07
*
Remove `proc` argument from LockCheckConflicts
Alvaro Herrera
2013-09-16
*
Fix memory leak in LogStandbySnapshot().
Tom Lane
2013-06-04
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Fix typo in comment.
Heikki Linnakangas
2013-04-25
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Unbreak lock conflict detection for Hot Standby.
Robert Haas
2013-01-18
*
Prevent very-low-probability PANIC during PREPARE TRANSACTION.
Tom Lane
2013-01-13
*
Fix potential corruption of lock table in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2013-01-08
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix performance problems with autovacuum truncation in busy workloads.
Kevin Grittner
2012-12-11
*
Cleanup VirtualXact at end of Hot Standby.
Simon Riggs
2012-11-29
*
Split resowner.h
Alvaro Herrera
2012-08-28
*
Tighten up includes in sinvaladt.h, twophase.h, proc.h
Alvaro Herrera
2012-06-25
*
Add a small cache of locks owned by a resource owner in ResourceOwner.
Heikki Linnakangas
2012-06-21
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Fix two more bugs in fast-path relation locking.
Robert Haas
2012-05-30
*
Overdue code review for transaction-level advisory locks patch.
Tom Lane
2012-05-04
*
Finish rename of FastPathStrongLocks to FastPathStrongRelationLocks.
Robert Haas
2012-04-18
*
Tighten up error recovery for fast-path locking.
Robert Haas
2012-04-18
*
Resolve timing issue with logging locks for Hot Standby.
Simon Riggs
2012-01-23
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-25
*
Revert removal of trace_userlocks, because userlocks aren't gone.
Robert Haas
2011-11-10
*
Remove all "traces" of trace_userlocks, because userlocks were removed
Bruce Momjian
2011-10-13
*
Repair breakage in VirtualXactLock.
Robert Haas
2011-10-11
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
*
Add missing includes after pgrminclude run.
Bruce Momjian
2011-08-26
*
Typo fix.
Robert Haas
2011-08-22
*
Create VXID locks "lazily" in the main lock table.
Robert Haas
2011-08-04
*
Move CheckRecoveryConflictDeadlock() call to a safer place.
Tom Lane
2011-08-02
*
Some refinement for the "fast path" lock patch.
Robert Haas
2011-07-19
*
Create a "fast path" for acquiring weak relation locks.
Robert Haas
2011-07-18
*
Reduce the initial size of local lock hash to 16 entries.
Heikki Linnakangas
2011-04-15
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Add transaction-level advisory locks.
Itagaki Takahiro
2011-02-18
[next]