Commit Graph

55977 Commits (664d757531e11ea5ef6971884ddb2a7af6fae69a)
 

Author SHA1 Message Date
Daniel Gustafsson 664d757531 Refactor background psql TAP functions 2 years ago
Alvaro Herrera 32bc0d022d
Fix underspecified sort order in test query 2 years ago
Tom Lane f3fa31327e Add pg_buffercache_usage_counts() to contrib/pg_buffercache. 2 years ago
Alvaro Herrera e056c557ae
Catalog NOT NULL constraints 2 years ago
Tom Lane ff245a3788 Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs. 2 years ago
Tom Lane 888f2ea0a8 Add array_sample() and array_shuffle() functions. 2 years ago
Tom Lane cd82e5c79d Fix locale-dependent test case. 2 years ago
Andres Freund 21d7c05a5c Fix copy-paste bug in 12f3867f55 triggering an assert after a write error 2 years ago
Amit Kapila 96c498d2f8 Add tab-completion for newly added SUBSCRIPTION options. 2 years ago
Michael Paquier 8fcb32db98 Add more protections in WAL record APIs against overflows 2 years ago
Andres Freund 26158b852d Use ExtendBufferedRelTo() in XLogReadBufferExtended() 2 years ago
David Rowley ae78cae3be Add --buffer-usage-limit option to vacuumdb 2 years ago
Andres Freund 00d1e02be2 hio: Use ExtendBufferedRelBy() to extend tables more efficiently 2 years ago
David Rowley 1cbbee0338 Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option 2 years ago
Andres Freund 5279e9db8e heapam: Pass number of required pages to RelationGetBufferForTuple() 2 years ago
Daniel Gustafsson 7d71d3dd08 Refresh cost-based delay params more frequently in autovacuum 2 years ago
Daniel Gustafsson a85c60a945 Separate vacuum cost variables from GUCs 2 years ago
Daniel Gustafsson 71a825194f Make vacuum failsafe_active globally visible 2 years ago
Tom Lane 5499706bdf Stabilize just-added regression test cases. 2 years ago
Tom Lane 31ae2aa9d2 psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places. 2 years ago
Tom Lane 029dea882a Fix ts_headline() edge cases for empty query and empty search text. 2 years ago
Andres Freund 18103b7c5f hio: Don't pin the VM while holding buffer lock while extending 2 years ago
Andres Freund bba9003b62 hio: Relax rules for calling GetVisibilityMapPins() 2 years ago
Tom Lane 00beecfe83 psql: add an optional execution-count limit to \watch. 2 years ago
Tomas Vondra 2820adf775 Support long distance matching for zstd compression 2 years ago
Etsuro Fujita 983ec23007 postgres_fdw: Add support for parallel abort. 2 years ago
David Rowley b9b125b9c1 Move various prechecks from vacuum() into ExecVacuum() 2 years ago
Andres Freund acab1b0914 Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel() 2 years ago
Andres Freund fcdda1e4b5 Use ExtendBufferedRelTo() in {vm,fsm}_extend() 2 years ago
David Rowley bccd6908ca Always make a BufferAccessStrategy for ANALYZE 2 years ago
Michael Paquier 1d477a907e Fix row tracking in pg_stat_statements with extended query protocol 2 years ago
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