index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execTuples.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-4
/
+4
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
1
-2
/
+1
*
Convert hash join code to use MinimalTuple format in tuple hash table
Tom Lane
2006-06-27
1
-1
/
+50
*
Create infrastructure for 'MinimalTuple' representation of in-memory
Tom Lane
2006-06-27
1
-12
/
+127
*
Fix problems with cached tuple descriptors disappearing while still in use
Tom Lane
2006-06-16
1
-17
/
+17
*
Modify all callers of datatype input and receive functions so that if these
Tom Lane
2006-04-04
1
-16
/
+7
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Fix a couple of lingering references to POSTQUEL query syntax, per Simon.
Tom Lane
2005-12-07
1
-2
/
+2
*
Improve ExecStoreTuple to be smarter about replacing the contents of
Tom Lane
2005-11-25
1
-11
/
+21
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-3
/
+4
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-31
/
+27
*
Merge Resdom nodes into TargetEntry nodes to simplify code and save a
Tom Lane
2005-04-06
1
-6
/
+5
*
Update obsolete comment.
Tom Lane
2005-03-17
1
-7
/
+7
*
Revise TupleTableSlot code to avoid unnecessary construction and disassembly
Tom Lane
2005-03-16
1
-96
/
+342
*
Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of
Tom Lane
2005-03-14
1
-147
/
+107
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-13
/
+13
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Infrastructure for I/O of composite types: arrange for the I/O routines
Tom Lane
2004-06-06
1
-8
/
+8
*
Use the new List API function names throughout the backend, and disable the
Neil Conway
2004-05-30
1
-2
/
+2
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
1
-3
/
+3
*
Promote row expressions to full-fledged citizens of the expression syntax,
Tom Lane
2004-05-10
1
-1
/
+35
*
Replace TupleTableSlot convention for whole-row variables and function
Tom Lane
2004-04-01
1
-18
/
+43
*
More janitorial work: remove the explicit casting of NULL literals to a
Neil Conway
2004-01-07
1
-6
/
+6
*
This patch refactors execTuples.c in two ways.
Bruce Momjian
2003-12-01
1
-62
/
+26
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
I discovered that TupleDescGetAttInMetadata and BuildTupleFromCStrings
Bruce Momjian
2003-09-29
1
-18
/
+32
*
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-08
1
-3
/
+3
*
Rename fields of DestReceiver to avoid collisions with (ill-considered)
Tom Lane
2003-08-06
1
-3
/
+3
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2003-08-04
1
-4
/
+4
*
Error message editing in backend/executor.
Tom Lane
2003-07-21
1
-3
/
+2
*
Update 3.0 protocol support to match recent agreements about how to
Tom Lane
2003-05-08
1
-3
/
+2
*
Restructure command destination handling so that we pass around
Tom Lane
2003-05-06
1
-10
/
+54
*
Implement feature of new FE/BE protocol whereby RowDescription identifies
Tom Lane
2003-05-06
1
-2
/
+2
*
Phase 3 of read-only-plans project: ExecInitExpr now builds expression
Tom Lane
2002-12-13
1
-1
/
+2
*
Phase 2 of read-only-plans project: restructure expression-tree nodes
Tom Lane
2002-12-12
1
-88
/
+10
*
Phase 1 of read-only-plans project: cause executor state nodes to point
Tom Lane
2002-12-05
1
-5
/
+5
*
Make the world at least somewhat safe for zero-column tables, and
Tom Lane
2002-09-28
1
-12
/
+5
*
pgindent run.
Bruce Momjian
2002-09-04
1
-21
/
+23
*
Code review for HeapTupleHeader changes. Add version number to page headers
Tom Lane
2002-09-02
1
-4
/
+3
*
Code review for standalone composite types, query-specified composite
Tom Lane
2002-08-29
1
-34
/
+36
*
> 2. This patch includes the same Table Function API fixes that I
Bruce Momjian
2002-07-20
1
-1
/
+71
*
oid is needed, it is added at the end of the struct (after the null
Bruce Momjian
2002-07-20
1
-3
/
+4
*
Here is a patch for the Table Function API. It fixes a bug found by Neil
Bruce Momjian
2002-07-18
1
-9
/
+6
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
1
-2
/
+2
*
Here is a patch for Composite and Set returning function support. I made
Bruce Momjian
2002-06-20
1
-2
/
+122
*
Remove long-dead 'fix for SELECT NULL' to stop current coredump.
Tom Lane
2002-03-21
1
-3
/
+2
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
1
-2
/
+2
[next]