OSDN Git Service

Fix bugs in relpersistence handling during table creation.
[pg-rex/syncrep.git] / src / backend / executor / execMain.c
2011-07-03 Robert HaasFix bugs in relpersistence handling during table creation.
2011-06-20 Alvaro HerreraRemove extra copying of TupleDescs for heap_create_with...
2011-06-02 Tom LaneDisallow SELECT FOR UPDATE/SHARE on sequences.
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-10 Tom LaneFix improper matching of resjunk column names for FOR...
2011-01-13 Tom LaneFix PlanRowMark/ExecRowMark structures to handle inheri...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-10-10 Tom LaneSupport triggers on views.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-11 Joe ConwaySERIALIZABLE transactions are actually implemented...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-07-22 Robert HaasCentralize DML permissions-checking logic.
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-07-09 Robert HaasAdd a hook in ExecCheckRTPerms().
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-20 Tom LaneClean up handling of XactReadOnly and RecoveryInProgres...
2010-02-09 Tom LaneFix up rickety handling of relation-truncation interlocks.
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-03 Heikki LinnakangasMove the responsibility of writing a "unlogged WAL...
2010-01-28 Peter EisentrautType table feature
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-08 Tom LaneFix oversight in EvalPlanQualFetch: after failing to...
2010-01-06 Bruce MomjianPreserve relfilenodes:
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-15 Robert HaasAdd an EXPLAIN (BUFFERS) option to show buffer-usage...
2009-12-11 Tom LaneEnsure that the result tuple of an EvalPlanQual cycle...
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-10-10 Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...
2009-10-08 Tom LaneRemove very ancient tuple-counting infrastructure ...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-09-27 Tom LaneReplace the array-style TupleTable data structure with...
2009-09-26 Tom LaneExtend the BKI infrastructure to allow system catalogs...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-06-11 Tom LaneRevisit AlterTableCreateToastTable's API once again...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-07 Tom LaneAdd an option to AlterTableCreateToastTable() to allow...
2009-02-08 Tom LaneEnsure that INSERT ... SELECT into a table with OIDs...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-30 Tom LaneClean up the API for DestReceiver objects by eliminatin...
2008-11-19 Tom LaneSome infrastructure changes for the upcoming auto-expla...
2008-11-16 Tom LaneModify UPDATE/DELETE WHERE CURRENT OF to use the FOR...
2008-11-15 Tom LaneMake SELECT FOR UPDATE/SHARE work on inheritance trees...
2008-11-06 Tom LaneImprove bulk-insert performance by keeping the current...
2008-10-31 Tom LaneSimplify ExecutorRun's API and save some trivial number...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-08 Tom LaneInstall checks in executor startup to ensure that the...
2008-07-26 Tom LaneAs noted by Andrew Gierth, there's really no need any...
2008-07-18 Tom LaneProvide a function hook to let plug-ins get control...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-04-21 Tom LaneFix a couple of places in execMain that erroneously...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-02-07 Tom LaneFix CREATE TABLE ... LIKE ... INCLUDING INDEXES to...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-30 Tom LaneAvoid incrementing the CommandCounter when CommandCount...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-07 Tom LaneDon't take ProcArrayLock while exiting a transaction...
2007-08-15 Tom LaneArrange to cache a ResultRelInfo in the executor's...
2007-06-11 Tom LaneSupport UPDATE/DELETE WHERE CURRENT OF cursor_name...
2007-06-03 Tom LaneCreate a GUC parameter temp_tablespaces that allows...
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-03-29 Tom LaneTeach CLUSTER to skip writing WAL if not needed (ie...
2007-03-25 Tom LaneClean up the representation of special snapshots by...
2007-03-06 Bruce MomjianRevert temp_tablespaces because of coding problems...
2007-02-27 Tom LaneGet rid of the separate EState for subplans, and just...
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-02-02 Tom LaneRepair failure to check that a table is still compatibl...
2007-01-25 Bruce MomjianAdd GUC temp_tablespaces to provide a default location...
2007-01-25 Bruce MomjianPrevent WAL logging when COPY is done in the same trans...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-26 Tom LaneFix failure due to accessing an already-freed tuple...
2006-12-04 Tom LaneRefactor ExecGetJunkAttribute to avoid searching for...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
next