index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
Commit message (
Expand
)
Author
Age
*
Ensure we use the correct spelling of "ensure"
David Rowley
2023-11-10
*
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-08-23
*
De-pessimize ConditionVariableCancelSleep().
Thomas Munro
2023-08-15
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Add writeback to pg_stat_io
Andres Freund
2023-05-17
*
Update parameter name context to wb_context
Andres Freund
2023-05-17
*
Remove bogus #include added by d4e71df6d75.
Thomas Munro
2023-04-26
*
Remove vacuum_defer_cleanup_age
Andres Freund
2023-04-24
*
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-18
*
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-13
*
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
*
Add io_direct setting (developer-only).
Thomas Munro
2023-04-08
*
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
*
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-07
*
bufmgr: Introduce infrastructure for faster relation extension
Andres Freund
2023-04-05
*
bufmgr: Support multiple in-progress IOs by using resowner
Andres Freund
2023-04-05
*
bufmgr: Add Pin/UnpinLocalBuffer()
Andres Freund
2023-04-05
*
bufmgr: Add some more error checking [infrastructure] around pinning
Andres Freund
2023-04-05
*
Add smgrzeroextend(), FileZero(), FileFallocate()
Andres Freund
2023-04-05
*
Track shared buffer hits in pg_stat_io
Andres Freund
2023-03-30
*
Remove empty function BufmgrCommit().
Tom Lane
2023-03-29
*
Update types in smgr API
Peter Eisentraut
2023-02-27
*
Consolidate ItemPointer to Datum conversion functions
Peter Eisentraut
2023-02-13
*
pgstat: Track more detailed relation IO statistics
Andres Freund
2023-02-09
*
Avoid type cheats for invalid dsa_handles and dshash_table_handles.
Tom Lane
2023-01-25
*
Track logrep apply workers' last start times to avoid useless waits.
Tom Lane
2023-01-22
*
Add new GUC reserved_connections.
Robert Haas
2023-01-20
*
Remove SHM_QUEUE
Andres Freund
2023-01-19
*
Use dlists instead of SHM_QUEUE for predicate locking
Andres Freund
2023-01-19
*
Constify proclist.h
Peter Eisentraut
2023-01-19
*
Use dlists instead of SHM_QUEUE for syncrep queue
Andres Freund
2023-01-18
*
Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks
Andres Freund
2023-01-18
*
Constify the arguments of copydir.h functions
Michael Paquier
2023-01-18
*
Add BufFileRead variants with short read and EOF detection
Peter Eisentraut
2023-01-16
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add const to BufFileWrite
Peter Eisentraut
2022-12-30
*
Allow parent's WaitEventSets to be freed after fork().
Thomas Munro
2022-12-23
*
Add WL_SOCKET_ACCEPT event to WaitEventSet API.
Thomas Munro
2022-12-23
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Expose some information about backend subxact status.
Robert Haas
2022-12-19
*
Static assertions cleanup
Peter Eisentraut
2022-12-15
*
Update types in File API
Peter Eisentraut
2022-12-08
*
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-29
*
lwlock: Fix quadratic behavior with very long wait lists
Andres Freund
2022-11-20
*
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-17
*
Allow use of __sync_lock_test_and_set for spinlocks on any machine.
Tom Lane
2022-11-02
*
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-31
*
Move pg_pwritev_with_retry() to src/common/file_utils.c
Michael Paquier
2022-10-27
*
Fix some comments in proc.h
Michael Paquier
2022-10-15
[next]