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
*
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
*
Fix ALTER COLUMN TYPE to not open a relation without any lock.
Tom Lane
2018-10-01
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
*
Recurse to sequences on ownership change for all relkinds
Peter Eisentraut
2018-09-26
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
*
Fix ALTER/TYPE on columns referenced by FKs in partitioned tables
Alvaro Herrera
2018-09-14
*
Remove no-longer-used variable.
Tom Lane
2018-09-05
*
Simplify partitioned table creation vs. relcache
Alvaro Herrera
2018-09-05
*
Fully enforce uniqueness of constraint names.
Tom Lane
2018-09-04
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Error position support for partition specifications
Peter Eisentraut
2018-08-30
*
Error position support for defaults and check constraints
Peter Eisentraut
2018-08-30
*
Fix set of NLS translation issues
Michael Paquier
2018-08-21
*
InsertPgAttributeTuple() to set attcacheoff
Peter Eisentraut
2018-08-17
*
Remove obsolete comment
Peter Eisentraut
2018-08-13
*
Improve TRUNCATE by avoiding early lock queue
Michael Paquier
2018-08-10
*
Remove undocumented restriction against duplicate partition key columns.
Tom Lane
2018-07-19
*
Fix ALTER TABLE...SET STATS error message for included columns
Alvaro Herrera
2018-07-16
*
Fix FK checks of TRUNCATE involving partitioned tables
Alvaro Herrera
2018-07-12
*
Clarify use of temporary tables within partition trees
Michael Paquier
2018-06-20
*
Fix some ill-chosen names for globally-visible partition support functions.
Tom Lane
2018-06-13
*
Fix access to just-closed relcache entry.
Tom Lane
2018-06-11
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Add missing pstrdup
Alvaro Herrera
2018-04-23
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Revert lowering of lock level for ATTACH PARTITION
Alvaro Herrera
2018-04-12
*
Set relispartition correctly for index partitions
Alvaro Herrera
2018-04-11
*
Fix ALTER TABLE .. ATTACH PARTITION ... DEFAULT
Alvaro Herrera
2018-04-11
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-07
*
Foreign keys on partitioned tables
Alvaro Herrera
2018-04-04
*
Don't clone internal triggers to partitions
Alvaro Herrera
2018-04-03
*
Combine options for RangeVarGetRelidExtended() into a flags argument.
Andres Freund
2018-03-30
*
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-28
*
Allow FOR EACH ROW triggers on partitioned tables
Alvaro Herrera
2018-03-23
*
Fix relcache handling of the 'default' partition
Alvaro Herrera
2018-03-21
[next]