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
/
nodes
/
execnodes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Fix failure due to accessing an already-freed tuple descriptor in a plan
Tom Lane
2006-12-26
1
-1
/
+3
*
Code review for XML patch. Instill a bit of sanity in the location of
Tom Lane
2006-12-24
1
-17
/
+13
*
Initial SQL/XML support: xml data type and initial set of functions.
Peter Eisentraut
2006-12-21
1
-1
/
+17
*
Refactor ExecGetJunkAttribute to avoid searching for junk attributes
Tom Lane
2006-12-04
1
-3
/
+8
*
Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to
Tom Lane
2006-09-28
1
-1
/
+14
*
Add the ability to create indexes 'concurrently', that is, without
Tom Lane
2006-08-25
1
-1
/
+3
*
Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.
Tom Lane
2006-08-12
1
-1
/
+3
*
Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EState
Tom Lane
2006-08-04
1
-2
/
+2
*
Arrange for ValuesScan to keep per-sublist expression eval state in a
Tom Lane
2006-08-02
1
-3
/
+10
*
Add support for multi-row VALUES clauses as part of INSERT statements
Joe Conway
2006-08-02
1
-1
/
+22
*
Aggregate functions now support multiple input arguments. I also took
Tom Lane
2006-07-27
1
-2
/
+2
*
Change LIMIT/OFFSET to use int8
Bruce Momjian
2006-07-26
1
-4
/
+4
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
1
-4
/
+1
*
Fix hash aggregation to suppress unneeded columns from being stored in
Tom Lane
2006-06-28
1
-1
/
+3
*
Adjust TupleHashTables to use MinimalTuple format for contained tuples.
Tom Lane
2006-06-28
1
-2
/
+2
*
Improve the representation of FOR UPDATE/FOR SHARE so that we can
Tom Lane
2006-04-30
1
-3
/
+3
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Teach nodeSort and nodeMaterial to optimize out unnecessary overhead
Tom Lane
2006-02-28
1
-2
/
+4
*
Implement SQL-compliant treatment of row comparisons for < <= > >= cases
Tom Lane
2005-12-28
1
-2
/
+14
*
Adjust scan plan nodes to avoid getting an extra AccessShareLock on a
Tom Lane
2005-12-02
1
-1
/
+10
*
Tweak hash join code to use an additional heuristic for deciding whether
Tom Lane
2005-11-28
1
-1
/
+3
*
Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that
Tom Lane
2005-11-26
1
-4
/
+4
*
Change seqscan logic so that we check visibility of all tuples on a page
Tom Lane
2005-11-26
1
-7
/
+1
*
Teach planner and executor to handle ScalarArrayOpExpr as an indexable
Tom Lane
2005-11-25
1
-11
/
+38
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-5
/
+5
*
Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple
Tom Lane
2005-11-14
1
-1
/
+3
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-33
/
+28
*
The original patch to avoid building a hash join's hashtable when the
Tom Lane
2005-09-25
1
-2
/
+3
*
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-08-01
1
-3
/
+4
*
Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule
Tom Lane
2005-06-26
1
-1
/
+12
*
Avoid WAL-logging individual tuple insertions during CREATE TABLE AS
Tom Lane
2005-06-20
1
-1
/
+3
*
Change the implementation of hash join to attempt to avoid unnecessary
Neil Conway
2005-06-15
1
-1
/
+2
*
Minor refactoring to eliminate duplicate code and make startup a
Tom Lane
2005-05-14
1
-1
/
+5
*
Revise nodeMergejoin in light of example provided by Guillaume Smet.
Tom Lane
2005-05-13
1
-10
/
+16
*
Adjust nodeBitmapIndexscan to keep the target index opened from plan
Tom Lane
2005-05-05
1
-1
/
+5
*
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2005-04-28
1
-1
/
+2
*
Remove support for OR'd indexscans internal to a single IndexScan plan
Tom Lane
2005-04-25
1
-25
/
+13
*
Adjust nodeBitmapIndexscan.c to not keep the index open across calls,
Tom Lane
2005-04-24
1
-5
/
+1
*
Minor performance improvement: avoid unnecessary creation/unioning of
Tom Lane
2005-04-20
1
-1
/
+3
*
Create executor and planner-backend support for decoupled heap and index
Tom Lane
2005-04-19
1
-1
/
+71
*
Improve EXPLAIN ANALYZE to show the time spent in each trigger when
Tom Lane
2005-03-25
1
-1
/
+3
*
Revise TupleTableSlot code to avoid unnecessary construction and disassembly
Tom Lane
2005-03-16
1
-17
/
+28
*
Revise hash join code so that we can increase the number of batches
Tom Lane
2005-03-06
1
-6
/
+11
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Instead of supposing (wrongly, in the general case) that the rowtype
Tom Lane
2004-12-11
1
-1
/
+18
*
Fix problems with SQL functions returning rowtypes that have dropped
Tom Lane
2004-10-07
1
-12
/
+3
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-9
/
+10
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Support assignment to subfields of composite columns in UPDATE and INSERT.
Tom Lane
2004-06-09
1
-1
/
+13
[next]