OSDN Git Service

Introduce Streaming Replication.
[pg-rex/syncrep.git] / src / backend / executor / execMain.c
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...
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2006-02-21 Neil ConwayCleanup the usage of ScanDirection: use the symbolic...
2006-02-19 Neil ConwayAdd TABLESPACE and ON COMMIT clauses to CREATE TABLE...
2006-01-12 Tom LaneRepair "Halloween problem" in EvalPlanQual: a tuple...
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2006-01-07 Tom LaneAdd comment explaining why RelationOpenSmgr() call...
2005-12-02 Tom LaneAdjust scan plan nodes to avoid getting an extra Access...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-20 Tom LaneModify tuptoaster's API so that it does not try to...
2005-11-19 Tom LaneStopgap solution for problem reported by Alexey Beschio...
2005-11-18 Neil ConwayUpdate obsolete comment describing ExecDelete(), per...
2005-11-14 Tom LanePrevent ExecInsert() and ExecUpdate() from scribbling...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-26 Tom LaneArrange for indexes and toast tables to inherit their...
2005-08-20 Tom LaneRepair problems with VACUUM destroying t_ctid chains...
2005-08-18 Tom LaneUpdate some obsolete comments --- code is using t_self...
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-20 Tom LaneAvoid WAL-logging individual tuple insertions during...
2005-05-22 Tom LaneTeach the planner to remove SubqueryScan nodes from...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2005-03-20 Neil ConwayChange the return value of HeapTupleSatisfiesUpdate...
next