summaryrefslogtreecommitdiff
path: root/src/backend/commands/cluster.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create core infrastructure for KNNGIST.Tom Lane2010-12-021-2/+2
* Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.Tom Lane2010-10-071-20/+56
* Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.Tom Lane2010-10-071-40/+121
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Add explicit regression tests for ALTER TABLE lock levels.Simon Riggs2010-07-291-4/+4
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-251-2/+4
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-281-18/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-55/+55
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-28/+12
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-091-7/+4
* Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs,Tom Lane2010-02-071-2/+1
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-071-134/+300
* Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swappingTom Lane2010-02-041-159/+273
* CLUSTER specified the wrong namespace when renaming toast tables of temporaryTom Lane2010-02-021-7/+12
* Type table featurePeter Eisentraut2010-01-281-1/+2
* Write a WAL record whenever we perform an operation without WAL-loggingHeikki Linnakangas2010-01-201-1/+13
* Introduce Streaming Replication.Heikki Linnakangas2010-01-151-4/+4
* Silence compiler warning about uninitialized variables. This initializationItagaki Takahiro2010-01-061-1/+7
* Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro2010-01-061-99/+144
* Preserve relfilenodes:Bruce Momjian2010-01-061-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-051-1/+2
* Extend the BKI infrastructure to allow system catalogs to be givenTom Lane2009-09-261-1/+2
* Revisit AlterTableCreateToastTable's API once again, hoping to make it whatTom Lane2009-06-111-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-10/+10
* Add an option to AlterTableCreateToastTable() to allow its caller to forceTom Lane2009-05-071-2/+2
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-311-4/+4
* Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera2009-02-021-2/+20
* Add vacuum_freeze_table_age GUC option, to control when VACUUM shouldHeikki Linnakangas2009-01-161-3/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* CLUSTER VERBOSE and corresponding clusterdb --verbose optionPeter Eisentraut2008-11-241-5/+9
* Ensure that CLUSTER leaves the toast table and index with consistent names,Alvaro Herrera2008-10-141-1/+32
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-121-2/+4
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-091-3/+7
* Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane2008-04-131-1/+5
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-261-2/+2
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-261-1/+2
* Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing theseTom Lane2008-01-301-9/+5
* Prevent CLUSTER from decreasing a relation's relfrozenxid. BugTom Lane2008-01-151-1/+8