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