summaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify index_[constraint_]create APIAlvaro Herrera2017-11-141-8/+25
* Add some const decorations to prototypesPeter Eisentraut2017-11-101-4/+4
* Rework DefineIndex relkind checkAlvaro Herrera2017-10-161-10/+9
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-2/+2
* Phase 3 of pgindent updates.Tom Lane2017-06-211-19/+19
* Phase 2 of pgindent updates.Tom Lane2017-06-211-4/+4
* Disallow CREATE INDEX if table is already in use in current session.Tom Lane2017-06-041-0/+13
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-2/+2
* hash: Add write-ahead logging support.Robert Haas2017-03-141-5/+0
* Ignore tablespace ACLs when ignoring schema ACLs.Noah Misch2017-02-121-4/+5
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-091-0/+4
* Fix typos in comments.Heikki Linnakangas2017-02-061-2/+2
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-201-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Implement table partitioning.Robert Haas2016-12-071-9/+15
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-3/+1
* Disallow creation of indexes on system columns (except for OID).Tom Lane2016-04-161-0/+37
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-081-47/+13
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-081-13/+47
* 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