]> granicus.if.org Git - postgresql/history - src/backend/catalog/heap.c
Post-PG 10 beta1 pgindent run
[postgresql] / src / backend / catalog / heap.c
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().
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-06 Tom LaneMove materialized views' is-populated status into their...
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
2013-03-07 Robert HaasCode beautification for object-access hook machinery.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-28 Alvaro HerreraSplit out rmgr rm_desc functions into their own files
2012-10-24 Tom LaneWhen converting a table to a view, remove its system...
2012-10-23 Alvaro HerreraAdd context info to OAT_POST_CREATE security hook
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-10 Tom LaneCentralize the logic for detecting misplaced aggregates...
2012-06-14 Robert HaasRemove misplaced sanity check from heap_create().
2012-06-14 Robert HaasRemove RELKIND_UNCATALOGED.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-15 Peter EisentrautRemove stray nbsp character
2012-05-11 Robert HaasPrevent loss of init fork when truncating an unlogged...
2012-04-21 Alvaro HerreraRecast "ONLY" column CHECK constraints as NO INHERIT
2012-03-09 Robert HaasExtend object access hook framework to support argument...
2012-03-08 Tom LaneFix some issues with temp/transient tables in extension...
2012-03-04 Tom LaneCollect and use element-frequency statistics for arrays.
2012-01-26 Robert HaasClassify DROP operations by whether or not they are...
2012-01-16 Alvaro HerreraDisallow merging ONLY constraints in children tables
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-19 Alvaro HerreraAllow CHECK constraints to be declared ONLY
2011-10-14 Tom LaneMeasure the number of all-visible pages for use in...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-05 Robert HaasAllow per-column foreign data wrapper options.
2011-07-23 Tom LaneRethink behavior of CREATE OR REPLACE during CREATE...
2011-07-18 Robert HaasAvoid index rebuild for no-rewrite ALTER TABLE .. ALTER...
2011-07-12 Tom LaneAvoid listing ungrouped Vars in the targetlist of Agg...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-30 Alvaro HerreraEnable CHECK constraints to be declared NOT VALID
2011-06-17 Robert HaasFix crash in CREATE UNLOGGED TABLE.
2011-06-16 Alvaro HerreraFix typo
2011-06-08 Heikki LinnakangasMake DDL operations play nicely with Serializable Snaps...
2011-06-02 Tom LaneHandle domains when checking for recursive inclusion...
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-04-25 Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-19 Tom LaneAvoid changing an index's indcheckxmin horizon during...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-28 Tom LanePrevent a rowtype from being included in itself.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-04 Peter EisentrautDon't allow CREATE TABLE AS to create a column with...
next