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
/
nodeTidscan.c
Age
Commit message (
Expand
)
Author
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
2000-08-24
SQL-language functions are now callable in ordinary fmgr contexts ...
Tom Lane
2000-08-03
Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.
Tom Lane
2000-07-12
First stage of reclaiming memory in executor by resetting short-term
Tom Lane
2000-06-15
Final #include cleanup.
Bruce Momjian
2000-06-08
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-05-30
Remove unused include files. Do not touch /port or includes used by defines.
Bruce Momjian
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-07
Partial fix for EvalPlanQual bugs reported by Magnus Hagander, 3-Apr.
Tom Lane
2000-01-26
Add:
Bruce Momjian
1999-12-20
Clean up some minor gcc warnings.
Tom Lane
1999-12-16
Some changes to prepare for LONG attributes.
Jan Wieck
1999-11-23
Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp
Bruce Momjian