summaryrefslogtreecommitdiff
path: root/src/include/catalog/heap.h
Commit message (Expand)AuthorAgeFilesLines
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-241-0/+1
* Reindent table partitioning code.Robert Haas2017-01-241-6/+6
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Invalid parent's relcache after CREATE TABLE .. PARTITION OF.Robert Haas2016-12-191-1/+1
* Implement table partitioning.Robert Haas2016-12-071-0/+11
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Return ObjectAddress in many ALTER TABLE sub-routinesAlvaro Herrera2015-03-251-1/+2
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-031-2/+4
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Put back allow_system_table_mods check in heap_create().Heikki Linnakangas2013-06-031-1/+2
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1
* Move materialized views' is-populated status into their pg_class entries.Tom Lane2013-05-061-1/+0
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-171-2/+4
* Add a materialized view relations.Kevin Grittner2013-03-031-0/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* When converting a table to a view, remove its system columns.Tom Lane2012-10-241-0/+1
* Add context info to OAT_POST_CREATE security hookAlvaro Herrera2012-10-231-1/+2
* Remove misplaced sanity check from heap_create().Robert Haas2012-06-141-2/+1
* Prevent loss of init fork when truncating an unlogged table.Robert Haas2012-05-111-0/+2
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-201-3/+3
* Classify DROP operations by whether or not they are user-initiated.Robert Haas2012-01-261-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Allow CHECK constraints to be declared ONLYAlvaro Herrera2011-12-191-1/+3
* Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas2011-07-181-0/+1
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-301-0/+1
* Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas2011-04-251-2/+1
* Prevent a rowtype from being included in itself.Tom Lane2011-03-281-1/+3
* Don't allow CREATE TABLE AS to create a column with invalid collationPeter Eisentraut2011-03-041-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-131-0/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-251-2/+3
* pgindent run for 9.0Bruce Momjian2010-02-261-3/+3
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-071-3/+7
* Type table featurePeter Eisentraut2010-01-281-1/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-051-1/+3
* Extend the BKI infrastructure to allow system catalogs to be givenTom Lane2009-09-261-1/+2
* Make TRUNCATE do truncate-in-place when processing a relation that was createdTom Lane2009-08-231-1/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Replace the usage of heap_addheader to create pg_attribute tuples with regularAlvaro Herrera2008-11-141-1/+6
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-091-8/+10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Allow include files to compile own their own.Bruce Momjian2006-07-131-4/+1
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-4/+8
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-2/+4
* Revert patch, doesn't do what it should:Bruce Momjian2006-06-271-4/+1