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
/
procarray.c
Commit message (
Expand
)
Author
Age
*
Fix variable shadowing in procarray.c.
Fujii Masao
2021-09-16
*
Use int instead of size_t in procarray.c.
Fujii Masao
2021-09-16
*
Fix potential for compiler warning in GlobalVisTestFor().
Andres Freund
2021-09-13
*
Deduplicate choice of horizon for a relation procarray.c.
Andres Freund
2021-07-24
*
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-28
*
Use correct horizon when vacuuming catalog relations.
Andres Freund
2021-06-21
*
Improve and cleanup ProcArrayAdd(), ProcArrayRemove().
Andres Freund
2021-06-11
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
*
Increment xactCompletionCount during subtransaction abort.
Andres Freund
2021-04-06
*
Rename Default Roles to Predefined Roles
Stephen Frost
2021-04-01
*
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
*
VACUUM: ignore indexing operations with CONCURRENTLY
Alvaro Herrera
2021-02-23
*
Fix typo
Alvaro Herrera
2021-02-22
*
Rename removable xid function for consistency.
Peter Geoghegan
2021-02-07
*
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-06
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Restore lock level to update statusFlags
Alvaro Herrera
2020-11-26
*
Relax lock level for setting PGPROC->statusFlags
Alvaro Herrera
2020-11-18
*
Rename PGPROC->vacuumFlags to statusFlags
Alvaro Herrera
2020-11-16
*
Fix some typos
Michael Paquier
2020-11-14
*
Fix typos.
Amit Kapila
2020-11-03
*
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
*
Fix and test snapshot behavior on standby.
Andres Freund
2020-09-30
*
Fix whitespace
Peter Eisentraut
2020-09-20
*
Fix typos.
Fujii Masao
2020-09-14
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
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
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
*
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
*
snapshot scalability: Move delayChkpt from PGXACT to PGPROC.
Andres Freund
2020-04-07
*
Revert "Improve handling of parameter differences in physical replication"
Peter Eisentraut
2020-04-04
*
Fix assorted typos
Magnus Hagander
2020-03-31
*
Improve handling of parameter differences in physical replication
Peter Eisentraut
2020-03-30
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
[next]