summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-0742-625/+2868
* Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs.Tom Lane2023-04-072-20/+18
* Add array_sample() and array_shuffle() functions.Tom Lane2023-04-076-2/+284
* Fix locale-dependent test case.Tom Lane2023-04-071-1/+3
* Fix copy-paste bug in 12f3867f553 triggering an assert after a write errorAndres Freund2023-04-071-1/+1
* Add tab-completion for newly added SUBSCRIPTION options.Amit Kapila2023-04-071-2/+4
* Add more protections in WAL record APIs against overflowsMichael Paquier2023-04-072-8/+65
* Use ExtendBufferedRelTo() in XLogReadBufferExtended()Andres Freund2023-04-061-22/+7
* Add --buffer-usage-limit option to vacuumdbDavid Rowley2023-04-076-6/+48
* hio: Use ExtendBufferedRelBy() to extend tables more efficientlyAndres Freund2023-04-063-144/+233
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-0717-25/+322
* heapam: Pass number of required pages to RelationGetBufferForTuple()Andres Freund2023-04-063-6/+63
* Refresh cost-based delay params more frequently in autovacuumDaniel Gustafsson2023-04-075-122/+219
* Separate vacuum cost variables from GUCsDaniel Gustafsson2023-04-075-34/+40
* Make vacuum failsafe_active globally visibleDaniel Gustafsson2023-04-073-9/+23
* Stabilize just-added regression test cases.Tom Lane2023-04-062-8/+4
* psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.Tom Lane2023-04-066-27/+44
* Fix ts_headline() edge cases for empty query and empty search text.Tom Lane2023-04-063-7/+41
* hio: Don't pin the VM while holding buffer lock while extendingAndres Freund2023-04-061-41/+85
* hio: Relax rules for calling GetVisibilityMapPins()Andres Freund2023-04-061-11/+26
* psql: add an optional execution-count limit to \watch.Tom Lane2023-04-066-32/+135
* Support long distance matching for zstd compressionTomas Vondra2023-04-0612-6/+127
* postgres_fdw: Add support for parallel abort.Etsuro Fujita2023-04-065-43/+489
* Move various prechecks from vacuum() into ExecVacuum()David Rowley2023-04-063-78/+91
* Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund2023-04-0513-96/+42
* Use ExtendBufferedRelTo() in {vm,fsm}_extend()Andres Freund2023-04-052-115/+48
* Always make a BufferAccessStrategy for ANALYZEDavid Rowley2023-04-061-3/+5
* Fix row tracking in pg_stat_statements with extended query protocolMichael Paquier2023-04-064-3/+14
* bufmgr: Introduce infrastructure for faster relation extensionAndres Freund2023-04-059-181/+901
* Allow to use system CA pool for certificate verificationDaniel Gustafsson2023-04-059-9/+247
* bufmgr: Support multiple in-progress IOs by using resownerAndres Freund2023-04-059-53/+102
* Support "Right Anti Join" plan shapes.Tom Lane2023-04-0512-194/+244
* bufmgr: Acquire and clean victim buffer separatelyAndres Freund2023-04-052-304/+369
* Acquire locks on views in AcquirePlannerLocks, too.Tom Lane2023-04-051-0/+8
* pg_dump: Add support for zstd compressionTomas Vondra2023-04-0512-54/+713
* bufmgr: Add Pin/UnpinLocalBuffer()Andres Freund2023-04-053-48/+51
* bufmgr: Add some more error checking [infrastructure] around pinningAndres Freund2023-04-052-12/+33
* Add smgrzeroextend(), FileZero(), FileFallocate()Andres Freund2023-04-056-0/+231
* Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.Tom Lane2023-04-053-5/+17
* Don't initialize page in {vm,fsm}_extend(), not neededAndres Freund2023-04-052-9/+2
* Fix wrong word in comment.Robert Haas2023-04-051-1/+1
* Update information_schema for SQL:2023Peter Eisentraut2023-04-051-104/+99
* doc: Update error messages in RLS examplesJohn Naylor2023-04-051-4/+4
* doc: Update SQL features/conformance information to SQL:2023Peter Eisentraut2023-04-056-238/+273
* Fix function reference in commentDaniel Gustafsson2023-04-051-1/+1
* doc: Update SQL keywords list to SQL:2023Peter Eisentraut2023-04-057-10/+96
* Fix minor signed/unsigned mixupPeter Eisentraut2023-04-051-4/+4
* meson: docs: Allow configuring simple/website styleAndres Freund2023-04-043-3/+19
* docs: html: load stylesheet via custom.css.sourceAndres Freund2023-04-046-14/+21
* docs: html: copy images to output as part of xslt buildAndres Freund2023-04-043-1/+28