aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAge
* Update messages, comments and documentation for materialized views.Noah Misch2013-07-05
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands.Tom Lane2013-04-25
* Add a materialized view relations.Kevin Grittner2013-03-03
* Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistentBruce Momjian2013-01-26
* Update copyrights for 2013Bruce Momjian2013-01-01
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-29
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-28
* Add context info to OAT_POST_CREATE security hookAlvaro Herrera2012-10-23
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-10
* Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane2012-07-16
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-04
* Remove RELKIND_UNCATALOGED.Robert Haas2012-06-14
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Damage control for yesterday's CheckIndexCompatible changes.Robert Haas2012-01-26
* Make CheckIndexCompatible simpler and more bullet-proof.Robert Haas2012-01-25
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Improve behavior of concurrent CLUSTER.Robert Haas2011-12-21
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-30
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Create VXID locks "lazily" in the main lock table.Robert Haas2011-08-04
* Remove superfluous variable.Robert Haas2011-07-19
* Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas2011-07-18
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Spell checking and markup refinementPeter Eisentraut2011-05-19
* Clarify error message when attempting to create index on foreign tableMagnus Hagander2011-05-05
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-22
* Avoid changing an index's indcheckxmin horizon during REINDEX.Tom Lane2011-04-19
* Simplify reindex_relation's API.Tom Lane2011-04-16
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Clean up handling of COLLATE clauses in index column definitions.Tom Lane2011-03-24
* Improve reporting of run-time-detected indeterminate-collation errors.Tom Lane2011-03-22
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Per-column collation supportPeter Eisentraut2011-02-08
* Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.Tom Lane2011-01-25
* Make ALTER TABLE revalidate uniqueness and exclusion constraints.Robert Haas2011-01-20
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-05
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Show schema name for REINDEX.Bruce Momjian2010-06-01
* Make CREATE INDEX run expression preprocessing on a proposed index expressionTom Lane2010-05-27
* Shorten suffix of automatically created indexes to "_excl" when usingSimon Riggs2010-03-22
* pgindent run for 9.0Bruce Momjian2010-02-26
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14