summaryrefslogtreecommitdiff
path: root/src/backend/commands/cluster.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-1/+2
* Minor code rationalization: FlushRelationBuffers just returns void,Tom Lane2004-05-311-8/+3
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-7/+7
* Get rid of cluster.c's apparatus for rebuilding a relation's indexesTom Lane2004-05-081-164/+87
* Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn'tTom Lane2004-05-061-31/+59
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-051-36/+45
* Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane2004-03-231-1/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-6/+5
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-3/+4
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-4/+4
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-4/+4
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-64/+69
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-19/+7
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-27/+43
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-281-32/+23
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-5/+5
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-3/+3
* Add start time to pg_stat_activityBruce Momjian2003-03-201-3/+4
* Prevent clustering on incomplete indexes: partial indexes are verboten,Tom Lane2003-03-031-1/+30
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-091-3/+3
* Code review for transaction-safe-TRUNCATE patch: minor cleanups.Tom Lane2002-12-301-4/+10