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
/
ipc
Commit message (
Expand
)
Author
Age
*
Fix wrong data table horizon computation during backend startup.
Andres Freund
2020-10-28
*
Centralize horizon determination for temp tables, fixing bug due to skew.
Andres Freund
2020-10-28
*
Avoid invalid alloc size error in shm_mq
Peter Eisentraut
2020-10-19
*
Handle EACCES errors from kevent() better.
Thomas Munro
2020-10-15
*
Make WL_POSTMASTER_DEATH level-triggered on kqueue builds.
Thomas Munro
2020-10-15
*
Fix and test snapshot behavior on standby.
Andres Freund
2020-09-30
*
Allow WaitLatch() to be used without a latch.
Thomas Munro
2020-09-23
*
Fix whitespace
Peter Eisentraut
2020-09-20
*
Fix typos.
Fujii Masao
2020-09-14
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Don't run atexit callbacks during signal exits from ProcessStartupPacket.
Tom Lane
2020-09-11
*
Install an error check into cancel_before_shmem_exit().
Tom Lane
2020-09-08
*
Fix typo in comment
Magnus Hagander
2020-09-06
*
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-05
*
Fix comment in procarray.c
Michael Paquier
2020-08-27
*
Fix typos in comments.
Fujii Masao
2020-08-21
*
Acquire ProcArrayLock exclusively in ProcArrayClearTransaction.
Andres Freund
2020-08-19
*
Fix race condition in snapshot caching when 2PC is used.
Andres Freund
2020-08-18
*
snapshot scalability: cache snapshots using a xact completion counter.
Andres Freund
2020-08-17
*
Fix use of wrong index in ComputeXidHorizons().
Andres Freund
2020-08-16
*
snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.
Andres Freund
2020-08-14
*
snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.
Andres Freund
2020-08-14
*
snapshot scalability: Introduce dense array of in-progress xids.
Andres Freund
2020-08-14
*
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-13
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
Track latest completed xid as a FullTransactionId.
Andres Freund
2020-08-11
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
*
Preallocate some DSM space at startup.
Thomas Munro
2020-07-31
*
Use a long lived WaitEventSet for WaitLatch().
Thomas Munro
2020-07-30
*
Move syncscan.c to src/backend/access/common.
Thomas Munro
2020-07-29
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
*
Avoid potential spinlock in a signal handler as part of global barriers.
Andres Freund
2020-06-17
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
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
*
Revert "Improve handling of parameter differences in physical replication"
Peter Eisentraut
2020-04-04
*
Add wait events for recovery conflicts.
Fujii Masao
2020-04-03
*
Fix assorted typos
Magnus Hagander
2020-03-31
*
Improve handling of parameter differences in physical replication
Peter Eisentraut
2020-03-30
*
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-25
*
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
*
Don't use EV_CLEAR for kqueue events.
Thomas Munro
2020-03-18
*
Fix kqueue support under debugger on macOS.
Thomas Munro
2020-03-18
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Fix bug that causes to report waiting in PS display twice, in hot standby.
Fujii Masao
2020-03-10
*
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-24
[next]