aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAge
* Combine options for RangeVarGetRelidExtended() into a flags argument.Andres Freund2018-03-30
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-28
* Fix CommandCounterIncrement in partition-related DDLAlvaro Herrera2018-03-20
* Avoid having two PKs in a partitionAlvaro Herrera2018-03-12
* Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)Alvaro Herrera2018-03-05
* Allow UNIQUE indexes on partitioned tablesAlvaro Herrera2018-02-19
* Support parallel btree index builds.Robert Haas2018-02-02
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Local partitioned indexesAlvaro Herrera2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera2018-01-02
* Simplify index_[constraint_]create APIAlvaro Herrera2017-11-14
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Rework DefineIndex relkind checkAlvaro Herrera2017-10-16
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Disallow CREATE INDEX if table is already in use in current session.Tom Lane2017-06-04
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* hash: Add write-ahead logging support.Robert Haas2017-03-14
* Ignore tablespace ACLs when ignoring schema ACLs.Noah Misch2017-02-12
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-09
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Implement table partitioning.Robert Haas2016-12-07
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Disallow creation of indexes on system columns (except for OID).Tom Lane2016-04-16
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Don't warn about creating temporary or unlogged hash indexes.Robert Haas2015-06-26
* Support VERBOSE option in REINDEX command.Fujii Masao2015-05-15
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Fix lost persistence setting during REINDEX INDEXAlvaro Herrera2015-03-30
* Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.Tom Lane2015-03-08
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-03
* Update copyright for 2015Bruce Momjian2015-01-06
* Further changes to REINDEX SCHEMASimon Riggs2014-12-11
* Silence REINDEXSimon Riggs2014-12-09
* REINDEX SCHEMASimon Riggs2014-12-09
* Get rid of SET LOGGED indexes persistence kludgeAlvaro Herrera2014-11-15
* Implement IF NOT EXIST for CREATE INDEX.Fujii Masao2014-11-06
* Shorten warning about hash creationBruce Momjian2014-10-18
* improve hash creation warning messageBruce Momjian2014-09-11
* Issue a warning during the creation of hash indexesBruce Momjian2014-09-10
* pgindent run for 9.4Bruce Momjian2014-05-06
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Update copyright for 2014Bruce Momjian2014-01-07