summaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAgeFilesLines
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-13/+120
* Make CLUSTER and REINDEX silently skip remote temp tables in theirAlvaro Herrera2007-09-101-1/+5
* Allow CREATE INDEX CONCURRENTLY to disregard transactions in otherTom Lane2007-09-071-4/+6
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-051-19/+38
* Fix brain fade in DefineIndex(): it was continuing to access the table'sTom Lane2007-08-251-4/+5
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-171-3/+14
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-231-2/+2
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-031-3/+3
* Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalidTom Lane2007-05-021-2/+14
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-22/+2
* Revert temp_tablespaces because of coding problems, per Tom.Bruce Momjian2007-03-061-8/+2
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Add GUC temp_tablespaces to provide a default location for temporaryBruce Momjian2007-01-251-2/+8
* Simplify pg_am representation of ordering-capable access methods:Tom Lane2007-01-201-3/+2
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-5/+61
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-18/+35
* pgindent run for 8.2.Bruce Momjian2006-10-041-28/+28
* Add a function GetLockConflicts() to lock.c to report xacts holdingTom Lane2006-08-271-23/+19
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-251-9/+144
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-311-2/+2
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-111-2/+2
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-3/+15
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-2/+4
* Have REINDEX use NOTICE, so it can be suppressed.Bruce Momjian2006-06-071-2/+2
* Use INFO-level for reindex messages, rather than NOTICE.Bruce Momjian2006-06-071-2/+2
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-101-11/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-101-22/+39
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-7/+7
* R-tree is dead ... long live GiST.Tom Lane2005-11-071-5/+22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-85/+81
* Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane2005-06-221-16/+24
* Trivial dead code removal: in makeObjectName(), name1 must be non-NULLNeil Conway2005-06-211-3/+2
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-061-1/+2
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+2
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-5/+8
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-13/+27
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-38/+41
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-2/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-2/+30
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-101-27/+121
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-20/+20
* Get rid of cluster.c's apparatus for rebuilding a relation's indexesTom Lane2004-05-081-3/+3
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-051-35/+211
* Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane2003-12-281-18/+11