summaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Spell checking and markup refinementPeter Eisentraut2011-05-191-1/+1
* Clarify error message when attempting to create index on foreign tableMagnus Hagander2011-05-051-4/+16
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-221-2/+4
* Avoid changing an index's indcheckxmin horizon during REINDEX.Tom Lane2011-04-191-1/+1
* Simplify reindex_relation's API.Tom Lane2011-04-161-2/+2
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-7/+7
* Clean up handling of COLLATE clauses in index column definitions.Tom Lane2011-03-241-36/+49
* Improve reporting of run-time-detected indeterminate-collation errors.Tom Lane2011-03-221-1/+1
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-191-4/+21
* Per-column collation supportPeter Eisentraut2011-02-081-2/+24
* Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.Tom Lane2011-01-251-132/+17
* Make ALTER TABLE revalidate uniqueness and exclusion constraints.Robert Haas2011-01-201-2/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-131-2/+2
* 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