summaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
AgeCommit message (Expand)Author
2007-09-10Make CLUSTER and REINDEX silently skip remote temp tables in theirAlvaro Herrera
2007-08-25Fix brain fade in DefineIndex(): it was continuing to access the table'sTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-27Add a function GetLockConflicts() to lock.c to report xacts holdingTom Lane
2006-08-25Add the ability to create indexes 'concurrently', that is, withoutTom Lane
2006-07-31Change the bootstrap sequence so that toast tables for system catalogs areTom Lane
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-07-11Alphabetically order reference to include files, "G" - "M".Bruce Momjian
2006-07-03Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane
2006-07-02Add FILLFACTOR to CREATE INDEX.Bruce Momjian
2006-06-07Have REINDEX use NOTICE, so it can be suppressed.Bruce Momjian
2006-06-07Use INFO-level for reindex messages, rather than NOTICE.Bruce Momjian
2006-05-10Clean up code associated with updating pg_class statistics columnsTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-10Change search for default operator classes so that it examines all opclassesTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-22Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane
2005-06-21Trivial dead code removal: in makeObjectName(), name1 must be non-NULLNeil Conway
2005-05-06For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-04-14First phase of project to use fixed OIDs for all system catalogs andTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-11-05Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-06-10Clean up generation of default names for constraints, indexes, and serialTom Lane
2004-05-26Reimplement the linked list data structure used throughout the backend.Neil Conway
2004-05-08Get rid of cluster.c's apparatus for rebuilding a relation's indexesTom Lane
2004-05-05ALTER TABLE rewrite. New cool stuff:Tom Lane
2003-12-28Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-10-02Change some notices to warnings and vice versa according to criteriaPeter Eisentraut
2003-09-29Eliminate another gratuitous message wording difference.Peter Eisentraut
2003-09-29More message editing, some suggested by Alvaro HerreraPeter Eisentraut
2003-09-26Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-24Repair some REINDEX problems per recent discussions. The relcache isTom Lane
2003-09-23Putting back the previous change must be the first thing.Hiroshi Inoue
2003-09-19Seems like a bad idea that REINDEX TABLE supports (or thinks it does)Tom Lane
2003-08-17Create a 'type cache' that keeps track of the data needed for any particularTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-08-01Adjust 'permission denied' messages to be more useful and consistent.Tom Lane
2003-07-20Another round of error message editing, covering backend/commands/.Tom Lane