aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/procarray.c
Commit message (Expand)AuthorAge
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane2006-09-03
* Fix a couple of comments.Tom Lane2006-07-30
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-30
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Take the statistics collector out of the loop for monitoring backends'Tom Lane2006-06-19
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Rethink prior patch to filter out dead backend entries from the pgstatsTom Lane2005-12-16
* Divide the lock manager's shared state into 'partitions', so as toTom Lane2005-12-11
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Add BackendXidGetPid().Tatsuo Ishii2005-08-20
* Add per-user and per-database connection limit options.Tom Lane2005-07-31
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Update comment that I missed the first time around.Tom Lane2005-05-19
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-19