aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Improve IO accounting for temp relation writesAndres Freund2023-04-07
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-07
* Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs.Tom Lane2023-04-07
* Add array_sample() and array_shuffle() functions.Tom Lane2023-04-07
* Fix copy-paste bug in 12f3867f553 triggering an assert after a write errorAndres Freund2023-04-07
* Add more protections in WAL record APIs against overflowsMichael Paquier2023-04-07
* Use ExtendBufferedRelTo() in XLogReadBufferExtended()Andres Freund2023-04-06
* Add --buffer-usage-limit option to vacuumdbDavid Rowley2023-04-07
* hio: Use ExtendBufferedRelBy() to extend tables more efficientlyAndres Freund2023-04-06
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-07
* heapam: Pass number of required pages to RelationGetBufferForTuple()Andres Freund2023-04-06
* Refresh cost-based delay params more frequently in autovacuumDaniel Gustafsson2023-04-07
* Separate vacuum cost variables from GUCsDaniel Gustafsson2023-04-07
* Make vacuum failsafe_active globally visibleDaniel Gustafsson2023-04-07
* Fix ts_headline() edge cases for empty query and empty search text.Tom Lane2023-04-06
* hio: Don't pin the VM while holding buffer lock while extendingAndres Freund2023-04-06
* hio: Relax rules for calling GetVisibilityMapPins()Andres Freund2023-04-06
* Support long distance matching for zstd compressionTomas Vondra2023-04-06
* Move various prechecks from vacuum() into ExecVacuum()David Rowley2023-04-06
* Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund2023-04-05
* Use ExtendBufferedRelTo() in {vm,fsm}_extend()Andres Freund2023-04-05
* Always make a BufferAccessStrategy for ANALYZEDavid Rowley2023-04-06
* Fix row tracking in pg_stat_statements with extended query protocolMichael Paquier2023-04-06
* bufmgr: Introduce infrastructure for faster relation extensionAndres Freund2023-04-05
* bufmgr: Support multiple in-progress IOs by using resownerAndres Freund2023-04-05
* Support "Right Anti Join" plan shapes.Tom Lane2023-04-05
* bufmgr: Acquire and clean victim buffer separatelyAndres Freund2023-04-05
* Acquire locks on views in AcquirePlannerLocks, too.Tom Lane2023-04-05
* bufmgr: Add Pin/UnpinLocalBuffer()Andres Freund2023-04-05
* bufmgr: Add some more error checking [infrastructure] around pinningAndres Freund2023-04-05
* Add smgrzeroextend(), FileZero(), FileFallocate()Andres Freund2023-04-05
* Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.Tom Lane2023-04-05
* Don't initialize page in {vm,fsm}_extend(), not neededAndres Freund2023-04-05
* Fix wrong word in comment.Robert Haas2023-04-05
* Update information_schema for SQL:2023Peter Eisentraut2023-04-05
* doc: Update SQL features/conformance information to SQL:2023Peter Eisentraut2023-04-05
* Fix minor signed/unsigned mixupPeter Eisentraut2023-04-05
* sequences: Lock buffer before initializing pageAndres Freund2023-04-04
* Fix MSVC warning introduced in ea1db8ae70.Jeff Davis2023-04-04
* Remove comment obsoleted by 11c2d6fd.Thomas Munro2023-04-05
* Canonicalize ICU locale names to language tags.Jeff Davis2023-04-04
* Add a run_as_owner option to subscriptions.Robert Haas2023-04-04
* Perform logical replication actions as the table owner.Robert Haas2023-04-04
* Code review for recent SQL/JSON commitsAlvaro Herrera2023-04-04
* bufmgr: Remove buffer-write-dirty tracepointsAndres Freund2023-04-03
* Make SP-GiST redirect cleanup more aggressive.Peter Geoghegan2023-04-03
* Recycle deleted nbtree pages more aggressively.Peter Geoghegan2023-04-03
* Move heaprel struct field next to index rel field.Peter Geoghegan2023-04-03
* Fix possible logical replication crash.Robert Haas2023-04-03
* When using valgrind, log the current query after an error is detected.Tom Lane2023-04-03