]> granicus.if.org Git - postgresql/history - src/backend/commands/tablecmds.c
Fix table rewrites that include a column without a default.
[postgresql] / src / backend / commands / tablecmds.c
2019-10-10 Andres FreundFix table rewrites that include a column without a...
2019-09-07 Tom LaneAvoid using INFO elevel for what are fundamentally...
2019-09-03 Alvaro HerreraRemove 'msg' parameter from convert_tuples_by_name
2019-08-18 Tom LaneDisallow changing an inherited column's type if not...
2019-07-23 Alvaro HerreraCheck that partitions are not in use when dropping...
2019-07-22 Tom LaneInstall dependencies to prevent dropping partition...
2019-07-22 Peter EisentrautMake identity sequence management more robust
2019-07-17 Tom LaneAvoid using lcons and list_delete_first where it's...
2019-07-16 Tom LaneFix thinko in construction of old_conpfeqop list.
2019-07-15 Tom LaneRepresent Lists as expansible arrays, not chains of...
2019-07-09 Alvaro HerreraPropagate trigger arguments to partitions
2019-07-01 Tom Lanepgindent run prior to branching v12.
2019-06-28 Alvaro HerreraFix for dropped columns in a partitioned table's defaul...
2019-06-26 Alvaro HerreraFix partitioned index creation with foreign partitions
2019-06-24 Tom LanePurely-cosmetic adjustments in tablecmds.c.
2019-06-24 Tom LaneFurther fix ALTER COLUMN TYPE's handling of indexes...
2019-06-12 Tom LaneFix ALTER COLUMN TYPE failure with a partial exclusion...
2019-06-08 Amit KapilaFix assorted inconsistencies.
2019-06-07 Alvaro HerreraFix default_tablespace usage for partitioned tables
2019-06-05 Michael PaquierRework code using list_delete_cell() in MergeAttributes
2019-06-03 Tom LaneFix unsafe memory management in CloneRowTriggersToParti...
2019-05-26 Amit KapilaFix typos.
2019-05-23 Andres Freundtableam: Rename wrapper functions to match callback...
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-16 Alvaro HerreraMore message style fixes
2019-05-09 Tom LaneClean up the behavior and API of catalog.c's is-catalog...
2019-05-08 Alvaro HerreraFix error messages
2019-05-05 Tom LaneFix style violations in syscache lookups.
2019-04-30 Alvaro HerreraMessage style fixes
2019-04-30 Andres FreundFix several recently introduced issues around handling...
2019-04-26 Tom LaneApply stopgap fix for bug #15672.
2019-04-25 Alvaro HerreraFix partitioned index attachment
2019-04-25 Alvaro HerreraFix tablespace inheritance for partitioned rels
2019-04-23 Tom LaneAvoid order-of-execution problems with ALTER TABLE...
2019-04-08 Andres FreundReset memory context once per tuple in validateForeignK...
2019-04-06 Tom LaneFix failures in validateForeignKeyConstraint's slow...
2019-04-05 Andres FreundHarden tableam against nonexistant / wrong kind of...
2019-04-03 Alvaro HerreraCopy name when cloning FKs recurses to partitions
2019-04-03 Alvaro HerreraSupport foreign keys that reference partitioned tables
2019-04-01 Andres Freundtableam: Add table_finish_bulk_insert().
2019-03-30 Peter EisentrautGenerated columns
2019-03-29 Peter EisentrautREINDEX CONCURRENTLY
2019-03-29 Andres Freundtableam: relation creation, VACUUM FULL/CLUSTER, SET...
2019-03-26 Alvaro HerreraFix partitioned index creation bug with dropped columns
2019-03-20 Alvaro HerreraAdd index_get_partition convenience function
2019-03-13 Peter EisentrautInclude all columns in default names for foreign key...
2019-03-13 Robert HaasAllow ALTER TABLE .. SET NOT NULL to skip provably...
2019-03-11 Andres Freundtableam: Add and use scan APIs.
2019-03-09 Noah MischAvoid some table rewrites for ALTER TABLE .. SET DATA...
2019-03-07 Robert HaasAllow ATTACH PARTITION with only ShareUpdateExclusiveLock.
2019-03-06 Andres Freundtableam: introduce table AM infrastructure.
2019-02-27 Andres FreundUse slots in trigger infrastructure, except for the...
2019-02-27 Andres FreundStore table oid and tuple's tid in tuple slots directly.
2019-02-21 Robert HaasMove code for managing PartitionDescs into a new file...
2019-02-11 Tom LaneRedesign the partition dependency mechanism.
2019-02-10 Alvaro HerreraFix trigger drop procedure
2019-01-31 Tom LaneAllow RECORD and RECORD[] to be specified in function...
2019-01-29 Tom LaneRefactor planner's header files.
2019-01-26 Andres FreundChange function call information to be variable length.
2019-01-26 Michael PaquierSimplify restriction handling of two-phase commit for...
2019-01-25 Peter EisentrautAllow generalized expression syntax for partition bounds
2019-01-24 Alvaro HerreraFix droppability of constraints upon partition detach
2019-01-24 Alvaro HerreraSimplify coding to detach constraints when detaching...
2019-01-24 Alvaro HerreraDetach constraints when partitions are detached
2019-01-22 Andres FreundRename RelationData.rd_amroutine to rd_indam.
2019-01-21 Alvaro HerreraCreate action triggers when partitions are detached
2019-01-21 Andres FreundRemove superfluous tqual.h includes.
2019-01-21 Andres FreundReplace uses of heap_open et al with the corresponding...
2019-01-18 Alvaro HerreraFix creation of duplicate foreign keys on partitions
2019-01-18 Alvaro HerreraMove CloneForeignKeyConstraints to tablecmds.c
2019-01-11 Andrew DunstanFree pre-modification HeapTuple in ALTER TABLE ......
2019-01-10 Andrew DunstanFix missing values when doing ALTER TABLE ALTER COLUMN...
2019-01-04 Alvaro HerreraRename macro to RELKIND_HAS_STORAGE
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-27 Peter EisentrautRemove obsolete IndexIs* macros
2018-12-27 Michael PaquierIgnore inherited temp relations from other sessions...
2018-12-20 Alvaro HerreraFix lock level used for partition when detaching it
2018-12-20 Alvaro HerreraDETACH PARTITION: hold locks on indexes until end of...
2018-12-20 Greg StarkFix ADD IF NOT EXISTS used in conjunction with ALTER...
2018-12-17 Alvaro HerreraFix tablespace handling for partitioned tables
2018-12-17 Michael PaquierFix use-after-free bug when renaming constraints
2018-12-17 Michael PaquierMake constraint rename issue relcache invalidation...
2018-12-07 Tom LaneFix misapplication of pgstat_count_truncate to wrong...
2018-12-06 Michael PaquierFix some errhint and errdetail strings missing a period
2018-11-23 Alvaro HerreraDon't allow partitioned indexes in pg_global tablespace
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-16 Andres FreundIntroduce notion of different types of slots (without...
2018-11-14 Peter EisentrautLower lock level for renaming indexes
2018-11-12 Michael PaquierRemove CommandCounterIncrement() after processing ON...
2018-11-09 Michael PaquierFix dependency handling of partitions and inheritance...
2018-11-08 Alvaro HerreraRevise attribute handling code on partition creation
2018-11-05 Michael PaquierBlock creation of partitions with open references to...
2018-11-03 Alvaro HerreraFix tablespace handling for partitioned indexes
2018-11-02 Magnus HaganderFix spelling errors and typos in comments
2018-11-01 Peter EisentrautRemove obsolete pg_constraint.consrc column
2018-10-23 Peter EisentrautRemove get_attidentity()
2018-10-12 Alvaro HerreraCorrect attach/detach logic for FKs in partitions
2018-10-08 Michael PaquierImprove two error messages related to foreign keys...
2018-10-07 Alvaro HerreraFix catalog insertion order for ATTACH PARTITION
next