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
/
include
/
executor
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix problems with SQL functions returning rowtypes that have dropped
Tom Lane
2004-10-07
2
-3
/
+12
*
Adjust comments previously moved to column 1 by pgident.
Bruce Momjian
2004-10-07
1
-2
/
+2
*
ExecProcAppend() wasn't called ExecAppend() because the latter name was
Neil Conway
2004-09-24
1
-2
/
+2
*
Arrange for hash join to skip scanning the outer relation if it detects
Tom Lane
2004-09-22
1
-4
/
+6
*
Restructure subtransaction handling to reduce resource consumption,
Tom Lane
2004-09-16
2
-4
/
+4
*
Redesign query-snapshot timing so that volatile functions in READ COMMITTED
Tom Lane
2004-09-13
3
-10
/
+19
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
2
-8
/
+8
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
29
-58
/
+58
*
Be more consistent about reporting SPI errors in the various PLs.
Tom Lane
2004-07-31
1
-1
/
+2
*
Nested transactions. There is still much left to do, especially on the
Tom Lane
2004-07-01
2
-2
/
+4
*
Promote row expressions to full-fledged citizens of the expression syntax,
Tom Lane
2004-05-10
1
-1
/
+2
*
Replace TupleTableSlot convention for whole-row variables and function
Tom Lane
2004-04-01
2
-7
/
+5
*
Revise syntax-error reporting behavior to give pleasant results for
Tom Lane
2004-03-21
1
-5
/
+4
*
Document SPI_push() and SPI_pop().
Bruce Momjian
2004-03-17
1
-3
/
+3
*
Replace the switching function ExecEvalExpr() with a macro that jumps
Tom Lane
2004-03-17
2
-8
/
+16
*
Add new SPI functions for use by PL/Java:
Bruce Momjian
2004-03-05
1
-1
/
+5
*
Junkfilter logic to force a projection step during SELECT INTO was too
Tom Lane
2004-03-02
1
-1
/
+2
*
Fix oversight in optimization that avoids an unnecessary projection step
Tom Lane
2004-01-22
1
-1
/
+2
*
Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time
Tom Lane
2004-01-14
1
-2
/
+2
*
Ensure set-returning functions in the targetlist of a plan node will be
Tom Lane
2003-12-18
1
-1
/
+2
*
Add a warning to AtEOXact_SPI() to catch cases where the current
Joe Conway
2003-12-02
1
-2
/
+2
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
30
-30
/
+30
*
Repair RI trigger visibility problems (this time for sure ;-)) per recent
Tom Lane
2003-10-01
2
-5
/
+5
*
Get rid of ReferentialIntegritySnapshotOverride by extending Executor API
Tom Lane
2003-09-25
2
-3
/
+6
*
Improve dynahash.c's API so that caller can specify the comparison function
Tom Lane
2003-08-19
1
-3
/
+1
*
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-08
3
-43
/
+43
*
Fix some copyright notices that weren't updated. Improve copyright tool
Tom Lane
2003-08-04
1
-2
/
+2
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
28
-56
/
+56
*
pgindent run.
Bruce Momjian
2003-08-04
9
-83
/
+87
*
Error message editing in backend/executor.
Tom Lane
2003-07-21
1
-2
/
+2
*
Revise hash join and hash aggregation code to use the same datatype-
Tom Lane
2003-06-22
3
-11
/
+15
*
Update 3.0 protocol support to match recent agreements about how to
Tom Lane
2003-05-08
1
-3
/
+2
*
Restructure command destination handling so that we pass around
Tom Lane
2003-05-06
3
-8
/
+13
*
Implement feature of new FE/BE protocol whereby RowDescription identifies
Tom Lane
2003-05-06
1
-2
/
+2
*
Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(),
Tom Lane
2003-05-05
1
-2
/
+1
*
Portal and memory management infrastructure for extended query protocol.
Tom Lane
2003-05-02
1
-3
/
+1
*
Add new file.
Bruce Momjian
2003-03-27
1
-0
/
+22
*
Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options
Tom Lane
2003-03-11
1
-1
/
+2
*
Restructure parsetree representation of DECLARE CURSOR: now it's a
Tom Lane
2003-03-10
2
-3
/
+5
*
Make further use of new bitmapset code: executor's chgParam, extParam,
Tom Lane
2003-02-09
1
-2
/
+2
*
Tweak planner and executor to avoid doing ExecProject() in table scan
Tom Lane
2003-02-03
1
-1
/
+2
*
First cut at implementing IN (and NOT IN) via hashtables. There is
Tom Lane
2003-01-12
1
-1
/
+11
*
Create a new file executor/execGrouping.c to centralize utility routines
Tom Lane
2003-01-10
4
-18
/
+31
*
Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as
Tom Lane
2002-12-30
1
-9
/
+10
*
Better solution to integer overflow problem in hash batch-number
Tom Lane
2002-12-30
1
-1
/
+2
*
Tweak default memory context allocation policy so that a context is not
Tom Lane
2002-12-15
1
-2
/
+1
*
Revise executor APIs so that all per-query state structure is built in
Tom Lane
2002-12-15
2
-20
/
+22
*
Clean up plantree representation of SubPlan-s --- SubLink does not appear
Tom Lane
2002-12-14
2
-9
/
+8
*
Phase 3 of read-only-plans project: ExecInitExpr now builds expression
Tom Lane
2002-12-13
3
-18
/
+19
*
Phase 2 of read-only-plans project: restructure expression-tree nodes
Tom Lane
2002-12-12
1
-2
/
+2
[prev]
[next]