summaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* First step done,Marc G. Fournier1998-02-211-1/+12
* Support for subselects.Vadim B. Mikheev1998-02-131-28/+12
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-3/+1
* Fix for SELECT INTO TABLE for varchar().Bruce Momjian1998-01-191-1/+3
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-161-7/+2
* Cleanup of prototypes. FIx for PQtrace start/stop several times.Bruce Momjian1998-01-141-13/+7
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-9/+9
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-9/+9
* Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.Bruce Momjian1997-11-281-2/+2
* Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr...Bruce Momjian1997-11-281-2/+2
* Remove tqual.h includes not needed.Bruce Momjian1997-11-241-1/+2
* Remove archive stuff.Bruce Momjian1997-11-211-13/+2
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-3/+1
* Define prototype for ExecutorLimit() to avoid compiler complaints.Thomas G. Lockhart1997-11-171-1/+3
* Remove NOT_USED for Massimo.Bruce Momjian1997-11-051-4/+1