summaryrefslogtreecommitdiff
path: root/src/include/utils/rel.h
AgeCommit message (Expand)Author
2025-04-02Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut
2025-03-20Add vacuum_truncate configuration parameter.Nathan Bossart
2025-02-11Eagerly scan all-visible pages to amortize aggressive vacuumMelanie Plageman
2025-02-05Introduce autovacuum_vacuum_max_threshold.Nathan Bossart
2025-01-01Update copyright for 2025Bruce Momjian
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-08Custom reloptions for table AMAlexander Korotkov
2024-03-21Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov
2024-03-08Admit deferrable PKs into rd_pkindex, but flag them as suchAlvaro Herrera
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-01-31Give SMgrRelation pointers a well-defined lifetime.Heikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-02Add info in WAL records in preparation for logical slot conflict handlingAndres Freund
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-02-13Mark more nodes with attribute no_query_jumbleMichael Paquier
2023-01-26Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan
2023-01-25Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-07Convert macros to static inline functions (rel.h)Peter Eisentraut
2022-07-15Support gcc -fkeep-inline-functionsPeter Eisentraut
2022-07-09Automatically generate node support functionsPeter Eisentraut
2022-07-08Reformat some more node commentsPeter Eisentraut
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-02Remove obsolete commentPeter Eisentraut
2022-03-22Add support for security invoker views.Dean Rasheed
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-07-12Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2021-06-19Support disabling index bypassing by VACUUM.Peter Geoghegan
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-05-06Track detached partitions more accurately in partdescsAlvaro Herrera
2021-04-28Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera
2021-04-08Allow TRUNCATE command to truncate foreign tables.Fujii Masao
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila
2021-03-23Add macro RelationIsPermanent() to report relation permanenceBruce Momjian
2021-03-18Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-02Track collation versions for indexes.Thomas Munro
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-28Trigger autovacuum based on number of INSERTsDavid Rowley
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch