summaryrefslogtreecommitdiff
path: root/src/backend/commands/cluster.c
AgeCommit message (Expand)Author
2003-05-28Replace functional-index facility with expressional indexes. Any columnTom Lane
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-05-02Portal and memory management infrastructure for extended query protocol.Tom Lane
2003-03-20Add start time to pg_stat_activityBruce Momjian
2003-03-03Prevent clustering on incomplete indexes: partial indexes are verboten,Tom Lane
2003-02-09Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane
2002-12-30Code review for transaction-safe-TRUNCATE patch: minor cleanups.Tom Lane
2002-12-30Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transactionTom Lane
2002-12-06Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian
2002-12-06Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian
2002-12-06ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian
2002-12-05More cleanup of userid to be AclId rather than Oid.Bruce Momjian
2002-12-04Make usesysid consistently int4, not oid.Bruce Momjian
2002-11-23Fix compile warnings from truncate patch.Tom Lane
2002-11-23Transaction safe TruncateBruce Momjian
2002-11-18Remove ALL from CLUSTER ALL. Use just CLUSTER.Bruce Momjian
2002-11-15New version attached. The following is implemented:Bruce Momjian
2002-11-11Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane
2002-11-09Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian
2002-11-02During swap_relfilenodes, swap relation size statistic fields along withTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-03Code review and documentation updates for indisclustered patch.Tom Lane
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-08-27I attach a little patch to make CLUSTER set and reset the indisclusteredBruce Momjian
2002-08-11Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane
2002-08-10Update with newer version of CLUSTER patch posted August 8.Bruce Momjian
2002-08-10Major improvement in CLUSTER which preserves table characteristics usingBruce Momjian
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-05-21Remove global variable scanCommandId in favor of storing a command IDTom Lane
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-04-27Support toasting of shared system relations, and provide toast tables forTom Lane
2002-04-15The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane
2002-03-31Make renamerel take an OID, not a RangeVar, to identify the relationTom Lane
2002-03-31Reimplement temp tables using schemas. The temp table map is history;Tom Lane
2002-03-29Mop-up some infelicities in new relation lookup handling.Tom Lane
2002-03-29pg_type has a typnamespace column; system now supports creating typesTom Lane
2002-03-26pg_class has a relnamespace column. You can create and access tablesTom Lane
2002-02-19A bunch of changes aimed at reducing backend startup time...Tom Lane
2002-01-06Add CHECK_FOR_INTERRUPTS() in various strategic spots, per commentsTom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-07-12indicies to indexes from Neil ConwayBruce Momjian
2001-06-22Statistical system views (yet without the config stuff, butJan Wieck
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-12Preserve constraints and column defaults during CLUSTER.Tom Lane
2001-01-10Do The Right Thing (tm) if asked to cluster a temp table. PreviousTom Lane
2001-01-01CLUSTER forgot to create a TOAST table for the clustered relation.Tom Lane