aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/cluster.c
Commit message (Expand)AuthorAge
* 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
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-13
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane.Tom Lane2004-07-11
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Minor code rationalization: FlushRelationBuffers just returns void,Tom Lane2004-05-31
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Get rid of cluster.c's apparatus for rebuilding a relation's indexesTom Lane2004-05-08
* Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn'tTom Lane2004-05-06
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-05
* Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane2004-03-23
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* Add start time to pg_stat_activityBruce Momjian2003-03-20
* Prevent clustering on incomplete indexes: partial indexes are verboten,Tom Lane2003-03-03
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* Code review for transaction-safe-TRUNCATE patch: minor cleanups.Tom Lane2002-12-30
* Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transactionTom Lane2002-12-30
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-06
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-06
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-06
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-05
* Make usesysid consistently int4, not oid.Bruce Momjian2002-12-04