summaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Refine our definition of what constitutes a system relation.Robert Haas2013-11-281-2/+3
* Add WaitForLockers in lmgr, refactoring index.c codeAlvaro Herrera2013-10-011-25/+5
* Restore REINDEX constraint validation.Noah Misch2013-07-301-2/+6
* Update messages, comments and documentation for materialized views.Noah Misch2013-07-051-3/+3
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-2/+2
* pgindent run for release 9.3Bruce Momjian2013-05-291-2/+2
* Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands.Tom Lane2013-04-251-8/+15
* Add a materialized view relations.Kevin Grittner2013-03-031-2/+4
* Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistentBruce Momjian2013-01-261-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-291-3/+9
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-281-41/+12
* Add context info to OAT_POST_CREATE security hookAlvaro Herrera2012-10-231-1/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-101-21/+5
* Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane2012-07-161-77/+58
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-1/+1
* Remove RELKIND_UNCATALOGED.Robert Haas2012-06-141-3/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-15/+17
* Damage control for yesterday's CheckIndexCompatible changes.Robert Haas2012-01-261-9/+25
* Make CheckIndexCompatible simpler and more bullet-proof.Robert Haas2012-01-251-55/+50
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Improve behavior of concurrent CLUSTER.Robert Haas2011-12-211-34/+2
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-301-39/+97
* Clean up the #include mess a little.Tom Lane2011-09-041-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-8/+0
* Create VXID locks "lazily" in the main lock table.Robert Haas2011-08-041-3/+3
* Remove superfluous variable.Robert Haas2011-07-191-2/+0
* Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas2011-07-181-3/+208
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-081-3/+10
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-3/+4
* 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