index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execMain.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check SELECT permissions in subqueries.
Vadim B. Mikheev
1998-02-27
1
-12
/
+12
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
1
-19
/
+28
*
First step done,
Marc G. Fournier
1998-02-21
1
-1
/
+12
*
Support for subselects.
Vadim B. Mikheev
1998-02-13
1
-28
/
+12
*
Pass attypmod through to executor by adding to Var and Resdom.
Bruce Momjian
1998-02-10
1
-3
/
+1
*
Fix for SELECT INTO TABLE for varchar().
Bruce Momjian
1998-01-19
1
-1
/
+3
*
New pg_attribute.atttypmod for type-specific information like
Bruce Momjian
1998-01-16
1
-7
/
+2
*
Cleanup of prototypes. FIx for PQtrace start/stop several times.
Bruce Momjian
1998-01-14
1
-13
/
+7
*
Goodbye ABORT. Hello ERROR for all errors.
Bruce Momjian
1998-01-07
1
-9
/
+9
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
1
-9
/
+9
*
Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.
Bruce Momjian
1997-11-28
1
-2
/
+2
*
Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr...
Bruce Momjian
1997-11-28
1
-2
/
+2
*
Remove tqual.h includes not needed.
Bruce Momjian
1997-11-24
1
-1
/
+2
*
Remove archive stuff.
Bruce Momjian
1997-11-21
1
-13
/
+2
*
Remove all time travel stuff. Small parser cleanup.
Bruce Momjian
1997-11-20
1
-3
/
+1
*
Define prototype for ExecutorLimit() to avoid compiler complaints.
Thomas G. Lockhart
1997-11-17
1
-1
/
+3
*
Remove NOT_USED for Massimo.
Bruce Momjian
1997-11-05
1
-4
/
+1
*
Rename strNcpy to StrNCpy, and change third parameter.
Bruce Momjian
1997-10-25
1
-3
/
+3
*
DEFAULT is handled by analyze.c now.
Vadim B. Mikheev
1997-10-12
1
-1
/
+5
*
Inline memset() as MemSet().
Bruce Momjian
1997-09-18
1
-2
/
+2
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
1
-35
/
+35
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
1
-197
/
+198
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
1
-1135
/
+1189
*
execMain.c: little changes in trigger interface...
Vadim B. Mikheev
1997-09-04
1
-7
/
+7
*
BEFORE/AFTER ROW INSERT/DELETE/UPDATE triggers startup.
Vadim B. Mikheev
1997-09-01
1
-3
/
+69
*
Number of tuples inserted/affected by INSERT/UPDATE/DELETE...
Vadim B. Mikheev
1997-08-27
1
-20
/
+21
*
+ ExecConstraints()
Vadim B. Mikheev
1997-08-22
1
-43
/
+133
*
DEFAULT handling
Vadim B. Mikheev
1997-08-22
1
-15
/
+97
*
Make functions static where possible, enclose unused functions in #ifdef NOT_...
Bruce Momjian
1997-08-19
1
-1
/
+3
*
NOT NULL implementation (submitted by Robson Paniago de Miranda).
Vadim B. Mikheev
1997-08-19
1
-1
/
+32
*
Now that names are null terminated, no need to do all that NAMEDATALEN stuff.
Bruce Momjian
1997-08-18
1
-7
/
+3
*
Remove more (void) and fix -Wall warnings.
Bruce Momjian
1997-08-12
1
-2
/
+2
*
Fix for SELECT * INTO TABLE for char(), varchar() fields.
Bruce Momjian
1997-05-31
1
-1
/
+6
*
Can't INSERT/UPDATE/DELETE sequence relation.
Vadim B. Mikheev
1997-04-02
1
-1
/
+5
*
From: Dan McGuirk <mcguirk@indirect.com>
Marc G. Fournier
1997-03-12
1
-8
/
+8
*
Fixing bug in INDEXSCAN_PATCH:
Vadim B. Mikheev
1997-01-22
1
-1
/
+7
*
Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>
Marc G. Fournier
1996-11-13
1
-3
/
+4
*
Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>
Marc G. Fournier
1996-11-06
1
-1
/
+10
*
add #include "postgres.h", as required by all .c files
Marc G. Fournier
1996-10-31
1
-1
/
+3
*
D'Arcy's cleanups
Marc G. Fournier
1996-10-26
1
-1
/
+2
*
Major code cleanups from D'arcy (-Wall -Werror)
Marc G. Fournier
1996-10-23
1
-1
/
+3
*
Added querylimit patch...
Marc G. Fournier
1996-09-19
1
-1
/
+13
*
Fixes:
Marc G. Fournier
1996-09-10
1
-1
/
+15
*
More cleanups by "Kurt J. Lidl" <lidl@va.pubnix.com>
Marc G. Fournier
1996-07-30
1
-7
/
+7
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09
1
-0
/
+1023