summaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr
Commit message (Expand)AuthorAgeFilesLines
* Fix typo with wait event for SLRU buffer of commit timestampsMichael Paquier2023-05-051-1/+1
* Fix typos in commentsMichael Paquier2023-05-021-1/+1
* Fix various typosDavid Rowley2023-04-181-1/+1
* Fix race in SERIALIZABLE READ ONLY.Thomas Munro2023-03-091-18/+31
* Fix assert failures in parallel SERIALIZABLE READ ONLY.Thomas Munro2023-03-061-4/+16
* Fix outdated references to guc.cDaniel Gustafsson2023-03-021-3/+3
* Speedup and increase usability of set proc title functionsDavid Rowley2023-02-201-26/+6
* Fix bugs in GetSafeSnapshotBlockingPids(), introduced in 96003717645Andres Freund2023-02-081-4/+11
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-061-25/+25
* Track logrep apply workers' last start times to avoid useless waits.Tom Lane2023-01-221-0/+4
* Add new GUC reserved_connections.Robert Haas2023-01-201-5/+11
* Use dlists instead of SHM_QUEUE for predicate lockingAndres Freund2023-01-191-468/+233
* Use dlists instead of SHM_QUEUE for syncrep queueAndres Freund2023-01-181-1/+1
* Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locksAndres Freund2023-01-183-317/+168
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-091-0/+46
* Update copyright for 2023Bruce Momjian2023-01-0211-11/+11
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Static assertions cleanupPeter Eisentraut2022-12-151-6/+3
* Make materialized views participate in predicate lockingMichael Paquier2022-12-011-3/+2
* Add wait event for pg_usleep() in perform_spin_delay()Andres Freund2022-11-211-0/+11
* lwlock: Fix quadratic behavior with very long wait listsAndres Freund2022-11-202-25/+32
* Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bitAndres Freund2022-11-191-10/+14
* Add repalloc0 and repalloc0_arrayPeter Eisentraut2022-11-121-7/+2
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-281-3/+3
* Rename shadowed local variablesDavid Rowley2022-10-052-18/+19
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-281-1/+0
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-271-0/+1
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+13
* Used optimized linear search in more code pathsMichael Paquier2022-09-221-8/+2
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-192-7/+7
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-2/+2
* Avoid using list_length() to test for empty list.Tom Lane2022-08-171-1/+1
* Rely on __func__ being supportedAndres Freund2022-08-071-1/+1
* Add output path arg in generate-lwlocknames.plAndres Freund2022-07-181-4/+10
* Further tidy-up for old CPU architectures.Thomas Munro2022-07-121-65/+0
* Fix lock assertions in dshash.c.Thomas Munro2022-07-111-0/+26
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-12/+12
* Revert 019_replslot_limit.pl related debugging aids.Andres Freund2022-07-051-7/+0
* Add a new shmem_request_hook hook.Robert Haas2022-05-131-13/+5
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-124-43/+38
* Rename delayChkpt to delayChkptFlags.Robert Haas2022-04-081-2/+2
* pgstat: store statistics in shared memory.Andres Freund2022-04-061-1/+7
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-291-0/+28
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-241-2/+2
* Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund2022-02-251-0/+7
* Move replication slot release to before_shmem_exit().Andres Freund2022-02-141-7/+0
* Reduce more the number of calls to GetMaxBackends()Michael Paquier2022-02-101-3/+4
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-084-38/+42
* Update copyright for 2022Bruce Momjian2022-01-0710-10/+10