index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execJunk.c
Age
Commit message (
Expand
)
Author
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-02-21
Remove ExecRemoveJunk(), which is no longer used anywhere.
Tom Lane
2011-01-12
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-10-10
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
Tom Lane
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-12-04
Refactor ExecGetJunkAttribute to avoid searching for junk attributes
Tom Lane
2006-07-14
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-06-16
Fix problems with cached tuple descriptors disappearing while still in use
Tom Lane
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-04-06
Merge Resdom nodes into TargetEntry nodes to simplify code and save a
Tom Lane
2005-03-16
Revise TupleTableSlot code to avoid unnecessary construction and disassembly
Tom Lane
2005-03-14
Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-10-11
Fix typo in comment.
Neil Conway
2004-10-07
Fix problems with SQL functions returning rowtypes that have dropped
Tom Lane
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-06-04
Resurrect heap_deformtuple(), this time implemented as a singly nested
Tom Lane
2004-05-26
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-04-07
Still another place to make the world safe for zero-column tables.
Tom Lane
2004-01-07
More janitorial work: remove the explicit casting of NULL literals to a
Neil Conway
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-08-11
Code cleanup inspired by recent resname bug report (doesn't fix the bug
Tom Lane
2003-08-04
Update copyrights to 2003.
Bruce Momjian
2002-12-15
Tweak default memory context allocation policy so that a context is not
Tom Lane
2002-12-12
Phase 2 of read-only-plans project: restructure expression-tree nodes
Tom Lane
2002-09-04
pgindent run.
Bruce Momjian
2002-07-20
oid is needed, it is added at the end of the struct (after the null
Bruce Momjian
2002-06-20
Update copyright to 2002.
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-05-27
When using a junkfilter, the output tuple should NOT be stored back into
Tom Lane
2001-03-22
Remove dashes in comments that don't need them, rewrap with pgindent.
Bruce Momjian
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-01-29
Clean up handling of tuple descriptors so that result-tuple descriptors
Tom Lane
2001-01-24
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-17
Change lcons(x, NIL) to makeList(x) where appropriate.
Bruce Momjian
2000-01-26
Add:
Bruce Momjian
1999-10-30
Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passing
Tom Lane
1999-07-17
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-15
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-05-17
Change resjunk to a boolean.
Bruce Momjian
[next]