summaryrefslogtreecommitdiff
path: root/src/backend/commands/cluster.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger eventsTom Lane2008-01-021-1/+13
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-17/+19
* Disallow CLUSTER using an invalid index (that is, one left over from a failedTom Lane2007-09-291-1/+15
* Make CLUSTER and REINDEX silently skip remote temp tables in theirAlvaro Herrera2007-09-101-1/+25
* Fix dumb compile error in the last patch.Alvaro Herrera2007-05-191-1/+2
* Have CLUSTER advance the table's relfrozenxid. The new frozen point is theAlvaro Herrera2007-05-181-7/+22
* Move the tuple freezing point in CLUSTER to a point further back in the past,Alvaro Herrera2007-05-171-4/+11
* Make CLUSTER MVCC-safe. Heikki LinnakangasTom Lane2007-04-081-37/+93
* Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)Tom Lane2007-03-291-2/+18
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-3/+3
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-3/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+3
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-181-19/+30
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-7/+6
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-311-3/+3
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-17/+11
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-2/+27
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-021-7/+7
* Fix grammar of new error message.Tom Lane2006-05-021-4/+3
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-1/+8
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Tweak indexscan machinery to avoid taking an AccessShareLock on an indexTom Lane2005-12-031-2/+3
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-17/+18
* Message correctionsPeter Eisentraut2005-10-291-9/+8
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-94/+90
* Arrange for indexes and toast tables to inherit their ownership fromTom Lane2005-08-261-1/+2
* Report index name on CLUSTER failure. Also, suggest ALTER TABLEBruce Momjian2005-05-101-10/+16
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-061-1/+2
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-5/+4
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-6/+7
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-2/+2
* Remove unnecessary calls of FlushRelationBuffers: there is no needTom Lane2005-03-201-17/+2
* Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns outTom Lane2005-02-061-11/+62
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-19/+19
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane.Tom Lane2004-07-111-16/+27