index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeFunctionscan.c
Age
Commit message (
Expand
)
Author
2002-12-05
Phase 1 of read-only-plans project: cause executor state nodes to point
Tom Lane
2002-12-01
Fix ExecMakeTableFunctionResult() to work with generic expressions as
Tom Lane
2002-09-04
pgindent run.
Bruce Momjian
2002-09-02
Code review for HeapTupleHeader changes. Add version number to page headers
Tom Lane
2002-08-31
The UNDEFOID later causes an assertion failure in heap_formtuple when
Tom Lane
2002-08-30
Add expected tuple descriptor to ReturnSetInfo information for table
Tom Lane
2002-08-30
PL/pgSQL functions can return sets. Neil Conway's patch, modified so
Tom Lane
2002-08-29
Adjust nodeFunctionscan.c to reset transient memory context between calls
Tom Lane
2002-08-29
Code review for standalone composite types, query-specified composite
Tom Lane
2002-08-05
Preliminary code review for anonymous-composite-types patch: fix breakage
Tom Lane
2002-08-04
Attached are two patches to implement and document anonymous composite
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
2002-05-12
First pass at set-returning-functions in FROM, by Joe Conway with
Tom Lane