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
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
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 volatiles from {procarray,volatile}.c and fix memory ordering issue.
Andres Freund
2018-11-10
*
Combine two flag tests in GetSnapshotData().
Andres Freund
2018-11-09
*
Avoid duplicate XIDs at recovery when building initial snapshot
Michael Paquier
2018-10-14
*
Replace CAS loop with single TAS in ProcArrayGroupClearXid()
Alexander Korotkov
2018-09-22
*
pgindent run prior to branching
Andrew Dunstan
2018-06-30
*
Remove AELs from subxids correctly on standby
Simon Riggs
2018-06-16
*
Remove spurious code comments in standby related code
Simon Riggs
2018-06-14
*
Remove cut-off bug from RunningTransactionData
Simon Riggs
2018-06-14
*
Exclude VACUUMs from RunningXactData
Simon Riggs
2018-06-07
*
Fix typo
Magnus Hagander
2018-02-20
*
Fix Latin spelling
Peter Eisentraut
2018-01-11
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix typo
Alvaro Herrera
2017-12-21
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Initialize replication_slot_catalog_xmin in procarray
Peter Eisentraut
2017-08-15
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
*
Fix race between GetNewTransactionId and GetOldestActiveTransactionId.
Heikki Linnakangas
2017-07-13
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Don't force-assign transaction id when exporting a snapshot.
Andres Freund
2017-06-14
*
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-27
*
Rework handling of subtransactions in 2PC recovery
Simon Riggs
2017-04-27
*
Add ProcArrayGroupUpdate wait event.
Robert Haas
2017-04-07
*
Update comment.
Robert Haas
2017-04-03
*
Report catalog_xmin separately in hot_standby_feedback
Simon Riggs
2017-03-25
*
Correct erroneous comment in GetOldestXmin()
Simon Riggs
2017-03-22
*
Refactor GetOldestXmin() to use flags
Simon Riggs
2017-03-22
*
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-17
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Don't count background workers against a user's connection limit.
Andrew Dunstan
2017-02-01
*
Fix possible leak of semaphore count.
Robert Haas
2017-01-05
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
*
Make the different Unix-y semaphore implementations ABI-compatible.
Tom Lane
2016-12-12
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix various common mispellings.
Greg Stark
2016-06-03
*
Avoid extra locks in GetSnapshotData if old_snapshot_threshold < 0
Kevin Grittner
2016-04-12
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Copyedit comments and documentation.
Noah Misch
2016-04-01
*
Fix typos.
Robert Haas
2016-03-15
*
Create a function to reliably identify which sessions block which others.
Tom Lane
2016-02-22
*
Rename PGPROC fields related to group XID clearing again.
Robert Haas
2016-02-11
*
Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.
Robert Haas
2016-01-29
*
Correct comment in GetConflictingVirtualXIDs()
Simon Riggs
2016-01-24
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove volatile qualifiers from proc.c and procarray.c
Robert Haas
2015-10-16
[next]