Commit Graph

55946 Commits (31966b151e6ab7a6284deab6e8fe5faddaf2ae4c)
 

Author SHA1 Message Date
Andres Freund 31966b151e bufmgr: Introduce infrastructure for faster relation extension 2 years ago
Daniel Gustafsson 8eda731465 Allow to use system CA pool for certificate verification 2 years ago
Andres Freund 12f3867f55 bufmgr: Support multiple in-progress IOs by using resowner 2 years ago
Tom Lane 16dc2703c5 Support "Right Anti Join" plan shapes. 2 years ago
Andres Freund dad50f677c bufmgr: Acquire and clean victim buffer separately 2 years ago
Tom Lane 65eb2d00c6 Acquire locks on views in AcquirePlannerLocks, too. 2 years ago
Tomas Vondra 84adc8e20f pg_dump: Add support for zstd compression 2 years ago
Andres Freund 794f259447 bufmgr: Add Pin/UnpinLocalBuffer() 2 years ago
Andres Freund 819b69a81d bufmgr: Add some more error checking [infrastructure] around pinning 2 years ago
Andres Freund 4d330a61bb Add smgrzeroextend(), FileZero(), FileFallocate() 2 years ago
Tom Lane 4766eef317 Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables. 2 years ago
Andres Freund 3d6a98457d Don't initialize page in {vm,fsm}_extend(), not needed 2 years ago
Robert Haas 86a3fc7ec8 Fix wrong word in comment. 2 years ago
Peter Eisentraut f275af8cb8 Update information_schema for SQL:2023 2 years ago
John Naylor 542b6347bf doc: Update error messages in RLS examples 2 years ago
Peter Eisentraut c9f57541d9 doc: Update SQL features/conformance information to SQL:2023 2 years ago
Daniel Gustafsson fb6fad6ef1 Fix function reference in comment 2 years ago
Peter Eisentraut 1993f3feb7 doc: Update SQL keywords list to SQL:2023 2 years ago
Peter Eisentraut c209d317e9 Fix minor signed/unsigned mixup 2 years ago
Andres Freund 9d2a464a04 meson: docs: Allow configuring simple/website style 2 years ago
Andres Freund b8059bdf1e docs: html: load stylesheet via custom.css.source 2 years ago
Andres Freund 0012979d98 docs: html: copy images to output as part of xslt build 2 years ago
Andres Freund ef07d351a1 meson: add docs, docs_pdf options 2 years ago
Andres Freund 0ba827ecfc meson: docs: Preparatory cleanups 2 years ago
Amit Kapila 8df0d3d530 Add Copyright notice in 001_basic.pl and 002_pg_upgrade.pl. 2 years ago
Andres Freund d75c7fbaf9 docs: Remove support for 'htmlhelp' format 2 years ago
Andres Freund 3f695b3117 sequences: Lock buffer before initializing page 2 years ago
Michael Paquier e126d817c7 doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit} 2 years ago
Jeff Davis 36320cbc16 Fix MSVC warning introduced in ea1db8ae70. 2 years ago
Thomas Munro f303ec6210 Remove comment obsoleted by 11c2d6fd. 2 years ago
Jeff Davis ea1db8ae70 Canonicalize ICU locale names to language tags. 2 years ago
Tom Lane d3d53f955c Add a way to get the current function's OID in pl/pgsql. 2 years ago
Robert Haas 482675987b Add a run_as_owner option to subscriptions. 2 years ago
Robert Haas 1e10d49b65 Perform logical replication actions as the table owner. 2 years ago
Peter Eisentraut 3077324b03 Add missing XML ID attributes 2 years ago
Alvaro Herrera 71bfd1543f
Code review for recent SQL/JSON commits 2 years ago
Andres Freund 8a2b1b1477 bufmgr: Remove buffer-write-dirty tracepoints 2 years ago
Peter Geoghegan 05a304a855 Make SP-GiST redirect cleanup more aggressive. 2 years ago
Peter Geoghegan e48c817395 Recycle deleted nbtree pages more aggressively. 2 years ago
Peter Geoghegan a349b86603 Move heaprel struct field next to index rel field. 2 years ago
Robert Haas e7e7da2f8d Fix possible logical replication crash. 2 years ago
Tom Lane a8a00124f1 When using valgrind, log the current query after an error is detected. 2 years ago
Alexander Korotkov b0b91ced16 Revert 764da7710b 2 years ago
Alexander Korotkov 2b65bf046d Revert 11470f544e 2 years ago
David Rowley 8d928e3a9f Rename BufferAccessStrategyData.ring_size to nbuffers 2 years ago
David Rowley 4830f10243 Disable vacuum's use of a buffer access strategy during failsafe 2 years ago
Daniel Gustafsson 525fb0a171 Fix typo in CI README 2 years ago
David Rowley 32fbe0239b Only make buffer strategy for vacuum when it's likely needed 2 years ago
Peter Eisentraut 1980d3585e pg_basebackup: Correct type of WalSegSz 2 years ago
David Rowley 3f476c9534 Remove some global variables from vacuum.c 2 years ago