index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
buffer
/
localbuf.c
Age
Commit message (
Expand
)
Author
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-04-03
Provide vectored variant of ReadBuffer().
Thomas Munro
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-02-02
Fix bug in bulk extending temp relation after failure
Heikki Linnakangas
2024-01-05
Fix corruption of local buffer state during extend of temp relation
Michael Paquier
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-16
Refactor pgstat_prepare_io_time() with an input argument instead of a GUC
Michael Paquier
2023-12-16
Provide multi-block smgrprefetch().
Thomas Munro
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-08
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
Move a few ResourceOwnerEnlarge() calls for safety and clarity.
Heikki Linnakangas
2023-09-19
Standardize type of extend_by counter
Peter Eisentraut
2023-09-13
Fix tracking of temp table relation extensions as writes
Andres Freund
2023-08-23
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-04-08
Add io_direct setting (developer-only).
Thomas Munro
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-07
Track IO times in pg_stat_io
Andres Freund
2023-04-07
Improve IO accounting for temp relation writes
Andres Freund
2023-04-05
bufmgr: Introduce infrastructure for faster relation extension
Andres Freund
2023-04-05
bufmgr: Acquire and clean victim buffer separately
Andres Freund
2023-04-05
bufmgr: Add Pin/UnpinLocalBuffer()
Andres Freund
2023-03-30
Track shared buffer hits in pg_stat_io
Andres Freund
2023-03-30
bufmgr: Fix undefined behaviour with, unrealistically, large temp_buffers
Andres Freund
2023-02-09
pgstat: Track more detailed relation IO statistics
Andres Freund
2023-02-06
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-01-13
Manual cleanup and pgindent of pgstat and bufmgr related code
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-08-24
Include RelFileLocator fields individually in BufferTag.
Robert Haas
2022-07-27
Convert macros to static inline functions (buf_internals.h)
Robert Haas
2022-07-12
Rename some functions to mention Relation instead of RelFileLocator.
Robert Haas
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-04-08
Support PrefetchBuffer() in recovery.
Thomas Munro
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-07-08
Fix inconsistencies in the code
Michael Paquier
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-07
Fix fallback implementation of pg_atomic_write_u32().
Andres Freund
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-06-09
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-04-13
Avoid atomic operation in MarkLocalBufferDirty().
Andres Freund
[next]