summaryrefslogtreecommitdiff
path: root/src/backend/access/common
AgeCommit message (Expand)Author
2025-12-10Use palloc_object() and palloc_array() in backend codeMichael Paquier
2025-12-09Remove useless casts in format argumentsPeter Eisentraut
2025-12-03Use "foo(void)" for definitions of functions with no parameters.Nathan Bossart
2025-12-02Remove useless casting to same typePeter Eisentraut
2025-11-21C11 alignas instead of unionsPeter Eisentraut
2025-11-04Remove redundant memset() introduced by a0942f4.Jeff Davis
2025-10-30Mark ItemPointer arguments as const throughoutPeter Eisentraut
2025-10-15Add log_autoanalyze_min_durationPeter Eisentraut
2025-10-05Don't include access/htup_details.h in executor/tuptable.hÁlvaro Herrera
2025-09-24Remove PointerIsValid()Peter Eisentraut
2025-09-15Some stylistic improvements in toast_save_datum()Peter Eisentraut
2025-09-12Silence compiler warnings on clang 21Peter Eisentraut
2025-08-13Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true.Tom Lane
2025-08-08Add missing Datum conversionsPeter Eisentraut
2025-08-06Rename transformRelOptions()'s "namspace" parameter to "nameSpace".Nathan Bossart
2025-08-05Mop-up for commit e035863c9.Tom Lane
2025-08-05Fix varatt versus Datum type confusionsPeter Eisentraut
2025-08-05Fix various hash function usesPeter Eisentraut
2025-08-05Fix mixups of FooGetDatum() vs. DatumGetFoo()Peter Eisentraut
2025-07-16Refactor non-supported compression error message in toast_compression.cMichael Paquier
2025-06-17Fix 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-24Add 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-21Optimize 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