summaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Can't INSERT/UPDATE/DELETE sequence relation.Vadim B. Mikheev1997-04-021-1/+5
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-8/+8
* Fixing bug in INDEXSCAN_PATCH:Vadim B. Mikheev1997-01-221-1/+7
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-131-3/+4
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-061-1/+10
* add #include "postgres.h", as required by all .c filesMarc G. Fournier1996-10-311-1/+3
* D'Arcy's cleanupsMarc G. Fournier1996-10-261-1/+2
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-1/+3
* Added querylimit patch...Marc G. Fournier1996-09-191-1/+13
* Fixes:Marc G. Fournier1996-09-101-1/+15
* More cleanups by "Kurt J. Lidl" <lidl@va.pubnix.com>Marc G. Fournier1996-07-301-7/+7
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+1023