index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
Commit message (
Expand
)
Author
Age
*
Fix compiler warning on typedef redeclaration
Heikki Linnakangas
2024-02-23
*
Introduce a new smgr bulk loading facility.
Heikki Linnakangas
2024-02-23
*
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-22
*
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-02-22
*
Replace calls to pg_qsort() with the qsort() macro.
Nathan Bossart
2024-02-16
*
Introduce transaction_timeout
Alexander Korotkov
2024-02-15
*
Centralize logic for restoring errno in signal handlers.
Nathan Bossart
2024-02-14
*
Add a slot synchronization function.
Amit Kapila
2024-02-14
*
Fix 'mmap' DSM implementation with allocations larger than 4 GB
Heikki Linnakangas
2024-02-13
*
Fix typo in comments
Heikki Linnakangas
2024-02-03
*
Fix bug in bulk extending temp relation after failure
Heikki Linnakangas
2024-02-02
*
Fix copy&paste typo in comment
Alvaro Herrera
2024-01-31
*
Give SMgrRelation pointers a well-defined lifetime.
Heikki Linnakangas
2024-01-31
*
Split use of SerialSLRULock, creating SerialControlLock
Alvaro Herrera
2024-01-30
*
Make spelling of cancelled/cancellation consistent
Alvaro Herrera
2024-01-26
*
Remove dummy_spinlock
Alvaro Herrera
2024-01-25
*
Fix s_lock_test compile
Alvaro Herrera
2024-01-25
*
Improve notation of BuiltinTrancheNames
Alvaro Herrera
2024-01-24
*
Fix possible NULL pointer dereference in GetNamedDSMSegment().
Nathan Bossart
2024-01-22
*
Add backend support for injection points
Michael Paquier
2024-01-22
*
Introduce the dynamic shared memory registry.
Nathan Bossart
2024-01-19
*
Fix name collision in c64086b79dba
Alexander Korotkov
2024-01-19
*
Reorder actions in ProcArrayApplyRecoveryInfo()
Alexander Korotkov
2024-01-19
*
Error message capitalisation
Peter Eisentraut
2024-01-18
*
Refactor code checking for file existence
Michael Paquier
2024-01-12
*
Cross-check lists of predefined LWLocks.
Nathan Bossart
2024-01-09
*
Fix corruption of local buffer state during extend of temp relation
Michael Paquier
2024-01-05
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Make all Perl warnings fatal
Peter Eisentraut
2023-12-29
*
Add support for incremental backup.
Robert Haas
2023-12-20
*
Add a new WAL summarizer process.
Robert Haas
2023-12-20
*
Fix brown paper bag bug in 5c47c6546c413d5eb51c1626070a807026e6139d.
Robert Haas
2023-12-19
*
Provide vectored variants of smgrread() and smgrwrite().
Thomas Munro
2023-12-18
*
Refactor pgstat_prepare_io_time() with an input argument instead of a GUC
Michael Paquier
2023-12-16
*
Provide multi-block smgrprefetch().
Thomas Munro
2023-12-16
*
Fix bugs in manipulation of large objects.
Tom Lane
2023-12-15
*
Provide vectored variants of FileRead() and FileWrite().
Thomas Munro
2023-12-12
*
Remove trace_recovery_messages
Michael Paquier
2023-12-11
*
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-12-08
*
Initialize ShmemVariableCache like other shmem areas
Heikki Linnakangas
2023-12-08
*
Don't try to open visibilitymap when analyzing a foreign table
Heikki Linnakangas
2023-12-08
*
Refactor how InitProcess is called
Heikki Linnakangas
2023-12-03
*
Refactor CreateSharedMemoryAndSemaphores
Heikki Linnakangas
2023-12-03
*
Print lwlock stats also for aux processes, when built with LWLOCK_STATS
Heikki Linnakangas
2023-12-01
*
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-30
*
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-11-29
*
Use ResourceOwner to track WaitEventSets.
Heikki Linnakangas
2023-11-23
*
Prevent overflow for block number in buffile.c
Michael Paquier
2023-11-20
*
Change logtape/tuplestore code to use int64 for block numbers
Michael Paquier
2023-11-17
*
Remove NOT_USED BufFileTellBlock() from buffile.c
Michael Paquier
2023-11-17
[next]