aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/cluster.c
Commit message (Expand)AuthorAge
* Code review and documentation updates for indisclustered patch.Tom Lane2002-09-03
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* I attach a little patch to make CLUSTER set and reset the indisclusteredBruce Momjian2002-08-27
* Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane2002-08-11
* Update with newer version of CLUSTER patch posted August 8.Bruce Momjian2002-08-10
* Major improvement in CLUSTER which preserves table characteristics usingBruce Momjian2002-08-10
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Update copyright to 2002.Bruce Momjian2002-06-20
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-27
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-15
* Make renamerel take an OID, not a RangeVar, to identify the relationTom Lane2002-03-31
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-31
* Mop-up some infelicities in new relation lookup handling.Tom Lane2002-03-29
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-19
* Add CHECK_FOR_INTERRUPTS() in various strategic spots, per commentsTom Lane2002-01-06
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* indicies to indexes from Neil ConwayBruce Momjian2001-07-12
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Preserve constraints and column defaults during CLUSTER.Tom Lane2001-01-12
* Do The Right Thing (tm) if asked to cluster a temp table. PreviousTom Lane2001-01-10
* CLUSTER forgot to create a TOAST table for the clustered relation.Tom Lane2001-01-01
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-04
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-17
* Clean up #include's.Bruce Momjian2000-06-15
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Squash some more CLUSTER bugs. Never has worked on multiple-columnTom Lane2000-05-12
* Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5.Tom Lane2000-05-11
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15