]> granicus.if.org Git - postgresql/history - src/backend/commands/view.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / commands / view.c
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-10-06 Alvaro HerreraFix event triggers for partitioned tables
2018-09-30 Tom LaneCreate an RTE field to record the query's lock mode...
2018-08-21 Michael PaquierFix set of NLS translation issues
2018-01-26 Tom LaneAvoid unnecessary use of pg_strcasecmp for already...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
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-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-03-29 Peter EisentrautCast result of copyObject() to correct type
2017-01-27 Andres FreundUse the new castNode() macro in a number of places.
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-21 Dean RasheedFix order of operations in CREATE OR REPLACE VIEW.
2016-12-07 Robert HaasImplement table partitioning.
2016-09-06 Peter EisentrautAdd location field to DefElem
2016-06-27 Tom LaneFix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-03-11 Robert HaasRequire non-NULL pstate for all addRangeTableEntryFor...
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-10-12 Peter EisentrautMessage improvements
2014-08-29 Peter EisentrautAssorted message improvements
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-13 Stephen FrostMake security barrier views automatically updatable
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-10-18 Robert HaasAllow only some columns of a view to be auto-updateable.
2013-07-18 Stephen FrostWITH CHECK OPTION support for auto-updatable VIEWs
2013-04-12 Tom LaneClean up the mess around EXPLAIN and materialized views.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-02-26 Peter EisentrautRemove useless const qualifier
2012-01-18 Magnus HaganderFix warning about unused variable
2012-01-16 Robert HaasPrevent adding relations to a concurrently dropped...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-22 Robert HaasAdd a security_barrier option for views.
2011-07-03 Robert HaasFix bugs in relpersistence handling during table creation.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-22 Tom LaneImprove reporting of run-time-detected indeterminate...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-22 Robert HaasFix a couple of unlogged tables goofs.
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-18 Tom LaneFix failure of "ALTER TABLE t ADD COLUMN c serial"...
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-05 Tom LaneDon't treat NEW and OLD as reserved words anymore....
2009-10-13 Tom LaneCode review for LIKE INCLUDING patch --- clean up some...
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-04 Tom LaneRemove the recently added node types ReloptElem and...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-01-27 Peter EisentrautRevert updatable views
2009-01-22 Peter EisentrautAutomatic view update rules
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-16 Tom LaneDepartment of second thoughts: further experimentation...
2008-12-15 Tom LaneCode review for CREATE OR REPLACE VIEW patch. Do thing...
2008-12-06 Bruce MomjianAllow CREATE OR REPLACE VIEW to add columns to the...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-27 Tom LaneFix a couple of misbehaviors rooted in the fact that...
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-21 Tom LaneFix all known problems with pg_dump's handling of seria...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-04-13 Tom LaneChange addRangeTableEntryForRelation() to take a Relati...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-02-02 Neil ConwayAdd support for temporary views, including documentatio...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2004-01-10 Neil ConwayImplement "WITH / WITHOID OIDS" clause for CREATE TABLE...
next