summaryrefslogtreecommitdiff
path: root/src/include/utils/rel.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-221-43/+14
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-211-14/+43
* Fix cosmetic blemishes involving rd_createSubid.Noah Misch2020-03-211-3/+8
* Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro2019-08-281-1/+0
* Allow table AM's to use rd_amcache, too.Heikki Linnakangas2019-07-301-8/+11
* Remove RelationSetIndexList().Tom Lane2019-05-031-2/+2
* Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane2019-04-131-2/+4
* Add vacuum_truncate reloption.Fujii Masao2019-04-081-0/+1
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-041-0/+1
* Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane2019-03-101-1/+1
* tableam: introduce table AM infrastructure.Andres Freund2019-03-061-1/+14
* Rename RelationData.rd_amroutine to rd_indam.Andres Freund2019-01-211-1/+1
* Finish reverting "recheck_on_update" patch.Tom Lane2019-01-151-11/+1
* Don't create relfilenode for relations without storageAlvaro Herrera2019-01-041-5/+4
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-1/+0
* Correct attach/detach logic for FKs in partitionsAlvaro Herrera2018-10-121-2/+3
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-181-1/+1
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-2/+2
* Reorganize partitioning codeAlvaro Herrera2018-04-141-72/+0
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-071-1/+15
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-041-0/+2
* Allow HOT updates for some expression indexesSimon Riggs2018-03-271-1/+11
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Parameter toast_tuple_target controls TOAST for new rowsSimon Riggs2017-11-201-0/+9
* Phase 2 of pgindent updates.Tom Lane2017-06-211-11/+10
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-1/+1
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-2/+2
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-241-0/+4
* Reindent table partitioning code.Robert Haas2017-01-241-5/+5
* Logical replicationPeter Eisentraut2017-01-201-0/+6
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Implement table partitioning.Robert Haas2016-12-071-0/+89
* Re-allow user_catalog_table option for materialized views.Tom Lane2016-11-101-2/+3
* Band-aid fix for incorrect use of view options as StdRdOptions.Tom Lane2016-11-071-1/+2
* Restore foreign-key-aware estimation of join relation sizes.Tom Lane2016-06-181-0/+32
* pgindent run for 9.6Robert Haas2016-06-091-1/+1
* Mop-up for parallel degree-ectomy.Tom Lane2016-06-091-5/+6
* Eliminate "parallel degree" terminology.Robert Haas2016-06-091-3/+3
* Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane2016-06-071-3/+0
* Fix hash index vs "snapshot too old" problemmsKevin Grittner2016-05-061-0/+1
* Add the "snapshot too old" featureKevin Grittner2016-04-081-0/+1
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-081-15/+1
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-081-1/+15
* Add a 'parallel_degree' reloption.Robert Haas2016-04-081-0/+9
* Load FK defs into relcache for use by plannerSimon Riggs2016-04-071-0/+3
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-20/+3
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix more typos in comments.Heikki Linnakangas2015-05-201-1/+1
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-151-1/+0