summaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAgeFilesLines
* Rename io_direct to debug_io_direct.Thomas Munro2023-05-151-4/+4
* Fix typo with wait event for SLRU buffer of commit timestampsMichael Paquier2023-05-051-1/+1
* Fix typos in commentsMichael Paquier2023-05-024-4/+4
* Remove vacuum_defer_cleanup_ageAndres Freund2023-04-242-98/+8
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-191-1/+1
* Fix various typosDavid Rowley2023-04-183-3/+3
* Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add testsAndres Freund2023-04-141-11/+17
* Harmonize some more function parameter names.Peter Geoghegan2023-04-131-2/+2
* Handle logical slot conflicts on standbyAndres Freund2023-04-082-1/+22
* Add io_direct setting (developer-only).Thomas Munro2023-04-085-12/+134
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-086-8/+37
* Track IO times in pg_stat_ioAndres Freund2023-04-073-77/+51
* Improve IO accounting for temp relation writesAndres Freund2023-04-072-0/+33
* Fix copy-paste bug in 12f3867f553 triggering an assert after a write errorAndres Freund2023-04-071-1/+1
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-072-15/+58
* Use ExtendBufferedRelTo() in {vm,fsm}_extend()Andres Freund2023-04-051-60/+23
* bufmgr: Introduce infrastructure for faster relation extensionAndres Freund2023-04-052-166/+784
* bufmgr: Support multiple in-progress IOs by using resownerAndres Freund2023-04-051-45/+35
* bufmgr: Acquire and clean victim buffer separatelyAndres Freund2023-04-052-304/+369
* bufmgr: Add Pin/UnpinLocalBuffer()Andres Freund2023-04-052-48/+49
* bufmgr: Add some more error checking [infrastructure] around pinningAndres Freund2023-04-051-12/+32
* Add smgrzeroextend(), FileZero(), FileFallocate()Andres Freund2023-04-053-0/+224
* Don't initialize page in {vm,fsm}_extend(), not neededAndres Freund2023-04-051-4/+1
* bufmgr: Remove buffer-write-dirty tracepointsAndres Freund2023-04-031-10/+0
* Rename BufferAccessStrategyData.ring_size to nbuffersDavid Rowley2023-04-031-9/+9
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-302-33/+16
* pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund2023-03-301-4/+2
* Fix format code in fd.c debugging infrastructureAndres Freund2023-03-301-3/+3
* bufmgr: Fix undefined behaviour with, unrealistically, large temp_buffersAndres Freund2023-03-301-1/+1
* Fix incorrect format placeholdersPeter Eisentraut2023-03-301-2/+2
* Remove empty function BufmgrCommit().Tom Lane2023-03-291-10/+0
* Simplify useless 0L constantsPeter Eisentraut2023-03-291-3/+3
* Fix memory leak and inefficiency in CREATE DATABASE ... STRATEGY WAL_LOGAndres Freund2023-03-221-3/+4
* Improve several permission-related error messages.Peter Eisentraut2023-03-172-5/+15
* Fix race in SERIALIZABLE READ ONLY.Thomas Munro2023-03-091-18/+31
* Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xidsAndres Freund2023-03-071-12/+73
* Fix assert failures in parallel SERIALIZABLE READ ONLY.Thomas Munro2023-03-061-4/+16
* Don't leak descriptors into subprograms.Thomas Munro2023-03-031-0/+8
* Fix outdated references to guc.cDaniel Gustafsson2023-03-021-3/+3
* Update types in smgr APIPeter Eisentraut2023-02-273-11/+11
* Remove obsolete coding for early macOS.Thomas Munro2023-02-221-9/+2
* Speedup and increase usability of set proc title functionsDavid Rowley2023-02-203-60/+24
* pgstat: Track more detailed relation IO statisticsAndres Freund2023-02-094-32/+173
* Fix bugs in GetSafeSnapshotBlockingPids(), introduced in 96003717645Andres Freund2023-02-081-4/+11
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-071-2/+2
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-066-55/+43
* Avoid type cheats for invalid dsa_handles and dshash_table_handles.Tom Lane2023-01-251-3/+2
* Track logrep apply workers' last start times to avoid useless waits.Tom Lane2023-01-221-0/+4
* Zero initialize uses of instr_time about to trigger compiler warningsAndres Freund2023-01-203-0/+10
* Add new GUC reserved_connections.Robert Haas2023-01-201-5/+11