aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/cluster.c
Commit message (Expand)AuthorAge
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* Add start time to pg_stat_activityBruce Momjian2003-03-20
* Prevent clustering on incomplete indexes: partial indexes are verboten,Tom Lane2003-03-03
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* Code review for transaction-safe-TRUNCATE patch: minor cleanups.Tom Lane2002-12-30
* Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transactionTom Lane2002-12-30
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-06
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-06
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-06
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-05
* Make usesysid consistently int4, not oid.Bruce Momjian2002-12-04
* Fix compile warnings from truncate patch.Tom Lane2002-11-23
* Transaction safe TruncateBruce Momjian2002-11-23
* Remove ALL from CLUSTER ALL. Use just CLUSTER.Bruce Momjian2002-11-18
* New version attached. The following is implemented:Bruce Momjian2002-11-15
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-11
* Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian2002-11-09
* During swap_relfilenodes, swap relation size statistic fields along withTom Lane2002-11-02
* pgindent run.Bruce Momjian2002-09-04
* 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