summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2024-07-18Do not summarize WAL if generated with wal_level=minimal.Robert Haas
2024-07-17Use PqMsg_* macros in more places.Nathan Bossart
2024-07-04Assign error codes where missing for user-facing failuresMichael Paquier
2024-07-02Use safe string copy routineDaniel Gustafsson
2024-07-01Preserve CurrentMemoryContext across Start/CommitTransactionCommand.Tom Lane
2024-06-28Prevent summarizer hang when summarize_wal turned off and back on.Robert Haas
2024-06-28Fix comments in heaptuple.cMichael Paquier
2024-06-28Add an injection_points isolation test suite.Noah Misch
2024-06-27Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas
2024-06-26Fix bugs in MultiXact truncationHeikki Linnakangas
2024-06-26Fix nbtree array unsatisfied inequality check.Peter Geoghegan
2024-06-17Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.Tom Lane
2024-06-16Convert confusing macros in multixact.c to static inline functionsHeikki Linnakangas
2024-06-14Reintroduce dead tuple counter in pg_stat_progress_vacuum.Masahiko Sawada
2024-06-13Clamp result of MultiXactMemberFreezeThresholdHeikki Linnakangas
2024-06-12Harmonize function parameter names for Postgres 17.Peter Geoghegan
2024-06-06Make RelationFlushRelation() work without ResourceOwner during abortHeikki Linnakangas
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-16BitmapHeapScan: Remove incorrect assert and reset fieldMelanie Plageman
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-03Fix an assortment of typosDavid Rowley
2024-05-01Fix parallel vacuum buffer usage reporting.Masahiko Sawada
2024-04-29Avoid repeating loads of frozen ID values.Noah Misch
2024-04-28Fix duplicated consecutive words in commentsDavid Rowley
2024-04-22Remove unneeded nbtree array preprocessing assert.Peter Geoghegan
2024-04-22Remove overzealous array element type assertion.Peter Geoghegan
2024-04-19Add missing index_insert_cleanup callsTomas Vondra
2024-04-19Fix a couple typos in BRIN codeTomas Vondra
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-18Don't try to fix eliminated nbtree array scan keys.Peter Geoghegan
2024-04-17Refactoring for CommitTransactionCommand()/AbortCurrentTransaction()Alexander Korotkov
2024-04-17Cleanup parallel BRIN index build codeTomas Vondra
2024-04-16Fix nbtree "deduce NOT NULL" scan key comment.Peter Geoghegan
2024-04-16revert: Generalize relation analyze in table AM interfaceAlexander Korotkov
2024-04-14Use the correct PG_DETOAST_DATUM macro in BRINTomas Vondra
2024-04-14Update nbits_set in brin_bloom_unionTomas Vondra
2024-04-11Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-04-11Revert: Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov
2024-04-11Revert: Allow table AM tuple_insert() method to return the different slotAlexander Korotkov
2024-04-11Revert: Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2024-04-11Revert: Let table AM insertion methods control index insertionAlexander Korotkov
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-11Fix inconsistency with replay of hash squeeze record for clean buffersMichael Paquier
2024-04-09Get rid of anonymous structJohn Naylor
2024-04-08Teach radix tree to embed values at runtimeJohn Naylor
2024-04-08Teach TID store to skip bitmap for small numbers of offsetsJohn Naylor
2024-04-08Provide a way block-level table AMs could re-use acquire_sample_rows()Alexander Korotkov
2024-04-08Fill CommonRdOptions with default values in extract_autovac_opts()Alexander Korotkov
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-04-08Use bump context for TID bitmaps stored by vacuumJohn Naylor