Commit Graph

89 Commits (e35add48ccc2e5aa94de360f1a43c6c150bda54a)

Author SHA1 Message Date
Tomas Vondra 09c37015d4 pgindent fix for 3fccbd94cb 1 month ago
Tomas Vondra 3fccbd94cb Handle ENOENT status when querying NUMA node 1 month ago
Andres Freund dac328c8a6 bufmgr: Change BufferDesc.state to be a 64-bit atomic 2 months ago
Michael Paquier 6dcfac9696 Use more consistent *GetDatum() macros for some unsigned numbers 2 months ago
Bruce Momjian 451c43974f Update copyright for 2026 2 months ago
Michael Paquier 4f7dacc5b8 Use palloc_object() and palloc_array(), the last change 3 months ago
Michael Paquier 3f83de20ba pg_buffercache: Fix memory allocation formula 3 months ago
Michael Paquier 9ccc049dfe pg_buffercache: Add pg_buffercache_mark_dirty{,_relation,_all}() 3 months ago
Michael Paquier 4b203d499c pg_buffercache: Add pg_buffercache_os_pages 3 months ago
Michael Paquier 7d9043aee8 pg_buffercache: Remove unused fields from BufferCacheNumaRec 3 months ago
Michael Paquier 694b4ab33b pg_buffercache: Fix incorrect result cast for relforknumber 4 months ago
Andres Freund c75ebc657f bufmgr: Allow some buffer state modifications while holding header lock 4 months ago
Masahiko Sawada eab9e4e27c Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 7 months ago
Tomas Vondra 81f287dc92 Silence valgrind about pg_numa_touch_mem_if_required 8 months ago
David Rowley 84fd3bc141 Fix a few duplicate words in comments 11 months ago
Michael Paquier 88e947136b Fix typos and grammar in the code 11 months ago
Tomas Vondra 3887d0cfeb Cleanup of pg_numa.c 11 months ago
Tomas Vondra 91f1fe90c7 pg_buffercache: Change page_num type to bigint 11 months ago
Andres Freund dcf7e1697b Add pg_buffercache_evict_{relation,all} functions 11 months ago
Tomas Vondra ba2a3c2302 Add pg_buffercache_numa view with NUMA node info 11 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 11 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 1 year ago
Thomas Munro 13453eedd3 Add pg_buffercache_evict() function for testing. 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Tom Lane f3fa31327e Add pg_buffercache_usage_counts() to contrib/pg_buffercache. 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Andres Freund 2589434ae0 pg_buffercache: Add pg_buffercache_summary() 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago
Robert Haas a448e49bcb Revert 56-bit relfilenode change and follow-up commits. 3 years ago
Robert Haas 99164b7ea6 Update pg_buffercache's meson.build. 3 years ago
Robert Haas 05d4cbf9b6 Increase width of RelFileNumbers from 32 bits to 56 bits. 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 4 years ago
Robert Haas 82ac34db20 Include RelFileLocator fields individually in BufferTag. 4 years ago
Tom Lane be39d88934 Add regression test coverage for contrib/pg_buffercache. 4 years ago
Robert Haas b0a55e4329 Change internal RelFileNode references to RelFileNumber or RelFileLocator. 4 years ago
Tom Lane 70a7732007 Remove support for upgrading extensions from "unpackaged" state. 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 9 years ago
Simon Riggs 25fff40798 Default monitoring roles 9 years ago
Heikki Linnakangas 6e654546fb Don't bother to lock bufmgr partitions in pg_buffercache. 10 years ago
Robert Haas 8a503526e4 pg_buffercache: Allow huge allocations. 10 years ago
Robert Haas 06d7fd6e29 Update pg_buffercache extension for parallel query. 10 years ago
Andres Freund 48354581a4 Allow Pin/UnpinBuffer to operate in a lockfree manner. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 11 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 11 years ago
Andres Freund ed127002d8 Align buffer descriptors to cache line boundaries. 11 years ago
Andres Freund 4b4b680c3d Make backend local tracking of buffer pins memory efficient. 12 years ago
Andres Freund d153b80161 Fix typos in some error messages thrown by extension scripts when fed to psql. 12 years ago