aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAge
* C comment: fix for commit b5a9b18cd0bBruce Momjian2024-08-16
* Relax fsyncing at end of a bulk load that was not WAL-loggedHeikki Linnakangas2024-08-16
* Use pgBufferUsage for buffer usage tracking in analyze.Masahiko Sawada2024-08-13
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-08-02
* Remove --disable-spinlocks.Thomas Munro2024-07-30
* Fix double-release of spinlockHeikki Linnakangas2024-07-29
* Fix compiler warning/error about typedef redefinitionsHeikki Linnakangas2024-07-29
* Move cancel key generation to after forking the backendHeikki Linnakangas2024-07-29
* Fix outdated comment in smgrtruncate()Heikki Linnakangas2024-07-29
* Introduce num_os_semaphores GUC.Nathan Bossart2024-07-26
* Fix private struct field name to match the code using it.Noah Misch2024-07-23
* Use more consistently int64 for page numbers in SLRU-related codeMichael Paquier2024-07-23
* Use read streams in CREATE DATABASE when STRATEGY=WAL_LOG.Noah Misch2024-07-20
* Add a way to create read stream object by using SMgrRelation.Noah Misch2024-07-20
* Refactor PinBufferForBlock() to remove checks about persistence.Noah Misch2024-07-20
* Remove "smgr_persistence == 0" dead code.Noah Misch2024-07-20
* Fix lost Windows socket EOF events.Thomas Munro2024-07-13
* Introduce pg_signal_autovacuum_worker.Nathan Bossart2024-07-09
* Remove an extra period in code commentRichard Guo2024-07-08
* Lift limitation that PGPROC->links must be the first fieldHeikki Linnakangas2024-07-05
* Optimize memory access in GetRunningTransactionData()Alexander Korotkov2024-07-04
* Fix typo in GetRunningTransactionData()Alexander Korotkov2024-07-04
* Remove incorrect Asserts in buffile.cDavid Rowley2024-07-04
* Improve some global variable declarationsPeter Eisentraut2024-07-02
* Remove support for HPPA (a/k/a PA-RISC) architecture.Tom Lane2024-07-01
* Remove useless extern keywordsPeter Eisentraut2024-07-01
* Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.Noah Misch2024-06-27
* Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch2024-06-27
* Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas2024-06-27
* Fix RBM_ZERO_AND_LOCK.Thomas Munro2024-06-10
* Improve assertion in mdwritev()Michael Paquier2024-06-04
* Fix typo and comments related to the recent no-wait lock improvementsMichael Paquier2024-05-23
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Fix documentation about DROP DATABASE FORCE process termination rights.Noah Misch2024-05-16
* Fix typos and incorrect type in read_stream.cDavid Rowley2024-05-01
* Fix duplicated consecutive words in commentsDavid Rowley2024-04-28
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymoreAndres Freund2024-04-17
* freespace: Don't return blocks past the end of the main fork.Noah Misch2024-04-13
* Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-04-11
* Revert indexed and enlargable binary heap implementation.Masahiko Sawada2024-04-11
* Add pg_buffercache_evict() function for testing.Thomas Munro2024-04-08
* Fix if/while thinko in read_stream.c edge case.Thomas Munro2024-04-07
* Increase default vacuum_buffer_usage_limit to 2MB.Thomas Munro2024-04-06
* Allow BufferAccessStrategy to limit pin count.Thomas Munro2024-04-06
* Improve read_stream.c's fast path.Thomas Munro2024-04-06
* Combine freezing and pruning steps in VACUUMHeikki Linnakangas2024-04-03
* Fix zeroing of pg_serial page without SLRU bank lockAlvaro Herrera2024-04-03
* Add functions to binaryheap for efficient key removal and update.Masahiko Sawada2024-04-03
* Move WaitLSNShmemInit() to CreateOrAttachShmemStructs()Alexander Korotkov2024-04-03