summaryrefslogtreecommitdiff
path: root/src/backend/commands/cluster.c
Commit message (Expand)AuthorAgeFilesLines
* In rebuild_relation(), don't access an already-closed relcache entry.Tom Lane2017-03-041-3/+5
* Fix CatalogTupleInsert/Update abstraction for case of shared indstate.Tom Lane2017-02-011-6/+5
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-311-6/+3
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Remove should_free arguments to tuplesort routines.Robert Haas2016-12-121-5/+1
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-3/+1
* Fix various common mispellings.Greg Stark2016-06-031-1/+1
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-1/+3
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Support VERBOSE option in REINDEX command.Fujii Masao2015-05-151-1/+1
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-031-1/+2
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Get rid of SET LOGGED indexes persistence kludgeAlvaro Herrera2014-11-151-2/+14
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-061-0/+1
* Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera2014-08-221-19/+27
* 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