index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
/
execnodes.h
Age
Commit message (
Expand
)
Author
2007-11-30
Avoid incrementing the CommandCounter when CommandCounterIncrement is called
Tom Lane
2007-11-15
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-10-24
Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update-
Tom Lane
2007-09-20
HOT updates. When we update a tuple without changing any of its indexed
Tom Lane
2007-08-15
Arrange to cache a ResultRelInfo in the executor's EState for relations that
Tom Lane
2007-06-05
Downgrade implicit casts to text to be assignment-only, except for the ones
Tom Lane
2007-05-21
Teach tuplestore.c to throw away data before the "mark" point when the caller
Tom Lane
2007-05-17
Fix parameter recalculation for Limit nodes: during a ReScan call we must
Tom Lane
2007-05-04
Teach tuplesort.c about "top N" sorting, in which only the first N tuples
Tom Lane
2007-04-26
Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan
Tom Lane
2007-03-27
Fix array coercion expressions to ensure that the correct volatility is
Tom Lane
2007-02-27
Get rid of the separate EState for subplans, and just let them share the
Tom Lane
2007-02-22
Turn the rangetable used by the executor into a flat list, and avoid storing
Tom Lane
2007-02-20
Remove the Query structure from the executor's API. This allows us to stop
Tom Lane
2007-02-06
Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases
Tom Lane
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-12-26
Fix failure due to accessing an already-freed tuple descriptor in a plan
Tom Lane
2006-12-24
Code review for XML patch. Instill a bit of sanity in the location of
Tom Lane
2006-12-21
Initial SQL/XML support: xml data type and initial set of functions.
Peter Eisentraut
2006-12-04
Refactor ExecGetJunkAttribute to avoid searching for junk attributes
Tom Lane
2006-09-28
Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to
Tom Lane
2006-08-25
Add the ability to create indexes 'concurrently', that is, without
Tom Lane
2006-08-12
Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.
Tom Lane
2006-08-04
Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EState
Tom Lane
2006-08-02
Arrange for ValuesScan to keep per-sublist expression eval state in a
Tom Lane
2006-08-02
Add support for multi-row VALUES clauses as part of INSERT statements
Joe Conway
2006-07-27
Aggregate functions now support multiple input arguments. I also took
Tom Lane
2006-07-26
Change LIMIT/OFFSET to use int8
Bruce Momjian
2006-07-13
Allow include files to compile own their own.
Bruce Momjian
2006-06-28
Fix hash aggregation to suppress unneeded columns from being stored in
Tom Lane
2006-06-28
Adjust TupleHashTables to use MinimalTuple format for contained tuples.
Tom Lane
2006-04-30
Improve the representation of FOR UPDATE/FOR SHARE so that we can
Tom Lane
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-02-28
Teach nodeSort and nodeMaterial to optimize out unnecessary overhead
Tom Lane
2005-12-28
Implement SQL-compliant treatment of row comparisons for < <= > >= cases
Tom Lane
2005-12-02
Adjust scan plan nodes to avoid getting an extra AccessShareLock on a
Tom Lane
2005-11-28
Tweak hash join code to use an additional heuristic for deciding whether
Tom Lane
2005-11-26
Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that
Tom Lane
2005-11-26
Change seqscan logic so that we check visibility of all tuples on a page
Tom Lane
2005-11-25
Teach planner and executor to handle ScalarArrayOpExpr as an indexable
Tom Lane
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-14
Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-09-25
The original patch to avoid building a hash join's hashtable when the
Tom Lane
2005-08-01
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-06-26
Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule
Tom Lane
2005-06-20
Avoid WAL-logging individual tuple insertions during CREATE TABLE AS
Tom Lane
2005-06-15
Change the implementation of hash join to attempt to avoid unnecessary
Neil Conway
2005-05-14
Minor refactoring to eliminate duplicate code and make startup a
Tom Lane
[next]