aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/rel.h
Commit message (Expand)AuthorAge
* 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
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* Add the notion of REPLICA IDENTITY for a table.Robert Haas2013-11-08
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-18
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Move materialized views' is-populated status into their pg_class entries.Tom Lane2013-05-06
* Remove some unused and seldom used fields from RelationAmInfo.Heikki Linnakangas2013-04-16
* Create a distinction between a populated matview and a scannable one.Kevin Grittner2013-04-09
* Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane2013-03-06
* Add a materialized view relations.Kevin Grittner2013-03-03
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update comments on rd_newRelfilenodeSubid.Simon Riggs2012-12-24
* Fix failure to ignore leftover temp tables after a server crash.Tom Lane2012-12-17
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane2012-01-12
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add a security_barrier option for views.Robert Haas2011-12-22
* Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane2011-12-18
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support unlogged tables.Robert Haas2010-12-29
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Simplify and speed up mapping of index opfamilies to pathkeys.Tom Lane2010-11-29
* Support triggers on views.Tom Lane2010-10-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* pgindent run for 9.0Bruce Momjian2010-02-26