summaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
AgeCommit message (Expand)Author
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-04Disallow CREATE INDEX if table is already in use in current session.Tom Lane
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-14hash: Add write-ahead logging support.Robert Haas
2017-02-12Ignore tablespace ACLs when ignoring schema ACLs.Noah Misch
2017-02-09Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-07Implement table partitioning.Robert Haas
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-04-16Disallow creation of indexes on system columns (except for OID).Tom Lane
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-13Remove a lot of XC-specific code from the repo.Pavan Deolasee
2015-06-30Merge from upstream master branch of PostgreSQL repositoryPavan Deolasee
2015-06-26Don't warn about creating temporary or unlogged hash indexes.Robert Haas
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-05-15Support VERBOSE option in REINDEX command.Fujii Masao
2015-04-27Fix compilation issues post 9.4 merge.Pavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-04-26Fix various typos and grammar errors in comments.Andres Freund
2015-03-30Fix lost persistence setting during REINDEX INDEXAlvaro Herrera
2015-03-08Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.Tom Lane
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-11Further changes to REINDEX SCHEMASimon Riggs
2014-12-09Silence REINDEXSimon Riggs
2014-12-08REINDEX SCHEMASimon Riggs
2014-11-15Get rid of SET LOGGED indexes persistence kludgeAlvaro Herrera
2014-11-06Implement IF NOT EXIST for CREATE INDEX.Fujii Masao
2014-10-18Shorten warning about hash creationBruce Momjian
2014-09-11improve hash creation warning messageBruce Momjian
2014-09-10Issue a warning during the creation of hash indexesBruce Momjian
2014-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-17Avoid repeated name lookups during table and index DDL.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-03Restore some comments lost during 15732b34e8c8Alvaro Herrera
2013-11-29Refine our definition of what constitutes a system relation.Robert Haas
2013-10-01Add WaitForLockers in lmgr, refactoring index.c codeAlvaro Herrera