index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
/
heap.c
Commit message (
Expand
)
Author
Age
*
Don't set a fast default for anything but a plain table
Andrew Dunstan
2021-06-18
*
Disallow whole-row variables in GENERATED expressions.
Tom Lane
2021-05-21
*
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-14
*
Preserve index data in pg_statistic across REINDEX CONCURRENTLY
Michael Paquier
2020-11-01
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Fix TRUNCATE .. CASCADE on partitions
Alvaro Herrera
2020-02-07
*
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-31
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Load relcache entries' partitioning data on-demand, not immediately.
Tom Lane
2019-12-25
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Disallow partition key expressions that return pseudo-types.
Tom Lane
2019-12-23
*
Prevent a rowtype from being included in itself via a range.
Tom Lane
2019-12-23
*
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-12-01
*
Install dependencies to prevent dropping partition key columns.
Tom Lane
2019-07-22
*
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-17
*
Clean up some ad-hoc code for sorting and de-duplicating Lists.
Tom Lane
2019-07-16
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
Tom Lane
2019-05-08
*
Fix several recently introduced issues around handling new relation forks.
Andres Freund
2019-04-29
*
Generated columns
Peter Eisentraut
2019-03-30
*
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-28
*
Improve error handling of column references in expression transformation
Michael Paquier
2019-03-27
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-02-21
*
Remove useless casts
Peter Eisentraut
2019-02-13
*
Allow RECORD and RECORD[] to be specified in function coldeflists.
Tom Lane
2019-01-30
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Remove argument isprimary from index_build()
Michael Paquier
2019-01-24
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-14
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Don't create relfilenode for relations without storage
Alvaro Herrera
2019-01-04
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix tablespace handling for partitioned tables
Alvaro Herrera
2018-12-17
*
Fix bogus logic for skipping unnecessary partcollation dependencies.
Tom Lane
2018-12-13
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Fix missing role dependencies for some schema and type ACLs.
Tom Lane
2018-11-09
*
Ignore partitioned tables when processing ON COMMIT DELETE ROWS
Michael Paquier
2018-11-05
*
Fix tablespace handling for partitioned indexes
Alvaro Herrera
2018-11-03
*
Remove obsolete pg_constraint.consrc column
Peter Eisentraut
2018-11-01
[next]