summaryrefslogtreecommitdiff
path: root/src/backend/commands/cluster.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-311-14/+7
* Mop-up some infelicities in new relation lookup handling.Tom Lane2002-03-291-23/+21
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-2/+2
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-24/+35
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-191-34/+7
* Add CHECK_FOR_INTERRUPTS() in various strategic spots, per commentsTom Lane2002-01-061-1/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+2
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-2/+1
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-3/+6
* indicies to indexes from Neil ConwayBruce Momjian2001-07-121-4/+4
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-2/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-21/+22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Preserve constraints and column defaults during CLUSTER.Tom Lane2001-01-121-2/+2
* Do The Right Thing (tm) if asked to cluster a temp table. PreviousTom Lane2001-01-101-8/+17
* CLUSTER forgot to create a TOAST table for the clustered relation.Tom Lane2001-01-011-6/+17
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-10/+14
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-87/+55
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-141-54/+12
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-041-4/+7
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-171-2/+1
* Clean up #include's.Bruce Momjian2000-06-151-1/+2
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* Squash some more CLUSTER bugs. Never has worked on multiple-columnTom Lane2000-05-121-5/+18
* Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5.Tom Lane2000-05-111-36/+18
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-4/+4
* Add:Bruce Momjian2000-01-261-2/+3
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-1/+3
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-221-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-3/+3
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-32/+24
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-8/+6
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-14/+14
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-13/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* pgindent run over code.Bruce Momjian1999-05-251-22/+22