aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/mvcc.sgml
Commit message (Expand)AuthorAge
* Overdue code review for transaction-level advisory locks patch.Tom Lane2012-05-04
* Minor enhancements to MVCC chapterAlvaro Herrera2011-12-26
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17
* Change "and and" to "and".Robert Haas2011-10-28
* Finish disabling reduced-lock-levels-for-DDL feature.Tom Lane2011-07-07
* Performance tuning advice for SSI.Robert Haas2011-06-21
* Spell checking and markup refinementPeter Eisentraut2011-05-19
* Typo fix in SSI docs.Robert Haas2011-03-27
* Add transaction-level advisory locks.Itagaki Takahiro2011-02-18
* Fix typo in the documentation.Itagaki Takahiro2011-02-10
* Fix typo, by Kevin Grittner.Heikki Linnakangas2011-02-08
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* ALTER TABLE sometimes takes only ShareUpdateExclusiveLock.Robert Haas2011-02-03
* Properly capitalize hyphenated words in documentation titles.Bruce Momjian2011-02-01
* Properly capitalize documentation headings; some only had initial-wordBruce Momjian2011-01-29
* Remove old claim that ExclusiveLock is sometimes taken on system catalogs.Tom Lane2011-01-25
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.Simon Riggs2010-07-28
* Remove spurious dot, per bug #5446 reported by koizumistr@minos.ocn.ne.jpAlvaro Herrera2010-05-03
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Remove stray semicolon, per report from strkAlvaro Herrera2010-02-24
* Proofreading for Bruce's recent round of documentation proofreading.Tom Lane2009-06-17
* Proofreading adjustments for first two parts of documentation (TutorialBruce Momjian2009-04-27
* Update read committed documentation to better explain undesirableBruce Momjian2009-02-04
* Update "Conflicting lock modes" to show as conflict, addBruce Momjian2007-02-18
* Remove tabs from SGML files to help tag alingment and improveBruce Momjian2007-02-16
* Add lock matrix to documentation.Bruce Momjian2007-02-08
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Adjust the description of locking to clarify that locks held by aTom Lane2006-12-01
* Minor doc tweak: make a reference to pg_locks into a link.Neil Conway2006-10-20
* Add documentation for new in-core advisory lock functions. Merlin MoncureTom Lane2006-09-20
* Improve wordings by David Fuhry <dfuhry@cs.kent.edu>Teodor Sigaev2006-09-18
* Change ANALYZE to take ShareUpdateExclusiveLock not AccessShareLock onTom Lane2006-09-17
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* GIN documentation and slightly improving GiST docs.Teodor Sigaev2006-09-14
* Update predicate locking text.Bruce Momjian2006-09-03
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Removes or minimizes some documentation mentions of backwardBruce Momjian2006-04-23
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-10
* > It doesn't say that only the listed commands acquire ACCESS EXCLUSIVE,Bruce Momjian2006-03-04
* R-tree is dead ... long live GiST.Tom Lane2005-11-07
* Clean up some obsolete statements about GiST indexes, and add a sectionTom Lane2005-10-21
* SGML cleanup: consistently use "endterm" in <xref>s that link to theNeil Conway2005-06-13
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking,Neil Conway2005-03-24
* Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN KEY to acquireNeil Conway2005-03-23
* Correct overstatement in locking docs: we said ExclusiveLock is neverTom Lane2005-02-26
* More minor updates and copy-editing.Tom Lane2004-12-23
* Replace "--" and "---" with "&mdash;" as appropriate, for better-lookingNeil Conway2004-11-15