Commit Graph

250 Commits (9cbd349bcd00494a367cd42fbfbbdd1f625762a6)

Author SHA1 Message Date
Tom Lane 9cbd349bcd ExecReScanGroup() forgot to clear grpstate->grp_firstTuple, 27 years ago
Bruce Momjian 4c65382596 Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN 27 years ago
Tom Lane 1918a1d191 When targetlist is NULL, ExecTargetList was passing back a 27 years ago
Bruce Momjian 0c3281ce7c Reversed out Massimo patch. 27 years ago
Bruce Momjian 603e153bb8 I don't like last minute patches before the final freeze, but I believe that 27 years ago
Vadim B. Mikheev 51298bcfda Reset evaluation plan tuple table next free slot counter to 0 27 years ago
Vadim B. Mikheev 08abe0acb6 I used bad style of comments and ... commented out some code in 27 years ago
Tom Lane f463c44fc0 Ensure consistent results when FormSortKeys fails to find 27 years ago
Bruce Momjian fcff1cdf4e Another pgindent run. Sorry folks. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Tom Lane 26069a58e8 Rewrite hash join to use simple linked lists instead of a 27 years ago
Bruce Momjian 585c967720 Change resjunk to a boolean. 27 years ago
Tom Lane 507a0a2ab0 Rip out QueryTreeList structure, root and branch. Querytree 27 years ago
Bruce Momjian 4853495e03 Change error messages to oids come out as %u and not %d. Change has no 27 years ago
Tom Lane 71d5d95376 Update hash and join routines to use fd.c's new temp-file 27 years ago
Tom Lane 9f82f9e459 Fix some nasty coredump bugs in hashjoin. This code was just 27 years ago
Tom Lane fd31563777 Aggregate functions didn't work on subscripted array references. 27 years ago
Tom Lane a58843b49a Fix problems seen when result of a subselect was used in an 27 years ago
Bruce Momjian 174b552e71 There are some bugs about backward scanning using 27 years ago
Tom Lane af87148065 Fix some more hashjoin-related bugs in pg_operator. Fix 27 years ago
Bruce Momjian 0000a0c004 Small cleanups. 27 years ago
Bruce Momjian 344dfc0b0f Remove Tee code, move to _deadcode. 27 years ago
Tom Lane 419b91c058 Correct some comments, fix a small memory wastage when datatype 27 years ago
Bruce Momjian 0aa2aed5f8 Reverse out pfree agg part of patch from Erik Riedel. 27 years ago
Bruce Momjian afac6363a6 cleanup 27 years ago
Bruce Momjian 7d0ab659ac Fix for aggregate memory leaks from Erik Riedel. 27 years ago
Bruce Momjian 0dfc358427 Fix for memory leak in executor with fjIsNull. 27 years ago
Bruce Momjian bd6f98af31 I suggest the following portability patch, which does not 27 years ago
Bruce Momjian 5d34abc6f1 Cleanup 27 years ago
Vadim B. Mikheev 2a76aa23e0 We have to return dummy tuple for empty targetlist! 27 years ago
Marc G. Fournier f34240de06 Changes to fix/improve the dynamic loading on NT 27 years ago
Tom Lane dc77be0432 Fix executor to work correctly with mergejoins where left and 27 years ago
Bruce Momjian f3f7c2acde update comments 27 years ago
Thomas G. Lockhart 25cccc05aa Fix typos in comments. 27 years ago
Thomas G. Lockhart 6d73a8c0cb Add first code to help with outer joins. 27 years ago
Thomas G. Lockhart 97287e1d13 Fix typo in comment. 27 years ago
Bruce Momjian 7fe29ecefc comment cleanup. 27 years ago
Marc G. Fournier 8c3e8a8a0e From: Tatsuo Ishii <t-ishii@sra.co.jp> 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian 318e593f03 Rename Temp to Noname for noname tables. 27 years ago
Jan Wieck be948af2e8 Added LIMIT/OFFSET functionality including new regression test for it. 27 years ago
Jan Wieck ef590e101e Changed ExecConstraints() and ExecRelCheck() to cache the constraints 27 years ago
Jan Wieck dd4a357dc9 Missing semicolon in last fix :-} 27 years ago
Jan Wieck 6fa3d0a7ab One more fix to QuerySnapshot usage in ExecutorStart(). Maybe 27 years ago
Jan Wieck a5f3abacb5 Fixed problem with multiple portals shown up in portals_p2 regression 27 years ago
Jan Wieck ead64f317b New alloc set code using a memory block pool for small allocations. 27 years ago
Bruce Momjian 9322950aa4 Cleanup of source files where 'return' or 'var =' is alone on a line. 27 years ago
Bruce Momjian 4390b0bfbe Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 27 years ago
Vadim B. Mikheev 072be47202 Initialize es_snapshot. 27 years ago
Vadim B. Mikheev bfa6d510b3 Small fix for READ COMMITTED isolevel. 27 years ago