summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
AgeCommit message (Expand)Author
2025-04-02Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut
2025-03-11Assert that a snapshot is active or registered before it's usedHeikki Linnakangas
2025-03-03Add relallfrozen to pg_classMelanie Plageman
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-28Rename pubgencols_type to pubgencols in pg_publication.Amit Kapila
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Remove pg_attribute.attcacheoff columnDavid Rowley
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-12-04Ensure stored generated columns must be published when required.Amit Kapila
2024-12-03Revert "Introduce CompactAttribute array in TupleDesc"David Rowley
2024-12-03Introduce CompactAttribute array in TupleDescDavid Rowley
2024-11-27Remove redundant relam initializationÁlvaro Herrera
2024-11-26Clean up newlines following left parenthesesÁlvaro Herrera
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-10-31Fix refreshing physical relfilenumber on shared indexHeikki Linnakangas
2024-10-31Split RelationClearRelation into three different functionsHeikki Linnakangas
2024-10-31Simplify call to rebuild relcache entry for indexesHeikki Linnakangas
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-03Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier
2024-07-01Remove useless initializationsPeter Eisentraut
2024-06-21Fix relcache invalidation when relfilelocator is updatedHeikki Linnakangas
2024-06-06Make RelationFlushRelation() work without ResourceOwner during abortHeikki Linnakangas
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-04-11Revert: Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-08Fill CommonRdOptions with default values in extract_autovac_opts()Alexander Korotkov
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-04-03Add error codes to some PANIC/FATAL errors reportsDaniel Gustafsson
2024-04-02Revert "Custom reloptions for table AM"Alexander Korotkov
2024-03-30Custom reloptions for table AMAlexander Korotkov
2024-03-25Allow specifying an access method for partitioned tablesAlvaro Herrera
2024-03-21Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov
2024-03-11Don't destroy SMgrRelations at relcache invalidationHeikki Linnakangas
2024-03-08Admit deferrable PKs into rd_pkindex, but flag them as suchAlvaro Herrera
2024-03-05Rename pg_constraint.conwithoutoverlaps to conperiodPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-01-31Give SMgrRelation pointers a well-defined lifetime.Heikki Linnakangas
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-10-03Remove RelationGetIndexRawAttOptions()Peter Eisentraut
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-08-10Document RelationGetIndexAttrBitmap betterAlvaro Herrera
2023-07-14Add indisreplident to fields refreshed by RelationReloadIndexInfo()Michael Paquier