index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
matview.c
Commit message (
Expand
)
Author
Age
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-23
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-25
*
tableam: Add table_finish_bulk_insert().
Andres Freund
2019-04-01
*
tableam: Use in CREATE TABLE AS and CREATE MATERIALIZED VIEW.
Andres Freund
2019-03-24
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-14
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-27
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
*
Rejigger materializing and fetching a HeapTuple from a slot.
Andres Freund
2018-11-15
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Combine options for RangeVarGetRelidExtended() into a flags argument.
Andres Freund
2018-03-30
*
Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-19
*
Fix performance hazard in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
*
Avoid use of already-closed relcache entry.
Tom Lane
2017-03-18
*
Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector.
Tom Lane
2017-03-18
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-06-06
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Replace printf format %i by %d
Peter Eisentraut
2016-04-08
*
Make concurrent refresh check early that there is a unique index on matview.
Fujii Masao
2016-02-16
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Message style improvements
Peter Eisentraut
2015-10-28
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Get rid of SET LOGGED indexes persistence kludge
Alvaro Herrera
2014-11-15
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Fix typo in comment.
Fujii Masao
2014-11-06
*
Message improvements
Peter Eisentraut
2014-10-12
*
Assorted message fixes and improvements
Peter Eisentraut
2014-09-05
*
Fix superuser concurrent refresh of matview owned by another.
Kevin Grittner
2014-08-26
*
Have CREATE TABLE AS and REFRESH return an OID
Alvaro Herrera
2014-08-25
[next]