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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise implementation of SubLinks so that there is a consistent,
Tom Lane
1999-08-25
1
-1
/
+18
*
Further planner/optimizer cleanups. Move all set_tlist_references
Tom Lane
1999-08-22
1
-2
/
+1
*
Major revision of sort-node handling: push knowledge of query
Tom Lane
1999-08-21
1
-20
/
+31
*
Add commentary to show that even though ExecInitIndexScan()
Tom Lane
1999-08-12
1
-40
/
+52
*
> > Prevent sorting if result is already sorted
Bruce Momjian
1999-08-09
1
-1
/
+12
*
Rewrite parser's handling of INSERT ... SELECT so that processing
Tom Lane
1999-07-19
1
-27
/
+54
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
12
-24
/
+11
*
Fix incorrect declaration of rtentry as 'ResTarget' where it
Tom Lane
1999-07-17
1
-2
/
+2
*
Final cleanup.
Bruce Momjian
1999-07-16
20
-91
/
+88
*
Update #include cleanups
Bruce Momjian
1999-07-16
7
-15
/
+15
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
21
-90
/
+19
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
12
-27
/
+13
*
Remove S*I comments from Stephan.
Bruce Momjian
1999-07-13
1
-2
/
+1
*
ExecReScanGroup() forgot to clear grpstate->grp_firstTuple,
Tom Lane
1999-07-11
1
-1
/
+7
*
Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN
Bruce Momjian
1999-06-17
1
-21
/
+1
*
When targetlist is NULL, ExecTargetList was passing back a
Tom Lane
1999-06-12
1
-32
/
+10
*
Reversed out Massimo patch.
Bruce Momjian
1999-06-12
1
-47
/
+1
*
I don't like last minute patches before the final freeze, but I believe that
Bruce Momjian
1999-06-12
1
-1
/
+47
*
Reset evaluation plan tuple table next free slot counter to 0
Vadim B. Mikheev
1999-06-09
1
-2
/
+12
*
I used bad style of comments and ... commented out some code in
Vadim B. Mikheev
1999-06-06
1
-11
/
+9
*
Ensure consistent results when FormSortKeys fails to find
Tom Lane
1999-06-03
1
-2
/
+4
*
Another pgindent run. Sorry folks.
Bruce Momjian
1999-05-25
6
-25
/
+25
*
pgindent run over code.
Bruce Momjian
1999-05-25
19
-801
/
+823
*
Rewrite hash join to use simple linked lists instead of a
Tom Lane
1999-05-18
2
-782
/
+409
*
Change resjunk to a boolean.
Bruce Momjian
1999-05-17
1
-8
/
+8
*
Rip out QueryTreeList structure, root and branch. Querytree
Tom Lane
1999-05-13
2
-60
/
+41
*
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-10
4
-13
/
+10
*
Update hash and join routines to use fd.c's new temp-file
Tom Lane
1999-05-09
2
-57
/
+6
*
Fix some nasty coredump bugs in hashjoin. This code was just
Tom Lane
1999-05-06
2
-122
/
+131
*
Aggregate functions didn't work on subscripted array references.
Tom Lane
1999-04-29
1
-64
/
+23
*
Fix problems seen when result of a subselect was used in an
Tom Lane
1999-04-19
1
-13
/
+42
*
There are some bugs about backward scanning using
Bruce Momjian
1999-04-13
1
-8
/
+34
*
Fix some more hashjoin-related bugs in pg_operator. Fix
Tom Lane
1999-04-07
1
-37
/
+39
*
Small cleanups.
Bruce Momjian
1999-03-30
1
-2
/
+2
*
Remove Tee code, move to _deadcode.
Bruce Momjian
1999-03-23
6
-41
/
+9
*
Correct some comments, fix a small memory wastage when datatype
Tom Lane
1999-03-21
1
-12
/
+15
*
Reverse out pfree agg part of patch from Erik Riedel.
Bruce Momjian
1999-03-20
1
-3
/
+0
*
cleanup
Bruce Momjian
1999-03-20
1
-3
/
+3
*
Fix for aggregate memory leaks from Erik Riedel.
Bruce Momjian
1999-03-20
4
-4
/
+76
*
Fix for memory leak in executor with fjIsNull.
Bruce Momjian
1999-03-19
1
-2
/
+5
*
I suggest the following portability patch, which does not
Bruce Momjian
1999-03-19
1
-2
/
+3
*
Cleanup
Bruce Momjian
1999-03-14
1
-3
/
+2
*
We have to return dummy tuple for empty targetlist!
Vadim B. Mikheev
1999-03-10
1
-9
/
+8
*
Changes to fix/improve the dynamic loading on NT
Marc G. Fournier
1999-03-09
1
-4
/
+4
*
Fix executor to work correctly with mergejoins where left and
Tom Lane
1999-02-28
1
-118
/
+75
*
update comments
Bruce Momjian
1999-02-24
1
-78
/
+89
*
Fix typos in comments.
Thomas G. Lockhart
1999-02-23
1
-3
/
+3
*
Add first code to help with outer joins.
Thomas G. Lockhart
1999-02-23
1
-120
/
+247
*
Fix typo in comment.
Thomas G. Lockhart
1999-02-23
1
-2
/
+2
*
comment cleanup.
Bruce Momjian
1999-02-22
3
-299
/
+190
[next]