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
*
C comment: fix for commit b5a9b18cd0b
Bruce Momjian
2024-08-16
*
Relax fsyncing at end of a bulk load that was not WAL-logged
Heikki Linnakangas
2024-08-16
*
Use pgBufferUsage for buffer usage tracking in analyze.
Masahiko Sawada
2024-08-13
*
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-02
*
Remove --disable-spinlocks.
Thomas Munro
2024-07-30
*
Fix double-release of spinlock
Heikki Linnakangas
2024-07-29
*
Fix compiler warning/error about typedef redefinitions
Heikki Linnakangas
2024-07-29
*
Move cancel key generation to after forking the backend
Heikki Linnakangas
2024-07-29
*
Fix outdated comment in smgrtruncate()
Heikki Linnakangas
2024-07-29
*
Introduce num_os_semaphores GUC.
Nathan Bossart
2024-07-26
*
Fix private struct field name to match the code using it.
Noah Misch
2024-07-23
*
Use more consistently int64 for page numbers in SLRU-related code
Michael Paquier
2024-07-23
*
Use read streams in CREATE DATABASE when STRATEGY=WAL_LOG.
Noah Misch
2024-07-20
*
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
*
Fix lost Windows socket EOF events.
Thomas Munro
2024-07-13
*
Introduce pg_signal_autovacuum_worker.
Nathan Bossart
2024-07-09
*
Remove an extra period in code comment
Richard Guo
2024-07-08
*
Lift limitation that PGPROC->links must be the first field
Heikki Linnakangas
2024-07-05
*
Optimize memory access in GetRunningTransactionData()
Alexander Korotkov
2024-07-04
*
Fix typo in GetRunningTransactionData()
Alexander Korotkov
2024-07-04
*
Remove incorrect Asserts in buffile.c
David Rowley
2024-07-04
*
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
*
Remove useless extern keywords
Peter Eisentraut
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
*
Fix RBM_ZERO_AND_LOCK.
Thomas Munro
2024-06-10
*
Improve assertion in mdwritev()
Michael Paquier
2024-06-04
*
Fix typo and comments related to the recent no-wait lock improvements
Michael Paquier
2024-05-23
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Fix documentation about DROP DATABASE FORCE process termination rights.
Noah Misch
2024-05-16
*
Fix typos and incorrect type in read_stream.c
David Rowley
2024-05-01
*
Fix duplicated consecutive words in comments
David Rowley
2024-04-28
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymore
Andres Freund
2024-04-17
*
freespace: Don't return blocks past the end of the main fork.
Noah Misch
2024-04-13
*
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-11
*
Revert indexed and enlargable binary heap implementation.
Masahiko Sawada
2024-04-11
*
Add pg_buffercache_evict() function for testing.
Thomas Munro
2024-04-08
*
Fix if/while thinko in read_stream.c edge case.
Thomas Munro
2024-04-07
*
Increase default vacuum_buffer_usage_limit to 2MB.
Thomas Munro
2024-04-06
*
Allow BufferAccessStrategy to limit pin count.
Thomas Munro
2024-04-06
*
Improve read_stream.c's fast path.
Thomas Munro
2024-04-06
*
Combine freezing and pruning steps in VACUUM
Heikki Linnakangas
2024-04-03
*
Fix zeroing of pg_serial page without SLRU bank lock
Alvaro Herrera
2024-04-03
*
Add functions to binaryheap for efficient key removal and update.
Masahiko Sawada
2024-04-03
*
Move WaitLSNShmemInit() to CreateOrAttachShmemStructs()
Alexander Korotkov
2024-04-03
[next]