summaryrefslogtreecommitdiff
path: root/src/include/utils/relcache.h
AgeCommit message (Expand)Author
2025-04-17Assert lack of hazardous buffer locks before possible catalog read.Noah Misch
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
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-10-03Remove RelationGetIndexRawAttOptions()Peter Eisentraut
2023-08-10Document RelationGetIndexAttrBitmap betterAlvaro Herrera
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-27Move RelFileNumber declarations to common/relpath.h.Robert Haas
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
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-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-09-23Split macros from visibilitymap.h into a separate headerAlexander Korotkov
2021-04-27Fix Logical Replication of Truncate in synchronous commit mode.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-30Implement operator class parametersAlexander Korotkov
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-01-01Update copyrights for 2020Bruce Momjian
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-03Remove RelationSetIndexList().Tom Lane
2019-03-29tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund
2019-03-06tableam: introduce table AM infrastructure.Andres Freund
2019-01-15Finish reverting "recheck_on_update" patch.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-03-27Allow HOT updates for some expression indexesSimon Riggs
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-07Exclude pg_internal.init from BASE_BACKUPSimon Riggs
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-01-20Logical replicationPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-06-18Restore foreign-key-aware estimation of join relation sizes.Tom Lane
2016-06-07Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane
2016-04-07Load FK defs into relcache for use by plannerSimon Riggs
2016-01-02Update copyright for 2016Bruce Momjian
2015-06-25Fix the logic for putting relations into the relcache init file.Tom Lane
2015-06-07Use a safer method for determining whether relcache init file is stale.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian