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
*
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
*
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
*
Fix RETURNING to work correctly with partition tuple routing.
Robert Haas
2017-01-19
*
Fix failure to enforce partitioning contraint for internal partitions.
Robert Haas
2017-01-19
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Fix a bug in how we generate partition constraints.
Robert Haas
2017-01-13
*
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-09
*
Invalidate cached plans on FDW option changes.
Tom Lane
2017-01-06
*
Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.
Tom Lane
2017-01-04
*
Remove unnecessary arguments from partitioning functions.
Robert Haas
2017-01-04
*
Fix reporting of constraint violations for table partitioning.
Robert Haas
2017-01-04
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix typo in comment
Peter Eisentraut
2016-12-29
*
Fix typo comments
Magnus Hagander
2016-12-27
*
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
*
Remove unnecessary casts of makeNode() result
Peter Eisentraut
2016-12-23
*
Remove sql_inheritance GUC.
Robert Haas
2016-12-23
*
Code review for ATExecAttachPartition.
Robert Haas
2016-12-22
*
Convert elog() to ereport() and do some wordsmithing.
Robert Haas
2016-12-21
*
Invalid parent's relcache after CREATE TABLE .. PARTITION OF.
Robert Haas
2016-12-19
*
Clean up code, comments, and formatting for table partitioning.
Robert Haas
2016-12-13
*
Fix creative, but unportable, spelling of "ptr != NULL".
Tom Lane
2016-12-12
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Check for pending trigger events on far end when dropping an FK constraint.
Tom Lane
2016-11-25
*
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-11-04
*
Fix incorrect trigger-property updating in ALTER CONSTRAINT.
Tom Lane
2016-10-26
*
Fix two bugs in merging of inherited CHECK constraints.
Tom Lane
2016-10-08
*
Clarify policy on marking inherited constraints as valid.
Robert Haas
2016-09-15
*
Remove various special checks around default roles
Stephen Frost
2016-05-06
*
Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.
Tom Lane
2016-04-15
*
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Move pg_constraint.h function declarations to new file pg_constraint_fn.h.
Tom Lane
2016-02-11
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Include typmod when complaining about inherited column type mismatches.
Tom Lane
2015-12-26
*
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-17
*
Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.
Andres Freund
2015-12-12
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-20
*
Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.
Robert Haas
2015-11-19
*
Message improvements
Peter Eisentraut
2015-11-16
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Add missing serial comma, for consistency.
Robert Haas
2015-10-28
*
Fix incorrect message in ATWrongRelkindError.
Robert Haas
2015-10-28
*
Add two missing cases to ATWrongRelkindError.
Robert Haas
2015-10-22
[next]