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
/
backend
/
nodes
/
readfuncs.c
Age
Commit message (
Expand
)
Author
2016-04-27
Fix EXPLAIN VERBOSE output for parallel aggregate.
Robert Haas
2016-04-08
Expose more out/readfuncs support functions.
Andres Freund
2016-03-29
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
Rework custom scans to work more like the new extensible node stuff.
Robert Haas
2016-03-21
Support parallel aggregation.
Robert Haas
2016-03-19
Fix missed update in _readForeignScan().
Tom Lane
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-02-12
Introduce extensible node types.
Robert Haas
2016-02-07
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-01-28
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-20
Support multi-stage aggregation.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-12
Provide readfuncs support for custom scans.
Robert Haas
2015-11-11
Make sequential scans parallel-aware.
Robert Haas
2015-10-15
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-05
Do not write out WCOs in Query
Stephen Frost
2015-10-01
Fix readfuncs/outfuncs problems in last night's Gather patch.
Robert Haas
2015-09-28
Parallel executor support.
Robert Haas
2015-09-24
Don't zero opfuncid when reading nodes.
Robert Haas
2015-09-23
Add readfuncs.c support for plan nodes.
Robert Haas
2015-09-15
RLS refactoring
Stephen Frost
2015-08-05
Reconcile nodes/*funcs.c with recent work.
Noah Misch
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-05-19
Refactor ON CONFLICT index inference parse tree representation.
Andres Freund
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-04-24
Perform RLS WITH CHECK before constraints, etc
Stephen Frost
2015-02-22
Add parse location fields to NullTest and BooleanTest structs.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-10-07
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-09-19
Row-Level Security Policies (RLS)
Stephen Frost
2014-06-18
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-12
Make security barrier views automatically updatable
Stephen Frost
2014-01-23
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-16
Suppress Coverity complaints in readfuncs.c.
Heikki Linnakangas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-23
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-11-21
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-09-03
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-07-29
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-18
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-16
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-04-27
Incidental cleanup of matviews code.
Tom Lane
2013-04-12
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-03-03
Add a materialized view relations.
Kevin Grittner
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
[next]