summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2023-12-27Fix incorrect data type choices in some read and write calls.Tom Lane
2023-12-27Improvements and fixes for e0b1ee17dcAlexander Korotkov
2023-12-27Remove BTScanOpaqueData.firstPageAlexander Korotkov
2023-12-21Avoid trying to fetch metapage of an SPGist partitioned index.Tom Lane
2023-12-21Show isCatalogRel in several rmgr descriptions.Masahiko Sawada
2023-12-20Add support for incremental backup.Robert Haas
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-20Additional write barrier in AdvanceXLInsertBuffer().Jeff Davis
2023-12-20Use 64-bit atomics for xlblocks array elements.Jeff Davis
2023-12-12Prevent tuples to be marked as dead in subtransactions on standbysMichael Paquier
2023-12-11Remove trace_recovery_messagesMichael Paquier
2023-12-08Fix nbtree backward scan race condition comments.Peter Geoghegan
2023-12-08Optimize nbtree backward scan boundary cases.Peter Geoghegan
2023-12-08Allow parallel CREATE INDEX for BRIN indexesTomas Vondra
2023-12-08Add empty BRIN ranges during CREATE INDEXTomas Vondra
2023-12-08Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas
2023-12-08Initialize ShmemVariableCache like other shmem areasHeikki Linnakangas
2023-12-08Fix potential pointer overflow in xlogreader.c.Thomas Munro
2023-12-06Fix compilation on Windows with WAL_DEBUGMichael Paquier
2023-12-01Fix an uninitialized access in hash_xlog_squeeze_page().Amit Kapila
2023-11-30Fix typo in 5a1dfde8334bAlexander Korotkov
2023-11-30Fix warning due non-standard inline declaration in 4ed8f0913bfdb5f355Alexander Korotkov
2023-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-11-28Make use FullTransactionId in 2PC filenamesAlexander Korotkov
2023-11-28Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov
2023-11-28Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas
2023-11-27Check if ii_AmCache is NULL in aminsertcleanupTomas Vondra
2023-11-27Reduce rate of walwriter wakeups due to async commits.Heikki Linnakangas
2023-11-26Fix brin.c indentation issues introduced by c1ec02be1dTomas Vondra
2023-11-25Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra
2023-11-25C comment: clarify that WAL files can be _recycled_ or removedBruce Momjian
2023-11-25modify segno. for pg_walfile_name() and pg_walfile_name_offset()Bruce Momjian
2023-11-17Release lock on heap buffer before vacuuming FSMAndres Freund
2023-11-15Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart
2023-11-15Clear CurrentResourceOwner earlier in CommitTransaction.Heikki Linnakangas
2023-11-13Don't release index root page pin in ginFindParents().Tom Lane
2023-11-13Use REGBUF_NO_CHANGE at one more place in the hash index.Amit Kapila
2023-11-10Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.Amit Kapila
2023-11-09Ensure we use the correct spelling of "ensure"David Rowley
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-11-08Enlarge assertion in bloom_init() for false_positive_rateMichael Paquier
2023-10-31doc: 1-byte varlena headers can be used for user PLAIN storageBruce Momjian
2023-10-30Diagnose !indisvalid in more SQL functions.Noah Misch
2023-10-30Delay recovery mode LOG after reading backup_label and/or checkpoint recordMichael Paquier
2023-10-30Mention standby.signal in FATALs for checkpoint record missing at recoveryMichael Paquier
2023-10-30Introduce pg_stat_checkpointerMichael Paquier
2023-10-27doc Improve C GUC-related commentsBruce Momjian
2023-10-27Fix minmax-multi distance for extreme interval valuesTomas Vondra
2023-10-27Fix minmax-multi on infinite date/timestamp valuesTomas Vondra
2023-10-27Fix calculation in brin_minmax_multi_distance_dateTomas Vondra