aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/cluster.c
Commit message (Expand)AuthorAge
* Update copyright for 2009.Bruce Momjian2009-01-01
* CLUSTER VERBOSE and corresponding clusterdb --verbose optionPeter Eisentraut2008-11-24
* Ensure that CLUSTER leaves the toast table and index with consistent names,Alvaro Herrera2008-10-14
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-12
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-09
* Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane2008-04-13
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-26
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-26
* Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing theseTom Lane2008-01-30
* Prevent CLUSTER from decreasing a relation's relfrozenxid. BugTom Lane2008-01-15
* Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger eventsTom Lane2008-01-02
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Disallow CLUSTER using an invalid index (that is, one left over from a failedTom Lane2007-09-29
* Make CLUSTER and REINDEX silently skip remote temp tables in theirAlvaro Herrera2007-09-10
* Fix dumb compile error in the last patch.Alvaro Herrera2007-05-19
* Have CLUSTER advance the table's relfrozenxid. The new frozen point is theAlvaro Herrera2007-05-18
* Move the tuple freezing point in CLUSTER to a point further back in the past,Alvaro Herrera2007-05-17
* Make CLUSTER MVCC-safe. Heikki LinnakangasTom Lane2007-04-08
* Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)Tom Lane2007-03-29
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-18
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-31
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-02
* Fix grammar of new error message.Tom Lane2006-05-02
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-02
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Tweak indexscan machinery to avoid taking an AccessShareLock on an indexTom Lane2005-12-03
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Message correctionsPeter Eisentraut2005-10-29
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Arrange for indexes and toast tables to inherit their ownership fromTom Lane2005-08-26
* Report index name on CLUSTER failure. Also, suggest ALTER TABLEBruce Momjian2005-05-10
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Remove unnecessary calls of FlushRelationBuffers: there is no needTom Lane2005-03-20
* Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns outTom Lane2005-02-06
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31