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
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
34
-68
/
+68
*
Fix failure due to accessing an already-freed tuple descriptor in a plan
Tom Lane
2006-12-26
1
-1
/
+2
*
Refactor ExecGetJunkAttribute to avoid searching for junk attributes
Tom Lane
2006-12-04
1
-3
/
+5
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
5
-20
/
+20
*
Revert FETCH/MOVE int64 patch. Was using incorrect checks for
Bruce Momjian
2006-09-03
1
-3
/
+3
*
Change FETCH/MOVE to use int8.
Bruce Momjian
2006-09-02
1
-3
/
+3
*
Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.
Tom Lane
2006-08-27
1
-1
/
+4
*
Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.
Tom Lane
2006-08-12
1
-1
/
+2
*
Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EState
Tom Lane
2006-08-04
1
-1
/
+2
*
Add support for multi-row VALUES clauses as part of INSERT statements
Joe Conway
2006-08-02
1
-0
/
+27
*
More include file adjustments.
Bruce Momjian
2006-07-13
1
-2
/
+1
*
More include file adjustments.
Bruce Momjian
2006-07-13
2
-3
/
+5
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
3
-6
/
+3
*
Alphabetically order reference to include files, "S"-"Z".
Bruce Momjian
2006-07-11
1
-11
/
+11
*
Sort reference of include files, "A" - "F".
Bruce Momjian
2006-07-11
1
-2
/
+2
*
Convert hash join code to use MinimalTuple format in tuple hash table
Tom Lane
2006-06-27
4
-8
/
+14
*
Create infrastructure for 'MinimalTuple' representation of in-memory
Tom Lane
2006-06-27
1
-2
/
+23
*
Fix problems with cached tuple descriptors disappearing while still in use
Tom Lane
2006-06-16
2
-13
/
+14
*
Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliable
Tom Lane
2006-06-09
1
-5
/
+1
*
Code review for EXPLAIN patch. Fix some typos, make it behave sanely
Tom Lane
2006-05-30
1
-6
/
+5
*
Make EXPLAIN sampling smarter, to avoid excessive sampling delay.
Bruce Momjian
2006-05-30
1
-3
/
+7
*
Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of
Tom Lane
2006-05-23
1
-98
/
+9
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
33
-66
/
+66
*
Extend the ExecInitNode API so that plan nodes receive a set of flag
Tom Lane
2006-02-28
24
-49
/
+82
*
Allow row comparisons to be used as indexscan qualifications.
Tom Lane
2006-01-25
1
-3
/
+3
*
Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by
Tom Lane
2006-01-12
1
-2
/
+2
*
Tweak indexscan machinery to avoid taking an AccessShareLock on an index
Tom Lane
2005-12-03
1
-1
/
+3
*
Adjust scan plan nodes to avoid getting an extra AccessShareLock on a
Tom Lane
2005-12-02
1
-1
/
+4
*
Teach planner and executor to handle ScalarArrayOpExpr as an indexable
Tom Lane
2005-11-25
1
-7
/
+9
*
Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types
Tom Lane
2005-11-23
1
-2
/
+1
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
11
-74
/
+71
*
_SPI_execute_plan failed to return result tuple table to caller in
Tom Lane
2005-10-01
1
-1
/
+4
*
Repair problems with VACUUM destroying t_ctid chains too soon, and with
Tom Lane
2005-08-20
1
-2
/
+2
*
Revise nodeMergejoin in light of example provided by Guillaume Smet.
Tom Lane
2005-05-13
2
-25
/
+18
*
Change SPI functions to use a `long' when specifying the number of tuples
Neil Conway
2005-05-02
1
-8
/
+8
*
Remove support for OR'd indexscans internal to a single IndexScan plan
Tom Lane
2005-04-25
1
-1
/
+11
*
Create executor and planner-backend support for decoupled heap and index
Tom Lane
2005-04-19
5
-3
/
+101
*
Create a new 'MultiExecProcNode' call API for plan nodes that don't
Tom Lane
2005-04-16
4
-7
/
+10
*
First phase of OUT-parameters project. We can now define and use SQL
Tom Lane
2005-03-31
1
-2
/
+2
*
Add SPI_getnspname(), including documentation.
Neil Conway
2005-03-29
1
-1
/
+2
*
Improve EXPLAIN ANALYZE to show the time spent in each trigger when
Tom Lane
2005-03-25
1
-2
/
+2
*
On Windows, use QueryPerformanceCounter instead of gettimeofday for
Tom Lane
2005-03-20
1
-3
/
+42
*
Revise TupleTableSlot code to avoid unnecessary construction and disassembly
Tom Lane
2005-03-16
3
-67
/
+118
*
Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of
Tom Lane
2005-03-14
2
-55
/
+45
*
Revise hash join code so that we can increase the number of batches
Tom Lane
2005-03-06
3
-45
/
+64
*
Improve planner's estimation of the space needed for HashAgg plans:
Tom Lane
2005-01-28
1
-1
/
+3
*
Update copyrights that were missed.
Bruce Momjian
2005-01-01
1
-2
/
+2
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
28
-56
/
+56
*
Rethink plpgsql's way of handling SPI execution during an exception block.
Tom Lane
2004-11-16
1
-1
/
+2
*
Fix problems with SQL functions returning rowtypes that have dropped
Tom Lane
2004-10-07
2
-3
/
+12
[next]