summaryrefslogtreecommitdiff
path: root/src/backend/access/common
AgeCommit message (Expand)Author
6 daysRefactor non-supported compression error message in toast_compression.cMichael Paquier
2025-06-16Fix possible Assert failure in verify_compact_attribute()David Rowley
2025-06-02Disallow "=" in names of reloptions and foreign-data options.Tom Lane
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-03-30Enable IO concurrency on all systemsAndres Freund
2025-03-25Add ExecCopySlotMinimalTupleExtra().Jeff Davis
2025-03-20Add vacuum_truncate configuration parameter.Nathan Bossart
2025-03-07Include column name in build_attrmap_by_position's error reports.Tom Lane
2025-02-12Remove unnecessary (char *) casts [mem]Peter Eisentraut
2025-02-11Eagerly scan all-visible pages to amortize aggressive vacuumMelanie Plageman
2025-02-07Virtual generated columnsPeter Eisentraut
2025-02-05Introduce autovacuum_vacuum_max_threshold.Nathan Bossart
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2025-01-11Make verify_compact_attribute available in non-assert buildsDavid Rowley
2025-01-06Get rid of radix tree's general purpose memory contextJohn Naylor
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-24Fix race condition in TupleDescCompactAttr assert codeDavid Rowley
2024-12-20Optimize alignment calculations in tuple form/deformDavid Rowley
2024-12-20Remove pg_attribute.attcacheoff columnDavid Rowley
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-12-09Remove remants of "snapshot too old"Heikki Linnakangas
2024-12-03Revert "Introduce CompactAttribute array in TupleDesc"David Rowley
2024-12-03Introduce CompactAttribute array in TupleDescDavid Rowley
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-08-06Turn a few 'validnsps' static variables into localsHeikki Linnakangas
2024-07-24Refactor tidstore.c iterator buffering.Thomas Munro
2024-07-17Use PqMsg_* macros in more places.Nathan Bossart
2024-06-28Fix comments in heaptuple.cMichael Paquier
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
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-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
2024-04-08Fix alignment of stack variableJohn Naylor
2024-04-03Invent SERIALIZE option for EXPLAIN.Tom Lane
2024-04-02Revert "Custom reloptions for table AM"Alexander Korotkov
2024-03-30Custom reloptions for table AMAlexander Korotkov
2024-03-28Rethink create and attach APIs of shared TidStore.Masahiko Sawada
2024-03-26Fix a calculation in TidStoreCreate().Masahiko Sawada
2024-03-21Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.Masahiko Sawada
2024-03-17Separate equalRowTypes() from equalTupleDescs()Peter Eisentraut
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-04Remove unused 'countincludesself' argument to pq_sendcountedtext()Heikki Linnakangas
2024-01-13Make attstattarget nullablePeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas