summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/lockfuncs.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-06-28Create waitfuncs.c for pg_isolation_test_session_is_blocked().Noah Misch
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-03-03Redefine backend ID to be an index into the proc arrayHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-07-05Generate automatically code and documentation related to wait eventsMichael Paquier
2023-01-10Fix the display of lock information for specktoken.Amit Kapila
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-02Update copyright for 2023Bruce Momjian
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-04-12Revert the addition of GetMaxBackends() and related stuff.Robert Haas
2022-02-10Reduce more the number of calls to GetMaxBackends()Michael Paquier
2022-02-08Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-13Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-02-15Display the time when the process started waiting for the lock, in pg_locks, ...Fujii Masao
2021-02-09Revert "Display the time when the process started waiting for the lock, in pg...Fujii Masao
2021-02-09Display the time when the process started waiting for the lock, in pg_locks.Fujii Masao
2021-01-06Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut
2021-01-05Replace remaining uses of "whitelist".Thomas Munro
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-15Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch
2020-05-16Change locktype "speculative token" to "spectoken".Tom Lane
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-02-03Add declaration-level assertions for compile-time checksMichael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-08-01Add an isolation test to exercise parallel-worker deadlock resolution.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
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-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-05-24pgindent run for 9.5Bruce Momjian
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-01-06Update copyright for 2015Bruce Momjian
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-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian