aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/rel.h
Commit message (Expand)AuthorAge
* Rename RelationData.rd_amroutine to rd_indam.Andres Freund2019-01-21
* Finish reverting "recheck_on_update" patch.Tom Lane2019-01-15
* Don't create relfilenode for relations without storageAlvaro Herrera2019-01-04
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Correct attach/detach logic for FKs in partitionsAlvaro Herrera2018-10-12
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Allow HOT updates for some expression indexesSimon Riggs2018-03-27
* Update copyright for 2018Bruce Momjian2018-01-02
* Parameter toast_tuple_target controls TOAST for new rowsSimon Riggs2017-11-20
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* Reindent table partitioning code.Robert Haas2017-01-24
* Logical replicationPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Implement table partitioning.Robert Haas2016-12-07
* Re-allow user_catalog_table option for materialized views.Tom Lane2016-11-10
* Band-aid fix for incorrect use of view options as StdRdOptions.Tom Lane2016-11-07
* Restore foreign-key-aware estimation of join relation sizes.Tom Lane2016-06-18
* pgindent run for 9.6Robert Haas2016-06-09
* Mop-up for parallel degree-ectomy.Tom Lane2016-06-09
* Eliminate "parallel degree" terminology.Robert Haas2016-06-09
* Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane2016-06-07
* Fix hash index vs "snapshot too old" problemmsKevin Grittner2016-05-06
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Add a 'parallel_degree' reloption.Robert Haas2016-04-08
* Load FK defs into relcache for use by plannerSimon Riggs2016-04-07
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Add log_min_autovacuum_duration per-table optionAlvaro Herrera2015-04-03
* Update copyright for 2015Bruce Momjian2015-01-06
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* Clean up includes from RLS patchStephen Frost2014-11-14
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* Move view reloptions into their own varlena structAlvaro Herrera2014-07-14
* Code review for recent changes in relcache.c.Tom Lane2014-05-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-13
* Update copyright for 2014Bruce Momjian2014-01-07
* Add a new reloption, user_catalog_table.Robert Haas2013-12-10