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