Commit Graph

55962 Commits (7d71d3dd080b9b147402db3365fe498f74704231)
 

Author SHA1 Message Date
Daniel Gustafsson 7d71d3dd08 Refresh cost-based delay params more frequently in autovacuum 3 years ago
Daniel Gustafsson a85c60a945 Separate vacuum cost variables from GUCs 3 years ago
Daniel Gustafsson 71a825194f Make vacuum failsafe_active globally visible 3 years ago
Tom Lane 5499706bdf Stabilize just-added regression test cases. 3 years ago
Tom Lane 31ae2aa9d2 psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places. 3 years ago
Tom Lane 029dea882a Fix ts_headline() edge cases for empty query and empty search text. 3 years ago
Andres Freund 18103b7c5f hio: Don't pin the VM while holding buffer lock while extending 3 years ago
Andres Freund bba9003b62 hio: Relax rules for calling GetVisibilityMapPins() 3 years ago
Tom Lane 00beecfe83 psql: add an optional execution-count limit to \watch. 3 years ago
Tomas Vondra 2820adf775 Support long distance matching for zstd compression 3 years ago
Etsuro Fujita 983ec23007 postgres_fdw: Add support for parallel abort. 3 years ago
David Rowley b9b125b9c1 Move various prechecks from vacuum() into ExecVacuum() 3 years ago
Andres Freund acab1b0914 Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel() 3 years ago
Andres Freund fcdda1e4b5 Use ExtendBufferedRelTo() in {vm,fsm}_extend() 3 years ago
David Rowley bccd6908ca Always make a BufferAccessStrategy for ANALYZE 3 years ago
Michael Paquier 1d477a907e Fix row tracking in pg_stat_statements with extended query protocol 3 years ago
Andres Freund 31966b151e bufmgr: Introduce infrastructure for faster relation extension 3 years ago
Daniel Gustafsson 8eda731465 Allow to use system CA pool for certificate verification 3 years ago
Andres Freund 12f3867f55 bufmgr: Support multiple in-progress IOs by using resowner 3 years ago
Tom Lane 16dc2703c5 Support "Right Anti Join" plan shapes. 3 years ago
Andres Freund dad50f677c bufmgr: Acquire and clean victim buffer separately 3 years ago
Tom Lane 65eb2d00c6 Acquire locks on views in AcquirePlannerLocks, too. 3 years ago
Tomas Vondra 84adc8e20f pg_dump: Add support for zstd compression 3 years ago
Andres Freund 794f259447 bufmgr: Add Pin/UnpinLocalBuffer() 3 years ago
Andres Freund 819b69a81d bufmgr: Add some more error checking [infrastructure] around pinning 3 years ago
Andres Freund 4d330a61bb Add smgrzeroextend(), FileZero(), FileFallocate() 3 years ago
Tom Lane 4766eef317 Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables. 3 years ago
Andres Freund 3d6a98457d Don't initialize page in {vm,fsm}_extend(), not needed 3 years ago
Robert Haas 86a3fc7ec8 Fix wrong word in comment. 3 years ago
Peter Eisentraut f275af8cb8 Update information_schema for SQL:2023 3 years ago
John Naylor 542b6347bf doc: Update error messages in RLS examples 3 years ago
Peter Eisentraut c9f57541d9 doc: Update SQL features/conformance information to SQL:2023 3 years ago
Daniel Gustafsson fb6fad6ef1 Fix function reference in comment 3 years ago
Peter Eisentraut 1993f3feb7 doc: Update SQL keywords list to SQL:2023 3 years ago
Peter Eisentraut c209d317e9 Fix minor signed/unsigned mixup 3 years ago
Andres Freund 9d2a464a04 meson: docs: Allow configuring simple/website style 3 years ago
Andres Freund b8059bdf1e docs: html: load stylesheet via custom.css.source 3 years ago
Andres Freund 0012979d98 docs: html: copy images to output as part of xslt build 3 years ago
Andres Freund ef07d351a1 meson: add docs, docs_pdf options 3 years ago
Andres Freund 0ba827ecfc meson: docs: Preparatory cleanups 3 years ago
Amit Kapila 8df0d3d530 Add Copyright notice in 001_basic.pl and 002_pg_upgrade.pl. 3 years ago
Andres Freund d75c7fbaf9 docs: Remove support for 'htmlhelp' format 3 years ago
Andres Freund 3f695b3117 sequences: Lock buffer before initializing page 3 years ago
Michael Paquier e126d817c7 doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit} 3 years ago
Jeff Davis 36320cbc16 Fix MSVC warning introduced in ea1db8ae70. 3 years ago
Thomas Munro f303ec6210 Remove comment obsoleted by 11c2d6fd. 3 years ago
Jeff Davis ea1db8ae70 Canonicalize ICU locale names to language tags. 3 years ago
Tom Lane d3d53f955c Add a way to get the current function's OID in pl/pgsql. 3 years ago
Robert Haas 482675987b Add a run_as_owner option to subscriptions. 3 years ago
Robert Haas 1e10d49b65 Perform logical replication actions as the table owner. 3 years ago