aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAge
* 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
* Use format_type sibling in backend error messages, so the user seesPeter Eisentraut2001-08-09
* Modify partial-index-predicate applicability tester to test whetherTom Lane2001-08-06
* Disallow non-cachable functions in functional indexes and in indexTom Lane2001-07-17
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-16
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-13
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-31
* Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian2001-05-30
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Reindex of shared system indexes must be overwrite mode.Hiroshi Inoue2001-02-23
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Remove a few remaining vestiges of elog(WARN).Tom Lane2000-12-15
* REINDEX under WAL.Hiroshi Inoue2000-12-08
* 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
* Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane2000-10-22
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06
* Make functional indexes accept binary-compatible functions, for exampleTom Lane2000-08-20
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-03
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-04
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-17
* Fix performance problems with pg_index lookups (see, for example,Tom 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
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* change reindex ERROR/NOTICE messageHiroshi Inoue2000-04-25
* Check that user-specified opclass in CREATE INDEX corresponds to operatorsTom Lane2000-04-25
* Produce an appropriate error message when opclass is not supported byTom Lane2000-04-23
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix longstanding bug that kept functional indexes from working when youTom Lane2000-02-25
* Implement reindex commandHiroshi Inoue2000-02-18
* Add:Bruce Momjian2000-01-26
* Defend against > INDEX_MAX_KEYS keys in an index.Tom Lane2000-01-12
* More cleanups. Still doesn't work.Bruce Momjian2000-01-11
* Make number of args to a function configurable.Bruce Momjian2000-01-10
* 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
* Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane1999-10-02
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-22
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16