index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
tablecmds.c
Commit message (
Expand
)
Author
Age
*
Use slots in trigger infrastructure, except for the actual invocation.
Andres Freund
2019-02-26
*
Store table oid and tuple's tid in tuple slots directly.
Andres Freund
2019-02-26
*
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-02-21
*
Redesign the partition dependency mechanism.
Tom Lane
2019-02-11
*
Fix trigger drop procedure
Alvaro Herrera
2019-02-10
*
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
*
Change function call information to be variable length.
Andres Freund
2019-01-26
*
Simplify restriction handling of two-phase commit for temporary objects
Michael Paquier
2019-01-26
*
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-25
*
Fix droppability of constraints upon partition detach
Alvaro Herrera
2019-01-24
*
Simplify coding to detach constraints when detaching partition
Alvaro Herrera
2019-01-24
*
Detach constraints when partitions are detached
Alvaro Herrera
2019-01-24
*
Rename RelationData.rd_amroutine to rd_indam.
Andres Freund
2019-01-21
*
Create action triggers when partitions are detached
Alvaro Herrera
2019-01-21
*
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
*
Fix creation of duplicate foreign keys on partitions
Alvaro Herrera
2019-01-18
*
Move CloneForeignKeyConstraints to tablecmds.c
Alvaro Herrera
2019-01-18
*
Free pre-modification HeapTuple in ALTER TABLE ... TYPE ...
Andrew Dunstan
2019-01-11
*
Fix missing values when doing ALTER TABLE ALTER COLUMN TYPE
Andrew Dunstan
2019-01-10
*
Rename macro to RELKIND_HAS_STORAGE
Alvaro Herrera
2019-01-04
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-27
*
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
2018-12-27
*
Fix lock level used for partition when detaching it
Alvaro Herrera
2018-12-20
*
DETACH PARTITION: hold locks on indexes until end of transaction
Alvaro Herrera
2018-12-20
*
Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY
Greg Stark
2018-12-19
*
Fix tablespace handling for partitioned tables
Alvaro Herrera
2018-12-17
*
Fix use-after-free bug when renaming constraints
Michael Paquier
2018-12-17
*
Make constraint rename issue relcache invalidation on target relation
Michael Paquier
2018-12-17
*
Fix misapplication of pgstat_count_truncate to wrong relation.
Tom Lane
2018-12-07
*
Fix some errhint and errdetail strings missing a period
Michael Paquier
2018-12-07
*
Don't allow partitioned indexes in pg_global tablespace
Alvaro Herrera
2018-11-23
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
*
Lower lock level for renaming indexes
Peter Eisentraut
2018-11-14
*
Remove CommandCounterIncrement() after processing ON COMMIT DELETE
Michael Paquier
2018-11-13
*
Fix dependency handling of partitions and inheritance for ON COMMIT
Michael Paquier
2018-11-09
*
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-08
*
Block creation of partitions with open references to its parent
Michael Paquier
2018-11-05
*
Fix tablespace handling for partitioned indexes
Alvaro Herrera
2018-11-03
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
*
Remove obsolete pg_constraint.consrc column
Peter Eisentraut
2018-11-01
*
Remove get_attidentity()
Peter Eisentraut
2018-10-23
*
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-12
*
Improve two error messages related to foreign keys on partitioned tables
Michael Paquier
2018-10-08
*
Fix catalog insertion order for ATTACH PARTITION
Alvaro Herrera
2018-10-06
*
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-06
*
Assign constraint name when cloning FK definition for partitions
Michael Paquier
2018-10-06
[next]