summaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
Commit message (Expand)AuthorAgeFilesLines
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-11/+10
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-9/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+2
* Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian1999-06-171-21/+1
* Reset evaluation plan tuple table next free slot counter to 0Vadim B. Mikheev1999-06-091-2/+12
* I used bad style of comments and ... commented out some code inVadim B. Mikheev1999-06-061-11/+9
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-7/+7
* pgindent run over code.Bruce Momjian1999-05-251-346/+340
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-5/+3
* Remove Tee code, move to _deadcode.Bruce Momjian1999-03-231-3/+2
* Fix for aggregate memory leaks from Erik Riedel.Bruce Momjian1999-03-201-2/+20
* I suggest the following portability patch, which does notBruce Momjian1999-03-191-2/+3
* comment cleanup.Bruce Momjian1999-02-221-115/+58
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck1999-02-081-13/+131
* Changed ExecConstraints() and ExecRelCheck() to cache the constraintsJan Wieck1999-02-071-9/+19
* Missing semicolon in last fix :-}Jan Wieck1999-02-071-2/+2
* One more fix to QuerySnapshot usage in ExecutorStart(). MaybeJan Wieck1999-02-071-6/+11
* Fixed problem with multiple portals shown up in portals_p2 regressionJan Wieck1999-02-071-2/+16
* New alloc set code using a memory block pool for small allocations.Jan Wieck1999-02-061-2/+2
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-2/+2
* Small fix for READ COMMITTED isolevel.Vadim B. Mikheev1999-01-291-9/+9
* Hope that execMain.c good merged.Vadim B. Mikheev1999-01-291-14/+25
* Trying to fix bad merging...Vadim B. Mikheev1999-01-291-15/+13
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-291-56/+356
* Quick fix for subplan-related crash.Tom Lane1999-01-271-2/+2
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-271-14/+26
* SELECT FOR UPDATE is implemented...Vadim B. Mikheev1999-01-251-4/+105
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-181-5/+5
* Serialized mode works!Vadim B. Mikheev1998-12-161-2/+2
* Initial MVCC code.Vadim B. Mikheev1998-12-151-37/+60
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-31/+7
* New QUERY_LIMIT set command.Bruce Momjian1998-10-141-3/+7
* Get rid of some long-dead code that thinks NOTIFY is passed to theTom Lane1998-10-011-41/+17
* Clean up existing debugging print statements.Thomas G. Lockhart1998-09-251-112/+112
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-25/+20
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-7/+7
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-7/+8
* Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian1998-08-061-2/+3
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-1/+3
* Cleanup Name usage.Bruce Momjian1998-07-201-11/+1
* Conditionally execute Junk filter only when ORDER BY of columnsBruce Momjian1998-07-191-10/+30
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-9/+1
* Fix for drop database and junk filters.Bruce Momjian1998-05-261-2/+3
* From: David Hartwig <daveh@insightdist.com>Marc G. Fournier1998-05-211-4/+6
* Check SELECT permissions in subqueries.Vadim B. Mikheev1998-02-271-12/+12
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-19/+28