]> granicus.if.org Git - postgresql/history - src/backend/commands/indexcmds.c
Don't warn about creating temporary or unlogged hash indexes.
[postgresql] / src / backend / commands / indexcmds.c
2015-06-26 Robert HaasDon't warn about creating temporary or unlogged hash...
2015-05-15 Fujii MasaoSupport VERBOSE option in REINDEX command.
2015-04-26 Andres FreundFix various typos and grammar errors in comments.
2015-03-30 Alvaro HerreraFix lost persistence setting during REINDEX INDEX
2015-03-08 Tom LaneCode cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-11 Simon RiggsFurther changes to REINDEX SCHEMA
2014-12-09 Simon RiggsSilence REINDEX
2014-12-08 Simon RiggsREINDEX SCHEMA
2014-11-15 Alvaro HerreraGet rid of SET LOGGED indexes persistence kludge
2014-11-06 Fujii MasaoImplement IF NOT EXIST for CREATE INDEX.
2014-10-18 Bruce MomjianShorten warning about hash creation
2014-09-11 Bruce Momjianimprove hash creation warning message
2014-09-10 Bruce MomjianIssue a warning during the creation of hash indexes
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-17 Robert HaasAvoid repeated name lookups during table and index...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-03 Alvaro HerreraRestore some comments lost during 15732b34e8c8
2013-11-29 Robert HaasRefine our definition of what constitutes a system...
2013-10-01 Alvaro HerreraAdd WaitForLockers in lmgr, refactoring index.c code
2013-07-30 Noah MischRestore REINDEX constraint validation.
2013-07-05 Noah MischUpdate messages, comments and documentation for materia...
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-25 Tom LaneAvoid deadlock between concurrent CREATE INDEX CONCURRE...
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-26 Bruce MomjianAllow CREATE TABLE IF EXIST so succeed if the schema...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-29 Robert HaasAdjust more backend functions to return OID rather...
2012-11-29 Tom LaneFix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
2012-10-23 Alvaro HerreraAdd context info to OAT_POST_CREATE security hook
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-10 Tom LaneCentralize the logic for detecting misplaced aggregates...
2012-07-16 Tom LaneAvoid pre-determining index names during CREATE TABLE...
2012-07-05 Robert HaasReduce messages about implicit indexes and sequences...
2012-06-14 Robert HaasRemove RELKIND_UNCATALOGED.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-26 Robert HaasDamage control for yesterday's CheckIndexCompatible...
2012-01-25 Robert HaasMake CheckIndexCompatible simpler and more bullet-proof.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-21 Robert HaasImprove behavior of concurrent CLUSTER.
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-04 Robert HaasCreate VXID locks "lazily" in the main lock table.
2011-07-19 Robert HaasRemove superfluous variable.
2011-07-18 Robert HaasAvoid index rebuild for no-rewrite ALTER TABLE .. ALTER...
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-05-18 Peter EisentrautSpell checking and markup refinement
2011-05-05 Magnus HaganderClarify error message when attempting to create index...
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-19 Tom LaneAvoid changing an index's indcheckxmin horizon during...
2011-04-16 Tom LaneSimplify reindex_relation's API.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-24 Tom LaneClean up handling of COLLATE clauses in index column...
2011-03-22 Tom LaneImprove reporting of run-time-detected indeterminate...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-25 Tom LaneImplement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING...
2011-01-21 Robert HaasMake ALTER TABLE revalidate uniqueness and exclusion...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-01 Bruce MomjianShow schema name for REINDEX.
2010-05-27 Tom LaneMake CREATE INDEX run expression preprocessing on a...
2010-03-22 Simon RiggsShorten suffix of automatically created indexes to...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-07 Tom LaneWork around deadlock problems with VACUUM FULL/CLUSTER...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-04 Tom LaneA session that does not have any live snapshots does...
2009-03-31 Tom LaneModify the relcache to record the temp status of both...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-13 Tom LaneImplement comparison of generic records (composite...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-02-07 Tom LaneFix CREATE TABLE ... LIKE ... INCLUDING INDEXES to...
2008-01-09 Tom LaneFix CREATE INDEX CONCURRENTLY to not deadlock against...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-10 Alvaro HerreraMake CLUSTER and REINDEX silently skip remote temp...
next