summaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-251-3/+3
* DEFAULT is handled by analyze.c now.Vadim B. Mikheev1997-10-121-1/+5
* Inline memset() as MemSet().Bruce Momjian1997-09-181-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-35/+35
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-197/+198
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-1135/+1189
* execMain.c: little changes in trigger interface...Vadim B. Mikheev1997-09-041-7/+7
* BEFORE/AFTER ROW INSERT/DELETE/UPDATE triggers startup.Vadim B. Mikheev1997-09-011-3/+69
* Number of tuples inserted/affected by INSERT/UPDATE/DELETE...Vadim B. Mikheev1997-08-271-20/+21
* + ExecConstraints()Vadim B. Mikheev1997-08-221-43/+133
* DEFAULT handlingVadim B. Mikheev1997-08-221-15/+97
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-1/+3
* NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev1997-08-191-1/+32
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-181-7/+3
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-2/+2
* Fix for SELECT * INTO TABLE for char(), varchar() fields.Bruce Momjian1997-05-311-1/+6