aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/lockfuncs.c
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Create waitfuncs.c for pg_isolation_test_session_is_blocked().Noah Misch2024-06-27
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Redefine backend ID to be an index into the proc arrayHeikki Linnakangas2024-03-03
* Update copyright for 2024Bruce Momjian2024-01-03
* Generate automatically code and documentation related to wait eventsMichael Paquier2023-07-05
* Fix the display of lock information for specktoken.Amit Kapila2023-01-10
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Update copyright for 2023Bruce Momjian2023-01-02
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Reduce more the number of calls to GetMaxBackends()Michael Paquier2022-02-10
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-08
* Update copyright for 2022Bruce Momjian2022-01-07
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-13
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Display the time when the process started waiting for the lock, in pg_locks, ...Fujii Masao2021-02-15
* Revert "Display the time when the process started waiting for the lock, in pg...Fujii Masao2021-02-09
* Display the time when the process started waiting for the lock, in pg_locks.Fujii Masao2021-02-09
* Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut2021-01-06
* Replace remaining uses of "whitelist".Thomas Munro2021-01-05
* Update copyright for 2021Bruce Momjian2021-01-02
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Change locktype "speculative token" to "spectoken".Tom Lane2020-05-15
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Add declaration-level assertions for compile-time checksMichael Paquier2020-02-03
* Update copyrights for 2020Bruce Momjian2020-01-01
* Add an isolation test to exercise parallel-worker deadlock resolution.Tom Lane2019-08-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Move isolationtester's is-blocked query into C code for speed.Tom Lane2017-04-10
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Provide much better wait information in pg_stat_activity.Robert Haas2016-03-10
* Create a function to reliably identify which sessions block which others.Tom Lane2016-02-22
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01