]> granicus.if.org Git - postgresql/history - src/backend/executor/execMain.c
Change the rules for inherited CHECK constraints to be essentially the same
[postgresql] / src / backend / executor / execMain.c
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...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-01-14 Tom LaneUpdate obsolete comment, per Alvaro.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-07 Tom LaneFix problems with SQL functions returning rowtypes...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-09-11 Tom LaneRenumber SnapshotNow and the other special snapshot...
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-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-11 Tom LaneRefactor low-level aclcheck code to provide useful...
2004-03-23 Tom LaneUpgrade ALTER TABLE DROP COLUMN so that it can drop...
2004-03-02 Tom LaneJunkfilter logic to force a projection step during...
2004-01-22 Tom LaneFix oversight in optimization that avoids an unnecessar...
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2004-01-10 Neil ConwayImplement "WITH / WITHOID OIDS" clause for CREATE TABLE...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-12-28 Tom LaneClean up the usage of canonicalize_qual(): in particula...
2003-12-01 Bruce MomjianThis patch adds a new GUC var, "default_with_oids"...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-06 Peter EisentrautImplement isolation levels read uncommitted and repeata...
2003-10-01 Tom LaneRepair RI trigger visibility problems (this time for...
2003-09-25 Tom LaneGet rid of ReferentialIntegritySnapshotOverride by...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-15 Tom LaneFix LISTEN/NOTIFY race condition reported by Gavin...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-06 Tom LaneRename fields of DestReceiver to avoid collisions with...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-21 Tom LaneError message editing in backend/executor.
2003-05-08 Tom LaneUpdate 3.0 protocol support to match recent agreements...
2003-05-06 Tom LaneRestructure command destination handling so that we...
next