summaryrefslogtreecommitdiff
path: root/src/include/utils/rel.h
AgeCommit message (Expand)Author
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
2019-04-13Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane
2019-04-08Add vacuum_truncate reloption.Fujii Masao
2019-04-04Allow VACUUM to be run with index cleanup disabled.Robert Haas
2019-03-10Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane
2019-03-06tableam: introduce table AM infrastructure.Andres Freund
2019-01-22Rename RelationData.rd_amroutine to rd_indam.Andres Freund
2019-01-15Finish reverting "recheck_on_update" patch.Tom Lane
2019-01-04Don't create relfilenode for relations without storageAlvaro Herrera
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-12Correct attach/detach logic for FKs in partitionsAlvaro Herrera
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-15Reorganize partitioning codeAlvaro Herrera
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-04Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev
2018-03-27Allow HOT updates for some expression indexesSimon Riggs
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-19Parameter toast_tuple_target controls TOAST for new rowsSimon Riggs
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-01-24Reindent table partitioning code.Robert Haas
2017-01-20Logical replicationPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-07Implement table partitioning.Robert Haas
2016-11-10Re-allow user_catalog_table option for materialized views.Tom Lane
2016-11-07Band-aid fix for incorrect use of view options as StdRdOptions.Tom Lane