aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/lock.sgml
Commit message (Expand)AuthorAge
* Provide adequate documentation of the "table_name *" notation.Tom Lane2012-09-17
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Clarify that LOCK TABLE requires a table-level privilege.Robert Haas2010-12-03
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Easier to translate psql helpPeter Eisentraut2009-09-18
* Add ONLY support to LOCK and TRUNCATE. By default, these commands are nowPeter Eisentraut2009-01-12
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* Disallow LOCK TABLE outside a transaction block (or function), since this caseTom Lane2008-11-04
* Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane2008-09-08
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* More < and > changes to ampersands.Bruce Momjian2005-01-22
* More minor updates and copy-editing.Tom Lane2005-01-04
* Replace "--" and "---" with "&mdash;" as appropriate, for better-lookingNeil Conway2004-11-15
* Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane2004-10-01
* Improve documentation for the newly-added NOWAIT clause of LOCK TABLE.Neil Conway2004-03-12
* Add NOWAIT option to LOCK commandTatsuo Ishii2004-03-11
* This patch makes some SGML markup more consistent and makes a smallNeil Conway2003-12-14
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* This patch fixes a few missed GUC variables that were still upper case,Bruce Momjian2003-09-11
* Remove a bunch of content-free Diagnostics sections, as per previousTom Lane2003-09-09
* Add/edit index entries.Peter Eisentraut2003-08-31
* Editing of more reference pages.Peter Eisentraut2003-04-26
* Add more appropriate markup.Peter Eisentraut2002-09-21
* Improve manual's discussion of locking and MVCC.Tom Lane2002-05-30
* Update SQL-command reference pages for schema features.Tom Lane2002-04-23
* Augment the date/time examples in the User's Guide to reflect the newerThomas G. Lockhart2002-04-21
* Explain privileges required for LOCK. Minor wordsmithing too.Tom Lane2002-01-18
* Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart2001-12-08
* Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut2001-09-03
* Patch to LOCK multiple tables in one LOCK command.Bruce Momjian2001-08-10
* Back out LOCK A,B,C patch at Tom's suggestion.Bruce Momjian2001-08-04
* Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed.Bruce Momjian2001-08-04
* Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you.Tom Lane2001-07-09
* Refine some things to create better looking man pages.Peter Eisentraut2000-12-25
* Add proofreader's changes to docs.Bruce Momjian2000-10-05
* spell cleanupsBruce Momjian2000-07-22
* Fix markup for terminology.Thomas G. Lockhart2000-03-28
* Move LOCK terms down.Bruce Momjian2000-03-24
* Update HISTORYBruce Momjian2000-03-24
* >> 5. empty define that results in an empty but terminated line ( ; )Bruce Momjian2000-03-23
* Back out // compiler flag.Bruce Momjian2000-03-23
* Hmm, absolute pathnames for the copy makes sense. I'll whip up thatBruce Momjian2000-03-23
* Refer to "name", rather than "table" as the replaceable parameter.Thomas G. Lockhart1999-10-01
* Complete merge of all old man page information.Thomas G. Lockhart1999-07-22
* Fix markup for docbook2man man page generation.Thomas G. Lockhart1999-07-06
* Make minor changes in wording.Thomas G. Lockhart1999-06-09