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
Commit message (
Expand
)
Author
Age
*
Revert pg_relation_check_pages()
Michael Paquier
2020-11-04
*
Fix typos.
Amit Kapila
2020-11-03
*
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-02
*
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
*
Add CheckBuffer() to check on-disk pages without shared buffer loading
Michael Paquier
2020-10-28
*
Extend PageIsVerified() to handle more custom options
Michael Paquier
2020-10-26
*
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
*
Defer flushing of SLRU files.
Thomas Munro
2020-09-25
*
Allow WaitLatch() to be used without a latch.
Thomas Munro
2020-09-23
*
Standardize order of use strict and use warnings in Perl code
Peter Eisentraut
2020-09-21
*
Fix whitespace
Peter Eisentraut
2020-09-20
*
Optimize compactify_tuples function
David Rowley
2020-09-16
*
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
*
doc: Fix some grammar and inconsistencies
Michael Paquier
2020-09-10
*
Install an error check into cancel_before_shmem_exit().
Tom Lane
2020-09-08
*
Fix autovacuum cancellation.
Andres Freund
2020-09-08
*
Skip unnecessary stat() calls in walkdir().
Thomas Munro
2020-09-07
*
Split Makefile symbol CFLAGS_VECTOR into two symbols.
Tom Lane
2020-09-06
*
Fix typo in comment
Magnus Hagander
2020-09-06
*
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-05
*
remove redundant initializations
Bruce Momjian
2020-09-03
*
Fix the SharedFileSetUnregister API.
Amit Kapila
2020-09-01
*
Fix comment in procarray.c
Michael Paquier
2020-08-27
*
Suppress compiler warning in non-cassert builds.
Tom Lane
2020-08-26
*
Extend the BufFile interface.
Amit Kapila
2020-08-26
*
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
*
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
*
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
*
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
*
Cache smgrnblocks() results in recovery.
Thomas Munro
2020-07-31
*
Use WaitLatch() for condition variables.
Thomas Munro
2020-07-30
*
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
[next]