]> granicus.if.org Git - postgresql/history - src/backend/commands/indexcmds.c
Add FILLFACTOR to CREATE INDEX.
[postgresql] / src / backend / commands / indexcmds.c
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-07 Bruce MomjianHave REINDEX use NOTICE, so it can be suppressed.
2006-06-07 Bruce MomjianUse INFO-level for reindex messages, rather than NOTICE.
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-10 Tom LaneChange search for default operator classes so that...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-22 Tom LaneMake REINDEX DATABASE do what one would expect, namely...
2005-06-21 Neil ConwayTrivial dead code removal: in makeObjectName(), name1...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-10 Tom LaneClean up generation of default names for constraints...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-08 Tom LaneGet rid of cluster.c's apparatus for rebuilding a relat...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2003-12-28 Tom LaneClean up the usage of canonicalize_qual(): in particula...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-10-02 Peter EisentrautChange some notices to warnings and vice versa accordin...
2003-09-29 Peter EisentrautEliminate another gratuitous message wording difference.
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-09-23 Hiroshi InouePutting back the previous change must be the first...
2003-09-19 Tom LaneSeems like a bad idea that REINDEX TABLE supports ...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-01-23 Tom LaneFix obsolete error message (isImmutable doesn't exist).
2003-01-02 Tom LaneEnforces NOT NULL constraints to be applied against...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-10-21 Tom LaneFix places that were using IsTransactionBlock() as...
2002-10-19 Tom LaneInvert logic in pg_exec_query_string() so that we set...
2002-09-23 Tom LaneGet rid of bogus use of heap_mark4update in reindex...
2002-09-19 Tom LaneTweak heap.c to refuse attempts to create table columns...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-08-30 Tom LaneAUTOCOMMIT mode is now an available backend GUC variabl...
2002-08-29 Tom LaneCause REINDEX to regard TOAST tables as regular relatio...
2002-08-16 Tom LaneMake domain types indexable. Rod Taylor & Tom Lane.
2002-08-15 Bruce MomjianBacked out. It is part of a later patch.
2002-08-15 Bruce MomjianAppears there is a problem finding the opclass when...
2002-08-07 Tom LaneFix permission checking for temp-table namespace.
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-29 Tom LaneCentralize code for interpreting schema references...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-01 Tom LaneFirst phase of applying Rod Taylor's pg_depend patch...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
2002-04-12 Tom LaneChecking to decide whether relations are system relatio...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-06 Bruce MomjianChange made to elog:
2002-01-03 Tom LaneRequire ownership permission for CREATE INDEX, per...
2001-11-20 Tom LaneSome minor tweaks of REINDEX processing: grab exclusive... REL7_2_BETA3
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-24 Hiroshi InoueAllow concurrent index creation for the same table.
2001-10-04 Tom LaneConsider interpreting a function call as a trivial...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-08-09 Peter EisentrautUse format_type sibling in backend error messages,...
2001-08-06 Tom LaneModify partial-index-predicate applicability tester...
2001-07-17 Tom LaneDisallow non-cachable functions in functional indexes...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-06-13 Tom LaneAllow a non-superuser database owner to vacuum all...
2001-05-31 Tom LaneUpdates to make GIST work with multi-key indexes (from...
2001-05-30 Bruce MomjianRemove OLD_FILE_NAMING code. No longer used.
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-23 Hiroshi InoueReindex of shared system indexes must be overwrite...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-15 Tom LaneRemove a few remaining vestiges of elog(WARN).
next