summaryrefslogtreecommitdiff
path: root/src/include/storage/proc.h
AgeCommit message (Expand)Author
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-27Show more processes in pg_stat_activity.Robert Haas
2017-03-25Report catalog_xmin separately in hot_standby_feedbackSimon Riggs
2017-03-22Refactor GetOldestXmin() to use flagsSimon Riggs
2017-03-10Revert "Use group updates when setting transaction status in clog."Robert Haas
2017-03-09Use group updates when setting transaction status in clog.Robert Haas
2017-02-01Don't count background workers against a user's connection limit.Andrew Dunstan
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-12Make the different Unix-y semaphore implementations ABI-compatible.Tom Lane
2016-11-22Support condition variables.Robert Haas
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-08-15Once again allow LWLocks to be used within DSM segments.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-03-16Add idle_in_transaction_session_timeout.Robert Haas
2016-03-10Provide much better wait information in pg_stat_activity.Robert Haas
2016-02-22Remove redundant PGPROC.lockGroupLeaderIdentifier field.Tom Lane
2016-02-21Cosmetic improvements to group locking.Robert Haas
2016-02-11Rename PGPROC fields related to group XID clearing again.Robert Haas
2016-02-07Introduce group locking to prevent parallel processes from deadlocking.Robert Haas
2016-01-29Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-03Assorted code review for recent ProcArrayLock patch.Robert Haas
2015-08-06Reduce ProcArrayLock contention by removing backends in batches.Robert Haas
2015-07-28Centralize decision-making about where to get a backend's PGPROC.Robert Haas
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-02-03Move deadlock and other interrupt handling in proc.c out of signal handlers.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-25Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.Andres Freund
2014-12-02Don't skip SQL backends in logical decoding for visibility computation.Andres Freund
2014-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-03Introduce logical decoding.Robert Haas
2014-01-27Relax the requirement that all lwlocks be stored in a single array.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2013-03-17Add lock_timeout configuration parameter.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-06Background worker processesAlvaro Herrera
2012-12-03Refactor inCommit flag into generic delayChkpt flag.Simon Riggs
2012-07-27Fix compilation of varsup.cMichael Paquier
2012-07-27Merge commit '80edfd76591fdb9beec061de3c05ef4e9d96ce56' into postgres-xc/masterMichael Paquier
2012-07-17Introduce timeout handling frameworkAlvaro Herrera
2012-06-25Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-14Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas