]> granicus.if.org Git - postgresql/history - src/backend/catalog/heap.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / catalog / heap.c
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-15 Andres FreundDon't include genam.h from execnodes.h and relscan...
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-04 Alvaro HerreraDon't create relfilenode for relations without storage
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-17 Alvaro HerreraFix tablespace handling for partitioned tables
2018-12-13 Tom LaneFix bogus logic for skipping unnecessary partcollation...
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-10 Tom LaneFix missing role dependencies for some schema and type...
2018-11-05 Michael PaquierIgnore partitioned tables when processing ON COMMIT...
2018-11-03 Alvaro HerreraFix tablespace handling for partitioned indexes
2018-11-01 Peter EisentrautRemove obsolete pg_constraint.consrc column
2018-11-01 Peter EisentrautRemove obsolete pg_attrdef.adsrc column
2018-10-16 Andres FreundCorrect constness of system attributes in heap.c &...
2018-09-30 Tom LaneCreate an RTE field to record the query's lock mode...
2018-09-07 Peter EisentrautUse C99 designated initializers for some structs
2018-09-04 Tom LaneFully enforce uniqueness of constraint names.
2018-08-30 Peter EisentrautError position support for defaults and check constraints
2018-08-17 Peter EisentrautInsertPgAttributeTuple() to set attcacheoff
2018-07-12 Alvaro HerreraFix FK checks of TRUNCATE involving partitioned tables
2018-06-22 Andrew DunstanAllow for pg_upgrade of attributes with missing values
2018-06-04 Peter EisentrautFix spurious non-ASCII bytes
2018-04-15 Alvaro HerreraReorganize partitioning code
2018-04-08 Tom LaneMerge catalog/pg_foo_fn.h headers back into pg_foo...
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-03-28 Andrew DunstanFast ALTER TABLE ADD COLUMN with a non-NULL default
2018-03-23 Alvaro HerreraAllow FOR EACH ROW triggers on partitioned tables
2018-03-21 Alvaro HerreraFix relcache handling of the 'default' partition
2018-03-21 Peter EisentrautHandle heap rewrites even better in logical decoding
2018-03-20 Alvaro HerreraFix CommandCounterIncrement in partition-related DDL
2018-03-14 Peter EisentrautRemove pg_class.relhaspkey
2018-02-12 Alvaro Herreraget_relid_attribute_name is dead, long live get_attname
2018-02-02 Robert HaasSupport parallel btree index builds.
2018-01-19 Peter EisentrautReplace GrantObjectType with ObjectType
2018-01-19 Alvaro HerreraLocal partitioned indexes
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-28 Tom LaneFix assorted syscache lookup sloppiness in partition...
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-09-08 Robert HaasAllow a partitioned table to have a default partition.
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-06 Robert HaasClean up partcollation handling for OID 0.
2017-05-29 Tom LaneCode review focused on new node types added by partitio...
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-12 Tom LaneFix dependencies for extended statistics objects.
2017-04-28 Robert HaasSpeed up dropping tables with many partitions.
2017-04-17 Alvaro HerreraRename columns in new pg_statistic_ext catalog
2017-04-11 Robert HaasFix possibile deadlock when dropping partitions.
2017-04-06 Peter EisentrautIdentity columns
2017-03-31 Robert HaasDon't allocate storage for partitioned tables.
2017-03-24 Alvaro HerreraImplement multivariate n-distinct coefficients
2017-03-23 Peter EisentrautLogical replication support for initial data copy
2017-02-01 Tom LaneFix CatalogTupleInsert/Update abstraction for case...
2017-02-01 Tom LaneProvide CatalogTupleDelete() as a wrapper around simple...
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-25 Tom LaneMake UNKNOWN into an actual pseudo-type.
2017-01-25 Tom LaneChange unknown-type literals to type text in SELECT...
2017-01-24 Robert HaasReindent table partitioning code.
2017-01-18 Alvaro HerreraMake messages mentioning type names more uniform
2017-01-04 Robert HaasAssorted code improvements for table partitioning.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-20 Robert HaasInvalid parent's relcache after CREATE TABLE .. PARTITI...
2016-12-13 Robert HaasClean up code, comments, and formatting for table parti...
2016-12-08 Robert HaasLog the creation of an init fork unconditionally.
2016-12-07 Robert HaasImplement table partitioning.
2016-12-02 Tom LaneDelete deleteWhatDependsOn() in favor of more performDe...
2016-10-13 Tom LaneFix another bug in merging of inherited CHECK constraints.
2016-10-08 Tom LaneFix two bugs in merging of inherited CHECK constraints.
2016-09-13 Tom LaneImprove parser's and planner's handling of set-returnin...
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-03-10 Tom LaneRefactor pull_var_clause's API to make it less tedious...
2016-02-11 Tom LaneMove pg_constraint.h function declarations to new file...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-16 Robert HaasMark CHECK constraints declared NOT VALID valid if...
2015-10-05 Stephen FrostALTER TABLE .. FORCE ROW LEVEL SECURITY
2015-04-14 Peter EisentrautIntegrate pg_upgrade_support module into backend
2015-03-25 Alvaro HerreraReturn ObjectAddress in many ALTER TABLE sub-routines
2015-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-03-03 Alvaro HerreraAdd comment for "is_internal" parameter
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-17 Tom LaneAllow CHECK constraints to be placed on foreign tables.
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-10-08 Alvaro HerreraSplit builtins.h to a new header ruleutils.h
2014-09-24 Stephen FrostCode review for row security.
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-08-26 Bruce Momjianpg_upgrade: prevent automatic oid assignment
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-10 Alvaro HerreraAccept pg_upgraded tuples during multixact freezing
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-19 Bruce MomjianMove pg_upgrade_support global variables to their own...
2013-11-29 Robert HaasRefine our definition of what constitutes a system...
2013-11-08 Robert HaasAdd the notion of REPLICA IDENTITY for a table.
2013-07-05 Noah MischUpdate messages, comments and documentation for materia...
2013-07-03 Fujii MasaoGet rid of pg_class.reltoastidxid.
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-06-03 Heikki LinnakangasPut back allow_system_table_mods check in heap_create().
next