summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/lockfuncs.c
AgeCommit message (Expand)Author
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-04-10Move isolationtester's is-blocked query into C code for speed.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-03-10Provide much better wait information in pg_stat_activity.Robert Haas
2016-02-22Create a function to reliably identify which sessions block which others.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-22Add and use macros IS_PGXC_LOCAL_COORDINATOR and IS_PGXC_REMOTE_COORDINATORPavan Deolasee
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-01-06Update copyright for 2015Bruce Momjian
2014-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-07-27Merge commit '80edfd76591fdb9beec061de3c05ef4e9d96ce56' into postgres-xc/masterMichael Paquier
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-30Update code comments: use "Coordinator" and "Datanode" as conventional termsMichael Paquier
2012-03-09Switch node definition information to shared memory in poolerMichael P
2012-02-09Make the transaction level advisory locks cluster aware. This isAmit Khandekar
2012-02-01Make the advisory locks cluster-aware, so that a user connected fromAmit Khandekar
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-07-18Create a "fast path" for acquiring weak relation locks.Robert Haas
2011-04-04Include pid in pg_lock_status() results even for SIREAD locks.Robert Haas
2011-02-18Add transaction-level advisory locks.Itagaki Takahiro
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-02Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-01-08lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark.Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-05Implement lazy XID allocation: transactions that do not modify any databaseTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-22Fix pg_locks view to call advisory locks advisory locks, while preservingTom Lane
2006-09-18Add built-in userlock manipulation functions to replace the formerTom Lane
2006-07-23Convert the lock manager to use the new dynahash.c support for partitionedTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian