summaryrefslogtreecommitdiff
path: root/src/backend/commands/cluster.c
AgeCommit message (Expand)Author
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-15Get rid of SET LOGGED indexes persistence kludgeAlvaro Herrera
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-08-22Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera
2014-06-27Don't allow relminmxid to go backwards during VACUUM FULLAlvaro Herrera
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-06Reduce lock levels of some ALTER TABLE cmdsSimon Riggs
2014-03-04Allow VACUUM FULL/CLUSTER to bump freeze horizons even for pg_class.Robert Haas
2014-03-03Introduce logical decoding.Robert Haas
2014-02-13Separate multixact freezing parameters from xid'sAlvaro Herrera
2014-01-20Fix typo in comment.Fujii Masao
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-02Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.Robert Haas
2013-11-30Fix full-table-vacuum request mechanism for MultiXactIdsAlvaro Herrera
2013-11-29Refine our definition of what constitutes a system relation.Robert Haas
2013-09-16Rename various "freeze multixact" variablesAlvaro Herrera
2013-08-01Remove SnapshotNow and HeapTupleSatisfiesNow.Robert Haas
2013-07-22Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas
2013-07-16Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner
2013-07-03Get rid of pg_class.reltoastidxid.Fujii Masao
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-06Move materialized views' is-populated status into their pg_class entries.Tom Lane
2013-04-09Create a distinction between a populated matview and a scannable one.Kevin Grittner
2013-03-18Extend object-access hook machinery to support post-alter events.Robert Haas
2013-03-04Add a materialized view relations.Kevin Grittner
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-29Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane
2012-10-23Add context info to OAT_POST_CREATE security hookAlvaro Herrera
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-26Classify DROP operations by whether or not they are user-initiated.Robert Haas
2012-01-12Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-21Improve behavior of concurrent CLUSTER.Robert Haas
2011-12-16Improve behavior of concurrent rename statements.Robert Haas
2011-10-14Measure the number of all-visible pages for use in index-only scan costing.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-16Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL.Tom Lane
2011-06-20Remove extra copying of TupleDescs for heap_create_with_catalogAlvaro Herrera
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-06-08Make DDL operations play nicely with Serializable Snapshot Isolation.Heikki Linnakangas
2011-05-12Kill stray "not".Robert Haas
2011-05-01Make CLUSTER lock the old table's toast table before copying data.Tom Lane
2011-04-25Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas
2011-04-19Avoid changing an index's indcheckxmin horizon during REINDEX.Tom Lane
2011-04-16Simplify reindex_relation's API.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian