summaryrefslogtreecommitdiff
path: root/src/backend/commands/cluster.c
Commit message (Expand)AuthorAgeFilesLines
* Don't allow relminmxid to go backwards during VACUUM FULLAlvaro Herrera2014-06-271-0/+6
* pgindent run for 9.4Bruce Momjian2014-05-061-31/+32
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-061-7/+7
* Allow VACUUM FULL/CLUSTER to bump freeze horizons even for pg_class.Robert Haas2014-03-041-1/+36
* Introduce logical decoding.Robert Haas2014-03-031-2/+2
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-131-1/+1
* Fix typo in comment.Fujii Masao2014-01-211-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.Robert Haas2014-01-021-26/+16
* Fix full-table-vacuum request mechanism for MultiXactIdsAlvaro Herrera2013-11-291-5/+8
* Refine our definition of what constitutes a system relation.Robert Haas2013-11-281-1/+1
* Rename various "freeze multixact" variablesAlvaro Herrera2013-09-161-15/+16
* Remove SnapshotNow and HeapTupleSatisfiesNow.Robert Haas2013-08-011-10/+0
* Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas2013-07-221-1/+1
* Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner2013-07-161-6/+21
* Get rid of pg_class.reltoastidxid.Fujii Masao2013-07-041-12/+22
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-1/+6
* pgindent run for release 9.3Bruce Momjian2013-05-291-2/+2
* Move materialized views' is-populated status into their pg_class entries.Tom Lane2013-05-061-6/+1
* Create a distinction between a populated matview and a scannable one.Kevin Grittner2013-04-091-6/+7
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-171-7/+26
* Add a materialized view relations.Kevin Grittner2013-03-031-0/+18
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-12/+25
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-281-1/+9
* Add context info to OAT_POST_CREATE security hookAlvaro Herrera2012-10-231-0/+1
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-2/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-4/+4
* Classify DROP operations by whether or not they are user-initiated.Robert Haas2012-01-261-1/+1
* Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane2012-01-121-4/+7
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Improve behavior of concurrent CLUSTER.Robert Haas2011-12-211-9/+7
* Improve behavior of concurrent rename statements.Robert Haas2011-12-151-6/+2
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-141-0/+5
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-8/+0
* Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL.Tom Lane2011-08-161-0/+4
* Remove extra copying of TupleDescs for heap_create_with_catalogAlvaro Herrera2011-06-201-6/+3
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-3/+3
* Make DDL operations play nicely with Serializable Snapshot Isolation.Heikki Linnakangas2011-06-081-0/+9
* Kill stray "not".Robert Haas2011-05-121-1/+1
* Make CLUSTER lock the old table's toast table before copying data.Tom Lane2011-05-011-0/+17
* Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas2011-04-251-2/+1
* Avoid changing an index's indcheckxmin horizon during REINDEX.Tom Lane2011-04-191-0/+6
* Simplify reindex_relation's API.Tom Lane2011-04-161-3/+3
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-11/+11
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-081-2/+4
* Make ALTER TABLE revalidate uniqueness and exclusion constraints.Robert Haas2011-01-201-2/+7
* Remove pg_am.amindexnulls.Tom Lane2011-01-081-37/+0
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-131-2/+3