]> granicus.if.org Git - postgresql/history - src/backend/commands/indexcmds.c
Phase 3 of read-only-plans project: ExecInitExpr now builds expression
[postgresql] / src / backend / commands / indexcmds.c
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).
2000-12-08 Hiroshi InoueREINDEX under WAL.
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-22 Tom LaneSome small polishing of Mark Hollomon's cleanup of...
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-20 Tom LaneMake functional indexes accept binary-compatible functi...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-07-04 Tom LaneMake toast-table creation and deletion work somewhat...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-17 Tom LaneGet rid of IndexIsUniqueNoCache() kluge by the simple...
2000-06-17 Tom LaneFix performance problems with pg_index lookups (see...
2000-06-15 Bruce MomjianClean up #include's.
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-25 Hiroshi Inouechange reindex ERROR/NOTICE message
2000-04-25 Tom LaneCheck that user-specified opclass in CREATE INDEX corre...
2000-04-23 Tom LaneProduce an appropriate error message when opclass is...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-25 Tom LaneFix longstanding bug that kept functional indexes from...
2000-02-18 Hiroshi InoueImplement reindex command
2000-01-26 Bruce MomjianAdd:
2000-01-12 Tom LaneDefend against > INDEX_MAX_KEYS keys in an index.
2000-01-11 Bruce MomjianMore cleanups. Still doesn't work.
2000-01-10 Bruce MomjianMake number of args to a function configurable.
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-10-02 Tom LaneAllow CREATE FUNCTION's WITH clause to be used for...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-08-22 Tom LaneFurther planner/optimizer cleanups. Move all set_tlist...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-03-14 Bruce MomjianHello,
1999-02-24 Bruce MomjianFix problem with selectivity error in added columns...