aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/procarray.c
Commit message (Expand)AuthorAge
* Initialize replication_slot_catalog_xmin in procarrayPeter Eisentraut2017-08-15
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10
* Fix race between GetNewTransactionId and GetOldestActiveTransactionId.Heikki Linnakangas2017-07-13
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Don't force-assign transaction id when exporting a snapshot.Andres Freund2017-06-14
* Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund2017-04-27
* Rework handling of subtransactions in 2PC recoverySimon Riggs2017-04-27
* Add ProcArrayGroupUpdate wait event.Robert Haas2017-04-07
* Update comment.Robert Haas2017-04-03
* Report catalog_xmin separately in hot_standby_feedbackSimon Riggs2017-03-25
* Correct erroneous comment in GetOldestXmin()Simon Riggs2017-03-22
* Refactor GetOldestXmin() to use flagsSimon Riggs2017-03-22
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-17
* Spelling fixes in code commentsPeter Eisentraut2017-03-14
* Don't count background workers against a user's connection limit.Andrew Dunstan2017-02-01
* Fix possible leak of semaphore count.Robert Haas2017-01-05
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas2016-12-16
* Make the different Unix-y semaphore implementations ABI-compatible.Tom Lane2016-12-12
* pgindent run for 9.6Robert Haas2016-06-09
* Fix various common mispellings.Greg Stark2016-06-03
* Avoid extra locks in GetSnapshotData if old_snapshot_threshold < 0Kevin Grittner2016-04-12
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Copyedit comments and documentation.Noah Misch2016-04-01
* Fix typos.Robert Haas2016-03-15
* Create a function to reliably identify which sessions block which others.Tom Lane2016-02-22
* Rename PGPROC fields related to group XID clearing again.Robert Haas2016-02-11
* Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.Robert Haas2016-01-29
* Correct comment in GetConflictingVirtualXIDs()Simon Riggs2016-01-24
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove volatile qualifiers from proc.c and procarray.cRobert Haas2015-10-16
* Assorted code review for recent ProcArrayLock patch.Robert Haas2015-09-03
* Reduce ProcArrayLock contention by removing backends in batches.Robert Haas2015-08-06
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane2015-02-20
* Skip dead backends in MinimumActiveBackendsStephen Frost2015-01-12
* Update copyright for 2015Bruce Momjian2015-01-06
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Fix misc typos in comments.Heikki Linnakangas2014-05-23
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix some typos introduced by the logical decoding patch.Robert Haas2014-03-05
* Introduce logical decoding.Robert Haas2014-03-03
* Another round of Coverity fixesStephen Frost2014-03-03
* Introduce replication slots.Robert Haas2014-01-31
* Update copyright for 2014Bruce Momjian2014-01-07