aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog/heap.c
Commit message (Expand)AuthorAge
* Don't set a fast default for anything but a plain tableAndrew Dunstan2021-06-18
* Disallow whole-row variables in GENERATED expressions.Tom Lane2021-05-21
* Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera2021-01-14
* Preserve index data in pg_statistic across REINDEX CONCURRENTLYMichael Paquier2020-11-01
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Implement operator class parametersAlexander Korotkov2020-03-30
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Fix TRUNCATE .. CASCADE on partitionsAlvaro Herrera2020-02-07
* Fix CheckAttributeType's handling of collations for ranges.Tom Lane2020-01-31
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane2020-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Load relcache entries' partitioning data on-demand, not immediately.Tom Lane2019-12-25
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Disallow partition key expressions that return pseudo-types.Tom Lane2019-12-23
* Prevent a rowtype from being included in itself via a range.Tom Lane2019-12-23
* Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane2019-12-01
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-22
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* Clean up some ad-hoc code for sorting and de-duplicating Lists.Tom Lane2019-07-16
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane2019-05-08
* Fix several recently introduced issues around handling new relation forks.Andres Freund2019-04-29
* Generated columnsPeter Eisentraut2019-03-30
* tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund2019-03-28
* Improve error handling of column references in expression transformationMichael Paquier2019-03-27
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas2019-02-21
* Remove useless castsPeter Eisentraut2019-02-13
* Allow RECORD and RECORD[] to be specified in function coldeflists.Tom Lane2019-01-30
* Refactor planner's header files.Tom Lane2019-01-29
* Remove argument isprimary from index_build()Michael Paquier2019-01-24
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund2019-01-14
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Don't create relfilenode for relations without storageAlvaro Herrera2019-01-04
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix tablespace handling for partitioned tablesAlvaro Herrera2018-12-17
* Fix bogus logic for skipping unnecessary partcollation dependencies.Tom Lane2018-12-13
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Fix missing role dependencies for some schema and type ACLs.Tom Lane2018-11-09
* Ignore partitioned tables when processing ON COMMIT DELETE ROWSMichael Paquier2018-11-05
* Fix tablespace handling for partitioned indexesAlvaro Herrera2018-11-03
* Remove obsolete pg_constraint.consrc columnPeter Eisentraut2018-11-01