summaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-051-7/+2
* pgindent run for 9.0, second runBruce Momjian2010-07-061-7/+7
* Show schema name for REINDEX.Bruce Momjian2010-06-011-2/+3
* Make CREATE INDEX run expression preprocessing on a proposed index expressionTom Lane2010-05-271-3/+31
* Shorten suffix of automatically created indexes to "_excl" when usingSimon Riggs2010-03-221-2/+2
* pgindent run for 9.0Bruce Momjian2010-02-261-21/+21
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-33/+17
* Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs,Tom Lane2010-02-071-2/+2
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-071-17/+9
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Adjust naming of indexes and their columns per recent discussion.Tom Lane2009-12-231-49/+171
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-071-7/+131
* Support deferrable uniqueness constraints.Tom Lane2009-07-291-3/+9
* Make backend header files C++ safePeter Eisentraut2009-07-161-3/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-14/+14
* A session that does not have any live snapshots does not have to be waited forTom Lane2009-04-041-11/+56
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-311-3/+4
* Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera2009-02-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Implement comparison of generic records (composite types), and invent aTom Lane2008-10-131-2/+3
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-251-2/+2
* Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType()Tom Lane2008-07-301-2/+2
* Refactor the handling of the various DropStmt variants so that when multipleTom Lane2008-06-141-29/+1
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-121-6/+18
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-261-2/+2
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-261-1/+2
* Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwantedTom Lane2008-02-071-2/+2
* Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manualTom Lane2008-01-091-5/+14
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-011-13/+3
* pgindent run for 8.3.Bruce Momjian2007-11-151-38/+36
* 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