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
Commit message (
Expand
)
Author
Age
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Collect built-in LWLock tranche names statically, not dynamically.
Tom Lane
2020-05-14
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
*
snapshot scalability: Move delayChkpt from PGXACT to PGPROC.
Andres Freund
2020-04-07
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Revert "Improve handling of parameter differences in physical replication"
Peter Eisentraut
2020-04-04
*
Improve handling of parameter differences in physical replication
Peter Eisentraut
2020-03-30
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Allow page lock to conflict among parallel group members.
Amit Kapila
2020-03-21
*
Allow relation extension lock to conflict among parallel group members.
Amit Kapila
2020-03-20
*
Add assert to ensure that page locks don't participate in deadlock cycle.
Amit Kapila
2020-03-19
*
Assert that we don't acquire a heavyweight lock on another object after
Amit Kapila
2020-03-18
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Fix typo in proc.c
Michael Paquier
2020-02-07
*
Fix bug in LWLock statistics mechanism.
Fujii Masao
2020-02-06
*
Don't reset latch in ConditionVariablePrepareToSleep().
Thomas Munro
2020-01-28
*
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-28
*
Remove STATUS_FOUND
Peter Eisentraut
2020-01-11
*
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
*
Optimize PredicateLockTuple().
Thomas Munro
2019-11-11
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Fix typos in the code
Michael Paquier
2019-10-30
*
Fix crash when reporting CREATE INDEX progress
Alvaro Herrera
2019-10-16
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
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 busted logic for parallel lock grouping in TopoSort().
Tom Lane
2019-07-29
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Use appendBinaryStringInfo in more places where the length is known
David Rowley
2019-07-23
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Forward received condition variable signals on cancel.
Thomas Munro
2019-07-13
*
Introduce timed waits for condition variables.
Thomas Munro
2019-07-13
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
*
Remove obsolete comments about sempahores from proc.c.
Thomas Munro
2019-06-21
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Fix SxactGlobalXmin tracking.
Thomas Munro
2019-05-09
*
Prevent use of uninitialized variable
Alvaro Herrera
2019-04-02
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-15
*
Make release of 2PC identifier and locks consistent in COMMIT PREPARED
Michael Paquier
2019-02-25
*
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-02-12
*
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 configure switch --disable-strong-random
Michael Paquier
2019-01-01
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
[next]