index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
rel.h
Commit message (
Expand
)
Author
Age
*
Fix hash index vs "snapshot too old" problemms
Kevin Grittner
2016-05-06
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Add a 'parallel_degree' reloption.
Robert Haas
2016-04-08
*
Load FK defs into relcache for use by planner
Simon Riggs
2016-04-07
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-04-03
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
*
Clean up includes from RLS patch
Stephen Frost
2014-11-14
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Move view reloptions into their own varlena struct
Alvaro Herrera
2014-07-14
*
Code review for recent changes in relcache.c.
Tom Lane
2014-05-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add a new reloption, user_catalog_table.
Robert Haas
2013-12-10
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
*
Add the notion of REPLICA IDENTITY for a table.
Robert Haas
2013-11-08
*
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-05-06
*
Remove some unused and seldom used fields from RelationAmInfo.
Heikki Linnakangas
2013-04-16
*
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-04-09
*
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-06
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update comments on rd_newRelfilenodeSubid.
Simon Riggs
2012-12-24
*
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-12-17
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.
Tom Lane
2012-01-12
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
*
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-12-18
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Support unlogged tables.
Robert Haas
2010-12-29
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
*
Simplify and speed up mapping of index opfamilies to pathkeys.
Tom Lane
2010-11-29
*
Support triggers on views.
Tom Lane
2010-10-10
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
[next]