index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
Age
Commit message (
Expand
)
Author
2016-09-16
Add debugging aid "bmsToString(Bitmapset *bms)".
Tom Lane
2016-09-14
Improve code comment for GatherPath's single_copy flag.
Robert Haas
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
Have heapam.h include lockdefs.h rather than lock.h.
Robert Haas
2016-09-07
Support renaming an existing value of an enum type.
Tom Lane
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-09-05
C comment: align dashes in GroupState node header
Bruce Momjian
2016-08-31
Update comments to reflect code rearrangement.
Robert Haas
2016-08-24
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-19
Speed up planner's scanning for parallel-query hazards.
Tom Lane
2016-08-17
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-07-28
Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.
Tom Lane
2016-07-28
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-15
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-01
Set consider_parallel correctly for upper planner rels.
Robert Haas
2016-06-27
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-26
Avoid making a separate pass over the query to check for partializability.
Tom Lane
2016-06-26
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-21
Refactor planning of projection steps that don't need a Result plan node.
Tom Lane
2016-06-18
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-18
Fix handling of argument and result datatypes for partial aggregation.
Tom Lane
2016-06-17
Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
Robert Haas
2016-06-13
In planner.c, avoid assuming that all PathTargets have sortgrouprefs.
Tom Lane
2016-06-10
Remove reltarget_has_non_vars flag.
Tom Lane
2016-06-10
Refactor to reduce code duplication for function property checking.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-09
Don't generate parallel paths for rels with parallel-restricted outputs.
Robert Haas
2016-06-09
Eliminate "parallel degree" terminology.
Robert Haas
2016-06-07
Revert "Use Foreign Key relationships to infer multi-column join selectivity".
Tom Lane
2016-04-27
Fix EXPLAIN VERBOSE output for parallel aggregate.
Robert Haas
2016-04-21
Comment improvements for ForeignPath.
Robert Haas
2016-04-15
Tweak EXPLAIN for parallel query to show workers launched.
Robert Haas
2016-04-08
Expose more out/readfuncs support functions.
Andres Freund
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
Add a 'parallel_degree' reloption.
Robert Haas
2016-04-07
Load FK defs into relcache for use by planner
Simon Riggs
2016-04-06
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-04-05
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-03-31
Support using index-only scans with partial indexes in more cases.
Tom Lane
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-24
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-21
Support parallel aggregation.
Robert Haas
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-03-14
Provide a planner hook at a suitable place for creating upper-rel Paths.
Tom Lane
2016-03-14
Rethink representation of PathTargets.
Tom Lane
2016-03-14
Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72.
Robert Haas
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-09
Improve handling of group-column indexes in GroupingSetsPath.
Tom Lane
[next]