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