summaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
AgeCommit message (Expand)Author
2002-07-01First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-05-12First pass at set-returning-functions in FROM, by Joe Conway withTom Lane
2002-04-27Restructure aclcheck error reporting to make permission-failureTom Lane
2002-04-17Opclasses live in namespaces. I also took the opportunity to createTom Lane
2002-04-12Checking to decide whether relations are system relations now dependsTom Lane
2002-04-11Restructure representation of aggregate functions so that they have pg_procTom Lane
2002-04-09Functions live in namespaces. Qualified function names work, egTom Lane
2002-04-05Divide functions into three volatility classes (immutable, stable, andTom Lane
2002-03-31Reimplement temp tables using schemas. The temp table map is history;Tom Lane
2002-03-26pg_class has a relnamespace column. You can create and access tablesTom Lane
2002-03-20Code review for DOMAIN patch.Tom Lane
2002-03-06Change made to elog:Bruce Momjian
2002-01-03Require ownership permission for CREATE INDEX, per bug report.Tom Lane
2001-11-20Some minor tweaks of REINDEX processing: grab exclusive lock a littleREL7_2_BETA3Tom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-24Allow concurrent index creation for the same table.Hiroshi Inoue
2001-10-04Consider interpreting a function call as a trivial (binary-compatible)Tom Lane
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-08-09Use format_type sibling in backend error messages, so the user seesPeter Eisentraut
2001-08-06Modify partial-index-predicate applicability tester to test whetherTom Lane
2001-07-17Disallow non-cachable functions in functional indexes and in indexTom Lane
2001-07-16Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane
2001-07-15Restructure index AM interface for index building and index tuple deletion,Tom Lane
2001-06-13Allow a non-superuser database owner to vacuum all tables in hisTom Lane
2001-05-31Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane
2001-05-30Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian
2001-03-22Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-23Reindex of shared system indexes must be overwrite mode.Hiroshi Inoue
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-12-15Remove a few remaining vestiges of elog(WARN).Tom Lane
2000-12-08REINDEX under WAL.Hiroshi Inoue
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-11-08Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane
2000-10-22Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane
2000-09-06Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut
2000-08-20Make functional indexes accept binary-compatible functions, for exampleTom Lane
2000-08-03More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane
2000-07-14Cleanup of code for creating index entries. Functional indexes withTom Lane
2000-07-05Update textin() and textout() to new fmgr style. This is just phaseTom Lane
2000-07-04Make toast-table creation and deletion work somewhat reliably.Tom Lane
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-06-17Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane
2000-06-17Fix performance problems with pg_index lookups (see, for example,Tom Lane
2000-06-15Clean up #include's.Bruce Momjian
2000-05-30Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane