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
*
Split ProcSleep function into JoinWaitQueue and ProcSleep
Heikki Linnakangas
2024-11-04
*
Use ProcNumbers instead of direct Latch pointers to address other procs
Heikki Linnakangas
2024-11-01
*
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-25
*
bufmgr/smgr: Don't cross segment boundaries in StartReadBuffers()
Andres Freund
2024-10-08
*
Use an shmem_exit callback to remove backend from PMChildFlags on exit
Heikki Linnakangas
2024-10-08
*
Remove unneeded #include
Heikki Linnakangas
2024-10-05
*
Use macro to define the number of enum values
Peter Eisentraut
2024-10-01
*
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
*
Increase the number of fast-path lock slots
Tomas Vondra
2024-09-21
*
Allow ReadStream to be consumed as raw block numbers.
Thomas Munro
2024-09-18
*
Add block_range_read_stream_cb(), to deduplicate code.
Noah Misch
2024-09-03
*
Add const qualifiers to XLogRegister*() functions
Peter Eisentraut
2024-09-03
*
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-03
*
Rename some shared memory initialization routines
Heikki Linnakangas
2024-08-29
*
Refactor lock manager initialization to make it a bit less special
Heikki Linnakangas
2024-08-29
*
Apply PGDLLIMPORT markings to some GUC variables
Peter Eisentraut
2024-08-14
*
Fix typo in bufpage.h.
Amit Kapila
2024-08-05
*
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-02
*
Remove --disable-spinlocks.
Thomas Munro
2024-07-30
*
Move cancel key generation to after forking the backend
Heikki Linnakangas
2024-07-29
*
Move all extern declarations for GUC variables to header files
Peter Eisentraut
2024-07-24
*
Move extern declarations for EXEC_BACKEND to header files
Peter Eisentraut
2024-07-23
*
Add a way to create read stream object by using SMgrRelation.
Noah Misch
2024-07-20
*
Refactor PinBufferForBlock() to remove checks about persistence.
Noah Misch
2024-07-20
*
Remove "smgr_persistence == 0" dead code.
Noah Misch
2024-07-20
*
Lift limitation that PGPROC->links must be the first field
Heikki Linnakangas
2024-07-05
*
Improve some global variable declarations
Peter Eisentraut
2024-07-02
*
Remove support for HPPA (a/k/a PA-RISC) architecture.
Tom Lane
2024-07-01
*
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-06-27
*
Add wait event type "InjectionPoint", a custom type like "Extension".
Noah Misch
2024-06-27
*
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-06-27
*
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-12
*
Remove unused typedefs
Peter Eisentraut
2024-05-17
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-11
*
Add pg_buffercache_evict() function for testing.
Thomas Munro
2024-04-08
*
Use an LWLock instead of a spinlock in waitlsn.c
Alexander Korotkov
2024-04-07
*
Allow BufferAccessStrategy to limit pin count.
Thomas Munro
2024-04-06
*
Avoid deadlock during orphan temp table removal.
Tom Lane
2024-04-02
*
Provide API for streaming relation data.
Thomas Munro
2024-04-03
*
Provide vectored variant of ReadBuffer().
Thomas Munro
2024-04-03
*
Use TidStore for dead tuple TIDs storage during lazy vacuum.
Masahiko Sawada
2024-04-02
*
Rework lwlocknames.txt to become lwlocklist.h
Alvaro Herrera
2024-03-20
*
Allow a no-wait lock acquisition to succeed in more cases.
Robert Haas
2024-03-14
*
Fix false reports in pg_visibility
Alexander Korotkov
2024-03-14
*
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
*
Return ssize_t in fd.c I/O functions.
Thomas Munro
2024-03-02
*
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-28
*
Remove AIX support
Heikki Linnakangas
2024-02-28
[next]