summaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-7/+15
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Don't warn about creating temporary or unlogged hash indexes.Robert Haas2015-06-261-1/+2
* Support VERBOSE option in REINDEX command.Fujii Masao2015-05-151-10/+15
* Fix various typos and grammar errors in comments.Andres Freund2015-04-261-1/+1
* Fix lost persistence setting during REINDEX INDEXAlvaro Herrera2015-03-301-2/+16
* Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.Tom Lane2015-03-081-54/+32
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-031-5/+8
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Further changes to REINDEX SCHEMASimon Riggs2014-12-111-6/+10
* Silence REINDEXSimon Riggs2014-12-091-1/+1
* REINDEX SCHEMASimon Riggs2014-12-091-30/+80
* Get rid of SET LOGGED indexes persistence kludgeAlvaro Herrera2014-11-151-1/+1
* Implement IF NOT EXIST for CREATE INDEX.Fujii Masao2014-11-061-1/+8
* Shorten warning about hash creationBruce Momjian2014-10-181-1/+1
* improve hash creation warning messageBruce Momjian2014-09-111-1/+1
* Issue a warning during the creation of hash indexesBruce Momjian2014-09-101-0/+4
* pgindent run for 9.4Bruce Momjian2014-05-061-23/+23
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-171-8/+14
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Restore some comments lost during 15732b34e8c8Alvaro Herrera2014-01-031-3/+4
* 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