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
*
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-11
*
Fix application of identity values in some cases
Peter Eisentraut
2018-02-02
*
Fix StoreCatalogInheritance1 to use 32bit inhseqno
Alvaro Herrera
2018-01-19
*
Fix assorted syscache lookup sloppiness in partition-related code.
Tom Lane
2017-11-27
*
Fix inconsistent capitalization.
Robert Haas
2017-09-14
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Fix handling of container types in find_composite_type_dependencies.
Tom Lane
2017-08-09
*
Fix bug in deciding whether to scan newly-attached partition.
Robert Haas
2017-08-04
*
Fix lock upgrade hazard in ATExecAttachPartition.
Robert Haas
2017-08-03
*
Code beautification for ATExecAttachPartition.
Robert Haas
2017-08-03
*
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-08-03
*
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-28
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-14
*
Fix failure to remove dependencies when a partition is detached.
Robert Haas
2017-06-13
*
Disallow CREATE INDEX if table is already in use in current session.
Tom Lane
2017-06-04
*
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-28
*
Fix corruption of tableElts list by MergeAttributes().
Robert Haas
2017-05-19
*
Don't explicitly mark range partitioning columns NOT NULL.
Robert Haas
2017-05-18
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Fix unsafe reference into relcache in constructed CommentStmt.
Tom Lane
2017-05-15
*
Fix handling of extended statistics during ALTER COLUMN TYPE.
Tom Lane
2017-05-14
*
Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
Robert Haas
2017-04-28
*
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
*
Allow ALTER TABLE ONLY on partitioned tables
Stephen Frost
2017-04-25
*
Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b.
Robert Haas
2017-04-12
*
Fix possibile deadlock when dropping partitions.
Robert Haas
2017-04-11
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Fix compiler warning and add some more comments
Peter Eisentraut
2017-04-06
*
Identity columns
Peter Eisentraut
2017-04-06
*
For foreign keys, check REFERENCES privilege only on the referenced table.
Tom Lane
2017-03-31
*
Use ExecPrepareExpr in place of ExecPrepareCheck where appropriate.
Tom Lane
2017-03-26
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Improve performance of replay of AccessExclusiveLocks
Simon Riggs
2017-03-22
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-03-06
*
Allow partitioned tables to be dropped without CASCADE
Simon Riggs
2017-03-06
*
Fix typo
Peter Eisentraut
2017-03-03
*
Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.
Robert Haas
2017-03-02
*
Make partitions automatically inherit OIDs.
Robert Haas
2017-02-19
*
Don't disallow dropping NOT NULL for a list partition key.
Robert Haas
2017-02-14
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
*
Logical replication
Peter Eisentraut
2017-01-20
[next]