index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
activity
Commit message (
Expand
)
Author
Age
*
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-11
*
Use conditional variable to wait for next MultiXact offset
Alvaro Herrera
2024-04-07
*
Use an LWLock instead of a spinlock in waitlsn.c
Alexander Korotkov
2024-04-07
*
Add "ABI_compatibility" regions to wait_event_names.txt
Michael Paquier
2024-04-05
*
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-02
*
Use TidStore for dead tuple TIDs storage during lazy vacuum.
Masahiko Sawada
2024-04-02
*
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2024-03-22
*
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2024-03-22
*
Rework lwlocknames.txt to become lwlocklist.h
Alvaro Herrera
2024-03-20
*
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
*
Add some asserts based on LWLockHeldByMe() for replication slot statistics
Michael Paquier
2024-03-13
*
Improve consistency of replication slot statistics
Michael Paquier
2024-03-11
*
Introduce a new GUC 'standby_slot_names'.
Amit Kapila
2024-03-08
*
Run pgindent again on the same file.
Jeff Davis
2024-03-05
*
Run pgindent for commit ef4cfdce0e.
Jeff Davis
2024-03-05
*
Fix references to renamed function in comments
Heikki Linnakangas
2024-03-05
*
Fix a leftover reference to backend_id in comment
Heikki Linnakangas
2024-03-05
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-03-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-03-03
*
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-28
*
Add helper functions for dshash tables with string keys.
Nathan Bossart
2024-02-26
*
Use NULL instead of 0 for 'arg' argument in dshash_create() calls.
Nathan Bossart
2024-02-26
*
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-22
*
Sync PG_VERSION file in CREATE DATABASE.
Noah Misch
2024-02-01
*
Fix stats_fetch_consistency with stats for fixed-numbered objects
Michael Paquier
2024-02-01
*
Split use of SerialSLRULock, creating SerialControlLock
Alvaro Herrera
2024-01-30
*
Fix some typos
Michael Paquier
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 incorrect comment on how BackendStatusArray is indexed
Heikki Linnakangas
2024-01-17
*
Cross-check lists of predefined LWLocks.
Nathan Bossart
2024-01-09
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove Lock suffix from WALSummarizerLock in wait_event_names.txt
Robert Haas
2024-01-02
*
Add WALSummarizerLock to wait_event_names.txt
Robert Haas
2024-01-02
*
Make all Perl warnings fatal
Peter Eisentraut
2023-12-29
*
Enhance checkpointer restartpoint statistics
Alexander Korotkov
2023-12-25
*
Add a new WAL summarizer process.
Robert Haas
2023-12-20
*
Refactor pgstat_prepare_io_time() with an input argument instead of a GUC
Michael Paquier
2023-12-16
*
Remove distprep
Peter Eisentraut
2023-11-06
*
Introduce pg_stat_checkpointer
Michael Paquier
2023-10-30
*
Refactor some code related to transaction-level statistics for relations
Michael Paquier
2023-10-30
*
Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointer
Michael Paquier
2023-10-27
*
Fix typos in wait_event.c
Michael Paquier
2023-10-24
*
Add local_blk_{read|write}_time I/O timing statistics for local blocks
Michael Paquier
2023-10-19
*
Rename I/O timing statistics columns to shared_blk_{read|write}_time
Michael Paquier
2023-10-19
*
Count write times when extending relation files for shared buffers
Michael Paquier
2023-10-18
*
Add wait events for checkpoint delay mechanism.
Thomas Munro
2023-10-13
*
Avoid memory size overflow when allocating backend activity buffer
Michael Paquier
2023-10-03
[next]