summaryrefslogtreecommitdiff
path: root/src/include/utils/rel.h
AgeCommit message (Expand)Author
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
2020-03-21Fix cosmetic blemishes involving rd_createSubid.Noah Misch
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-26Improve comments in utils/rel.h.Tom Lane
2019-12-25Load relcache entries' partitioning data on-demand, not immediately.Tom Lane
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-11-25Refactor reloption handling for index AMs in-coreMichael Paquier
2019-11-01Add some assertions to view reloption macrosPeter Eisentraut
2019-09-25Support reloptions of enum typeAlvaro Herrera
2019-08-28Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro
2019-08-16Remove fmgr.h includes from headers that don't really need it.Andres Freund
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-07-30Allow table AM's to use rd_amcache, too.Heikki Linnakangas
2019-07-07Remove more unreferenced function declarationsMichael Paquier
2019-05-03Remove RelationSetIndexList().Tom Lane