summaryrefslogtreecommitdiff
path: root/src/backend/commands/cluster.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transactionTom Lane2002-12-301-245/+257
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-061-5/+5
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-061-5/+5
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-061-5/+5
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-051-2/+2
* Make usesysid consistently int4, not oid.Bruce Momjian2002-12-041-3/+3
* Fix compile warnings from truncate patch.Tom Lane2002-11-231-2/+2
* Transaction safe TruncateBruce Momjian2002-11-231-13/+26
* Remove ALL from CLUSTER ALL. Use just CLUSTER.Bruce Momjian2002-11-181-2/+2
* New version attached. The following is implemented:Bruce Momjian2002-11-151-24/+301
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-111-3/+2
* Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian2002-11-091-1/+3
* During swap_relfilenodes, swap relation size statistic fields along withTom Lane2002-11-021-1/+15
* pgindent run.Bruce Momjian2002-09-041-51/+57
* Code review and documentation updates for indisclustered patch.Tom Lane2002-09-031-15/+16
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-2/+1
* I attach a little patch to make CLUSTER set and reset the indisclusteredBruce Momjian2002-08-271-4/+28
* Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane2002-08-111-166/+262
* Update with newer version of CLUSTER patch posted August 8.Bruce Momjian2002-08-101-15/+6
* Major improvement in CLUSTER which preserves table characteristics usingBruce Momjian2002-08-101-64/+242
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-3/+11
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-28/+16
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-271-1/+2
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-151-3/+2
* Make renamerel take an OID, not a RangeVar, to identify the relationTom Lane2002-03-311-26/+22