summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Redesign interrupt/cancel API for regex engine.Thomas Munro
2023-04-08Update tsearch regex memory management.Thomas Munro
2023-04-08Use MemoryContext API for regex memory management.Thomas Munro
2023-04-08Allow logical decoding on standbysAndres Freund
2023-04-08For cascading replication, wake physical and logical walsenders separatelyAndres Freund
2023-04-08Handle logical slot conflicts on standbyAndres Freund
2023-04-08Support invalidating replication slots due to horizon and wal_levelAndres Freund
2023-04-08Prevent use of invalidated logical slot in CreateDecodingContext()Andres Freund
2023-04-08Replace replication slot's invalidated_at LSN with an enumAndres Freund
2023-04-08Add io_direct setting (developer-only).Thomas Munro
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-04-08Track IO times in pg_stat_ioAndres Freund
2023-04-07Show more detail in nbtree rmgr descriptions.Peter Geoghegan
2023-04-07Show more detail in heapam rmgr descriptions.Peter Geoghegan
2023-04-07Improve IO accounting for temp relation writesAndres Freund
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-04-07Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs.Tom Lane
2023-04-07Add array_sample() and array_shuffle() functions.Tom Lane
2023-04-07Fix copy-paste bug in 12f3867f553 triggering an assert after a write errorAndres Freund
2023-04-07Add more protections in WAL record APIs against overflowsMichael Paquier
2023-04-07Use ExtendBufferedRelTo() in XLogReadBufferExtended()Andres Freund
2023-04-07Add --buffer-usage-limit option to vacuumdbDavid Rowley
2023-04-06hio: Use ExtendBufferedRelBy() to extend tables more efficientlyAndres Freund
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-06heapam: Pass number of required pages to RelationGetBufferForTuple()Andres Freund
2023-04-06Refresh cost-based delay params more frequently in autovacuumDaniel Gustafsson
2023-04-06Separate vacuum cost variables from GUCsDaniel Gustafsson
2023-04-06Make vacuum failsafe_active globally visibleDaniel Gustafsson
2023-04-06Fix ts_headline() edge cases for empty query and empty search text.Tom Lane
2023-04-06hio: Don't pin the VM while holding buffer lock while extendingAndres Freund
2023-04-06hio: Relax rules for calling GetVisibilityMapPins()Andres Freund
2023-04-06Support long distance matching for zstd compressionTomas Vondra
2023-04-06Move various prechecks from vacuum() into ExecVacuum()David Rowley
2023-04-06Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund
2023-04-06Use ExtendBufferedRelTo() in {vm,fsm}_extend()Andres Freund
2023-04-06Always make a BufferAccessStrategy for ANALYZEDavid Rowley
2023-04-06Fix row tracking in pg_stat_statements with extended query protocolMichael Paquier
2023-04-05bufmgr: Introduce infrastructure for faster relation extensionAndres Freund
2023-04-05bufmgr: Support multiple in-progress IOs by using resownerAndres Freund
2023-04-05Support "Right Anti Join" plan shapes.Tom Lane
2023-04-05bufmgr: Acquire and clean victim buffer separatelyAndres Freund
2023-04-05Acquire locks on views in AcquirePlannerLocks, too.Tom Lane
2023-04-05bufmgr: Add Pin/UnpinLocalBuffer()Andres Freund
2023-04-05bufmgr: Add some more error checking [infrastructure] around pinningAndres Freund
2023-04-05Add smgrzeroextend(), FileZero(), FileFallocate()Andres Freund
2023-04-05Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.Tom Lane
2023-04-05Don't initialize page in {vm,fsm}_extend(), not neededAndres Freund
2023-04-05Fix wrong word in comment.Robert Haas