aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* There are some bugs about backward scanning usingBruce Momjian1999-04-13
* Fix some more hashjoin-related bugs in pg_operator. FixTom Lane1999-04-07
* Small cleanups.Bruce Momjian1999-03-30
* Remove Tee code, move to _deadcode.Bruce Momjian1999-03-23
* Correct some comments, fix a small memory wastage when datatypeTom Lane1999-03-21
* Reverse out pfree agg part of patch from Erik Riedel.Bruce Momjian1999-03-20
* cleanupBruce Momjian1999-03-20
* Fix for aggregate memory leaks from Erik Riedel.Bruce Momjian1999-03-20
* Fix for memory leak in executor with fjIsNull.Bruce Momjian1999-03-19
* I suggest the following portability patch, which does notBruce Momjian1999-03-19
* CleanupBruce Momjian1999-03-14
* We have to return dummy tuple for empty targetlist!Vadim B. Mikheev1999-03-10
* Changes to fix/improve the dynamic loading on NTMarc G. Fournier1999-03-09
* Fix executor to work correctly with mergejoins where left andTom Lane1999-02-28
* update commentsBruce Momjian1999-02-24
* Fix typos in comments.Thomas G. Lockhart1999-02-23
* Add first code to help with outer joins.Thomas G. Lockhart1999-02-23
* Fix typo in comment.Thomas G. Lockhart1999-02-23
* comment cleanup.Bruce Momjian1999-02-22
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Rename Temp to Noname for noname tables.Bruce Momjian1999-02-09
* Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck1999-02-08
* Changed ExecConstraints() and ExecRelCheck() to cache the constraintsJan Wieck1999-02-07
* Missing semicolon in last fix :-}Jan Wieck1999-02-07
* One more fix to QuerySnapshot usage in ExecutorStart(). MaybeJan Wieck1999-02-07
* Fixed problem with multiple portals shown up in portals_p2 regressionJan Wieck1999-02-07
* New alloc set code using a memory block pool for small allocations.Jan Wieck1999-02-06
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* Initialize es_snapshot.Vadim B. Mikheev1999-02-01
* Small fix for READ COMMITTED isolevel.Vadim B. Mikheev1999-01-29
* Hope that execMain.c good merged.Vadim B. Mikheev1999-01-29
* Trying to fix bad merging...Vadim B. Mikheev1999-01-29
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-29
* Quick fix for subplan-related crash.Tom Lane1999-01-27
* Speedup of PL/pgSQL by calling ExecEvalExpr() directlyJan Wieck1999-01-27
* fix for aggregatesBruce Momjian1999-01-27
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-27
* More agg cleanup.Bruce Momjian1999-01-26
* Agg/Aggreg cleanup and datetime.sql patch.Bruce Momjian1999-01-25
* SELECT FOR UPDATE is implemented...Vadim B. Mikheev1999-01-25
* Replace typtoout() and gettypelem() with a single routine,Tom Lane1999-01-24
* Rename Aggreg to Aggref.Bruce Momjian1999-01-24
* Hi!Bruce Momjian1999-01-18
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-18
* Serialized mode works!Vadim B. Mikheev1998-12-16
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier1998-12-14