aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
Commit message (Expand)AuthorAge
* Add configure --enable-profiling to enable GCC profiling. Patches fromBruce Momjian2007-02-21
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-15
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera2007-01-16
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* Redesign the patch for allocation of shmem space and LWLocks for add-onTom Lane2006-10-15
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-27
* Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane2006-09-03
* Add support for loadable modules to allocated shared memory andBruce Momjian2006-08-01
* Fix a couple of comments.Tom Lane2006-07-30
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-30
* Add support to dynahash.c for partitioning shared hashtables accordingTom Lane2006-07-22
* Put back another not-so-unnecessary #include, per report from Hiroshi Saito.Tom Lane2006-07-16
* Put back some more not-so-unused-as-all-that #includes. This un-breaksTom Lane2006-07-15
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-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
* Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane2006-05-08
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-04
* Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinctionTom Lane2005-12-29
* 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
* Simplify lock manager data structures by making a clear separation betweenTom Lane2005-12-09
* 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
* Fix LWLockAssign() so that it can safely be executed after postmasterTom Lane2005-10-07
* 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
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* 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
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Remove an unused variable `ShmemBootstrap', and remove an obsoleteNeil Conway2005-04-04
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane2004-12-29
* Minor adjustments to improve the accuracy of our computation of requiredTom Lane2004-09-29
* Arrange to preallocate all required space for the buffer and FSM hashTom Lane2004-09-28
* RecentXmin is too recent to use as the cutoff point for accessingTom Lane2004-09-16
* Fix a number of places where brittle data structures or overly strongTom Lane2004-09-06
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane2004-08-23
* Tweak code so that pg_subtrans is never consulted for XIDs older thanTom Lane2004-08-22
* Xmin calculations should consider only top transaction IDs, andTom Lane2004-08-15