summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/lockfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the display of lock information for specktoken.Amit Kapila2023-01-101-0/+12
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-091-2/+14
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-161-8/+4
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-011-8/+2
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-121-3/+2
* Reduce more the number of calls to GetMaxBackends()Michael Paquier2022-02-101-2/+3
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-081-2/+2
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-131-4/+4
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-4/+4
* Display the time when the process started waiting for the lock, in pg_locks, ...Fujii Masao2021-02-151-1/+8
* Revert "Display the time when the process started waiting for the lock, in pg...Fujii Masao2021-02-091-8/+1
* Display the time when the process started waiting for the lock, in pg_locks.Fujii Masao2021-02-091-1/+8
* Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut2021-01-061-1/+1
* Replace remaining uses of "whitelist".Thomas Munro2021-01-051-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-151-0/+12
* Change locktype "speculative token" to "spectoken".Tom Lane2020-05-151-2/+5
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-2/+2
* Add declaration-level assertions for compile-time checksMichael Paquier2020-02-031-0/+6
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Add an isolation test to exercise parallel-worker deadlock resolution.Tom Lane2019-08-011-29/+0
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Move isolationtester's is-blocked query into C code for speed.Tom Lane2017-04-101-0/+119
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Provide much better wait information in pg_stat_activity.Robert Haas2016-03-101-1/+1
* Create a function to reliably identify which sessions block which others.Tom Lane2016-02-221-1/+124
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-0/+1
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-301-0/+30
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-3/+3
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Create a "fast path" for acquiring weak relation locks.Robert Haas2011-07-181-42/+45
* Include pid in pg_lock_status() results even for SIREAD locks.Robert Haas2011-04-041-1/+4
* Add transaction-level advisory locks.Itagaki Takahiro2011-02-181-1/+153
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-081-0/+79
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2