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
*
Pack tuples in a hash join batch densely, to save memory.
Heikki Linnakangas
2014-09-10
1
-0
/
+22
*
Fix FOR UPDATE NOWAIT on updated tuple chains
Alvaro Herrera
2014-08-27
1
-1
/
+1
*
Avoid leaking memory while evaluating arguments for a table function.
Tom Lane
2014-06-19
1
-0
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
4
-11
/
+11
*
Update copyright for 2014
Bruce Momjian
2014-01-07
43
-43
/
+43
*
Prevent leakage of SPI tuple tables during subtransaction abort.
Tom Lane
2013-07-25
2
-1
/
+6
*
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
1
-0
/
+2
*
Incidental cleanup of matviews code.
Tom Lane
2013-04-27
1
-1
/
+1
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
1
-0
/
+1
*
Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.
Tom Lane
2013-01-30
1
-0
/
+3
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
1
-1
/
+1
*
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2013-01-04
1
-0
/
+7
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
43
-43
/
+43
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
3
-9
/
+9
*
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-29
1
-6
/
+6
*
New GUC, track_iotiming, to track I/O timings.
Robert Haas
2012-03-27
1
-0
/
+2
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
1
-3
/
+8
*
Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.
Robert Haas
2012-02-22
1
-0
/
+2
*
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-14
1
-1
/
+1
*
Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.
Robert Haas
2012-02-07
1
-1
/
+3
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
43
-43
/
+43
*
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-11
2
-2
/
+31
*
Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.
Tom Lane
2011-09-22
1
-1
/
+5
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
2
-18
/
+24
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
3
-0
/
+3
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
5
-8
/
+0
*
Install defenses against overflow in BuildTupleHashTable().
Tom Lane
2011-05-23
1
-1
/
+1
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
4
-8
/
+8
*
Fix handling of collation in SQL-language functions.
Tom Lane
2011-03-24
1
-0
/
+9
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
1
-0
/
+12
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
1
-1
/
+1
*
Remove ExecRemoveJunk(), which is no longer used anywhere.
Tom Lane
2011-02-21
1
-1
/
+0
*
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-20
1
-0
/
+24
*
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2011-01-12
1
-3
/
+7
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
41
-41
/
+41
*
Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c.
Tom Lane
2010-12-30
1
-33
/
+0
*
Support RIGHT and FULL OUTER JOIN in hash joins.
Tom Lane
2010-12-30
2
-3
/
+9
*
Fix failure of executor/hashjoin.h to compile standalone.
Tom Lane
2010-12-27
1
-0
/
+1
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
1
-2
/
+2
*
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-14
1
-0
/
+24
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
41
-41
/
+41
*
Centralize DML permissions-checking logic.
Robert Haas
2010-07-22
1
-2
/
+3
*
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-07-12
30
-60
/
+60
*
Add a hook in ExecCheckRTPerms().
Robert Haas
2010-07-09
1
-1
/
+5
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
4
-33
/
+34
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
1
-2
/
+2
*
Augment EXPLAIN output with more details on Hash nodes.
Robert Haas
2010-02-01
1
-1
/
+2
*
pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on Windows.
Itagaki Takahiro
2010-01-08
1
-2
/
+2
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
41
-82
/
+82
[next]