summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_class.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-281-8/+8
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-271-8/+8
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Correct comment and some documentation about REPLICA_IDENTITY_INDEXMichael Paquier2021-12-221-1/+1
* Some RELKIND macro refactoringPeter Eisentraut2021-12-031-0/+25
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-081-0/+1
* Add index OID macro argument to DECLARE_INDEXPeter Eisentraut2021-06-291-6/+3
* Remove special BKI_LOOKUP magic for namespace and role OIDs.Tom Lane2021-02-031-2/+2
* Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane2021-02-021-11/+11
* Add primary keys and unique constraints to system catalogsPeter Eisentraut2021-01-301-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Move catalog index declarationsPeter Eisentraut2020-11-071-0/+7
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-301-2/+2
* Don't require pg_class.dat to contain correct relnatts values.Tom Lane2020-02-151-25/+28
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Add BKI_DEFAULT to pg_class.relrewritePeter Eisentraut2019-03-141-1/+1
* Remove remaining hard-wired OID references in the initial catalog data.Tom Lane2019-03-121-39/+96
* tableam: introduce table AM infrastructure.Andres Freund2019-03-061-1/+1
* Rename macro to RELKIND_HAS_STORAGEAlvaro Herrera2019-01-041-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Fix tablespace handling for partitioned tablesAlvaro Herrera2018-12-171-0/+13
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-1/+1
* Clarify descriptions of relhassubclass and relispartition in pg_classMichael Paquier2018-10-221-1/+1
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-1/+2
* Improve consistency of comments in system catalog headers.Tom Lane2018-04-191-1/+1
* Replace our traditional initial-catalog-data format with a better design.Tom Lane2018-04-081-69/+7
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-281-1/+1
* Handle heap rewrites even better in logical decodingPeter Eisentraut2018-03-211-10/+12
* Remove pg_class.relhaspkeyPeter Eisentraut2018-03-141-20/+18
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-021-1/+1
* Local partitioned indexesAlvaro Herrera2018-01-191-0/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-14/+14
* Identity columnsPeter Eisentraut2017-04-061-1/+1
* Change the relkind for partitioned tables from 'P' to 'p'.Tom Lane2017-03-101-5/+6
* Reindent table partitioning code.Robert Haas2017-01-241-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Implement table partitioning.Robert Haas2016-12-071-9/+14
* pgindent run for 9.6Robert Haas2016-06-091-1/+2
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-10-041-35/+37
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-161-1/+1
* Fix typo in comment.Fujii Masao2015-06-101-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Add transforms featurePeter Eisentraut2015-04-261-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-271-1/+1
* Code review for row security.Stephen Frost2014-09-241-2/+2