aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAge
* Fix compiler warning on typedef redeclarationHeikki Linnakangas2024-02-23
* Introduce a new smgr bulk loading facility.Heikki Linnakangas2024-02-23
* Add a new slot sync worker to synchronize logical slots.Amit Kapila2024-02-22
* Remove superfluous 'pgprocno' field from PGPROCHeikki Linnakangas2024-02-22
* Replace calls to pg_qsort() with the qsort() macro.Nathan Bossart2024-02-16
* Introduce transaction_timeoutAlexander Korotkov2024-02-15
* Centralize logic for restoring errno in signal handlers.Nathan Bossart2024-02-14
* Add a slot synchronization function.Amit Kapila2024-02-14
* Fix 'mmap' DSM implementation with allocations larger than 4 GBHeikki Linnakangas2024-02-13
* Fix typo in commentsHeikki Linnakangas2024-02-03
* Fix bug in bulk extending temp relation after failureHeikki Linnakangas2024-02-02
* Fix copy&paste typo in commentAlvaro Herrera2024-01-31
* Give SMgrRelation pointers a well-defined lifetime.Heikki Linnakangas2024-01-31
* Split use of SerialSLRULock, creating SerialControlLockAlvaro Herrera2024-01-30
* Make spelling of cancelled/cancellation consistentAlvaro Herrera2024-01-26
* Remove dummy_spinlockAlvaro Herrera2024-01-25
* Fix s_lock_test compileAlvaro Herrera2024-01-25
* Improve notation of BuiltinTrancheNamesAlvaro Herrera2024-01-24
* Fix possible NULL pointer dereference in GetNamedDSMSegment().Nathan Bossart2024-01-22
* Add backend support for injection pointsMichael Paquier2024-01-22
* Introduce the dynamic shared memory registry.Nathan Bossart2024-01-19
* Fix name collision in c64086b79dbaAlexander Korotkov2024-01-19
* Reorder actions in ProcArrayApplyRecoveryInfo()Alexander Korotkov2024-01-19
* Error message capitalisationPeter Eisentraut2024-01-18
* Refactor code checking for file existenceMichael Paquier2024-01-12
* Cross-check lists of predefined LWLocks.Nathan Bossart2024-01-09
* Fix corruption of local buffer state during extend of temp relationMichael Paquier2024-01-05
* Update copyright for 2024Bruce Momjian2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Add support for incremental backup.Robert Haas2023-12-20
* Add a new WAL summarizer process.Robert Haas2023-12-20
* Fix brown paper bag bug in 5c47c6546c413d5eb51c1626070a807026e6139d.Robert Haas2023-12-19
* Provide vectored variants of smgrread() and smgrwrite().Thomas Munro2023-12-18
* Refactor pgstat_prepare_io_time() with an input argument instead of a GUCMichael Paquier2023-12-16
* Provide multi-block smgrprefetch().Thomas Munro2023-12-16
* Fix bugs in manipulation of large objects.Tom Lane2023-12-15
* Provide vectored variants of FileRead() and FileWrite().Thomas Munro2023-12-12
* Remove trace_recovery_messagesMichael Paquier2023-12-11
* Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas2023-12-08
* Initialize ShmemVariableCache like other shmem areasHeikki Linnakangas2023-12-08
* Don't try to open visibilitymap when analyzing a foreign tableHeikki Linnakangas2023-12-08
* Refactor how InitProcess is calledHeikki Linnakangas2023-12-03
* Refactor CreateSharedMemoryAndSemaphoresHeikki Linnakangas2023-12-03
* Print lwlock stats also for aux processes, when built with LWLOCK_STATSHeikki Linnakangas2023-12-01
* Apply quotes more consistently to GUC names in logsMichael Paquier2023-11-30
* Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov2023-11-29
* Use ResourceOwner to track WaitEventSets.Heikki Linnakangas2023-11-23
* Prevent overflow for block number in buffile.cMichael Paquier2023-11-20
* Change logtape/tuplestore code to use int64 for block numbersMichael Paquier2023-11-17
* Remove NOT_USED BufFileTellBlock() from buffile.cMichael Paquier2023-11-17