aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Make attstattarget nullablePeter Eisentraut2024-01-13
* Remove hastup from LVPagePruneState.Robert Haas2024-01-11
* Update copyright for 2024Bruce Momjian2024-01-03
* gist: fix typo "split(t)ed" -> "split"Robert Haas2024-01-02
* Fix typos in comments and in one isolation test.Robert Haas2024-01-02
* Fix parallel BRIN builds with synchronized scansTomas Vondra2023-12-30
* Minor cleanup of the BRIN parallel build codeTomas Vondra2023-12-30
* Fix incorrect data type choices in some read and write calls.Tom Lane2023-12-27
* Improvements and fixes for e0b1ee17dcAlexander Korotkov2023-12-27
* Remove BTScanOpaqueData.firstPageAlexander Korotkov2023-12-27
* Avoid trying to fetch metapage of an SPGist partitioned index.Tom Lane2023-12-21
* Show isCatalogRel in several rmgr descriptions.Masahiko Sawada2023-12-21
* Add support for incremental backup.Robert Haas2023-12-20
* Add a new WAL summarizer process.Robert Haas2023-12-20
* Additional write barrier in AdvanceXLInsertBuffer().Jeff Davis2023-12-19
* Use 64-bit atomics for xlblocks array elements.Jeff Davis2023-12-19
* Prevent tuples to be marked as dead in subtransactions on standbysMichael Paquier2023-12-12
* Remove trace_recovery_messagesMichael Paquier2023-12-11
* Fix nbtree backward scan race condition comments.Peter Geoghegan2023-12-08
* Optimize nbtree backward scan boundary cases.Peter Geoghegan2023-12-08
* Allow parallel CREATE INDEX for BRIN indexesTomas Vondra2023-12-08
* Add empty BRIN ranges during CREATE INDEXTomas Vondra2023-12-08
* Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas2023-12-08
* Initialize ShmemVariableCache like other shmem areasHeikki Linnakangas2023-12-08
* Fix potential pointer overflow in xlogreader.c.Thomas Munro2023-12-08
* Fix compilation on Windows with WAL_DEBUGMichael Paquier2023-12-06
* Fix an uninitialized access in hash_xlog_squeeze_page().Amit Kapila2023-12-01
* Fix typo in 5a1dfde8334bAlexander Korotkov2023-11-30
* Fix warning due non-standard inline declaration in 4ed8f0913bfdb5f355Alexander Korotkov2023-11-30
* Apply quotes more consistently to GUC names in logsMichael Paquier2023-11-30
* Make use FullTransactionId in 2PC filenamesAlexander Korotkov2023-11-29
* Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov2023-11-29
* Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas2023-11-28
* Check if ii_AmCache is NULL in aminsertcleanupTomas Vondra2023-11-27
* Reduce rate of walwriter wakeups due to async commits.Heikki Linnakangas2023-11-27
* Fix brin.c indentation issues introduced by c1ec02be1dTomas Vondra2023-11-26
* Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra2023-11-25
* C comment: clarify that WAL files can be _recycled_ or removedBruce Momjian2023-11-25
* modify segno. for pg_walfile_name() and pg_walfile_name_offset()Bruce Momjian2023-11-24
* Release lock on heap buffer before vacuuming FSMAndres Freund2023-11-17
* Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart2023-11-15
* Clear CurrentResourceOwner earlier in CommitTransaction.Heikki Linnakangas2023-11-15
* Don't release index root page pin in ginFindParents().Tom Lane2023-11-13
* Use REGBUF_NO_CHANGE at one more place in the hash index.Amit Kapila2023-11-13
* Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.Amit Kapila2023-11-10
* Ensure we use the correct spelling of "ensure"David Rowley2023-11-10
* Make ResourceOwners more easily extensible.Heikki Linnakangas2023-11-08
* Enlarge assertion in bloom_init() for false_positive_rateMichael Paquier2023-11-08
* doc: 1-byte varlena headers can be used for user PLAIN storageBruce Momjian2023-10-31
* Diagnose !indisvalid in more SQL functions.Noah Misch2023-10-30