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
/
backend
/
nodes
Age
Commit message (
Expand
)
Author
2017-09-30
Support arrays over domains.
Tom Lane
2017-09-22
Add inline murmurhash32(uint32) function.
Andres Freund
2017-09-08
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-06
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-08-30
Force rescanning of parallel-aware scan nodes below a Gather[Merge].
Tom Lane
2017-08-16
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-15
Avoid out-of-memory in a hash join with many duplicate inner keys.
Tom Lane
2017-07-21
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-14
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-05
Fix output of char node fields
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-16
Reconcile nodes/*funcs.c with PostgreSQL 10 work.
Noah Misch
2017-06-14
Fix problems related to RangeTblEntry members enrname and enrtuples.
Robert Haas
2017-06-14
Fix no-longer-valid shortcuts in expression_returns_set().
Tom Lane
2017-05-30
Fix omission of locations in outfuncs/readfuncs partitioning node support.
Tom Lane
2017-05-29
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-14
Remove no-longer-needed fields of Hash plan nodes.
Tom Lane
2017-05-12
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-09
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-01
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-04-28
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-12
Mark finished Plan nodes with parallel_safe flags.
Tom Lane
2017-04-11
Fix failure when a shared tidbitmap has only one page.
Robert Haas
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-08
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-06
Identity columns
Peter Eisentraut
2017-04-04
Print new RelOptInfo field top_parent_relids in outfuncs.c
Robert Haas
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-04-01
Fix parallel query so it doesn't spoil row estimates above Gather.
Robert Haas
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-27
Pass DSA_ALLOC_HUGE when allocating a shared TIDBitmap.
Robert Haas
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-23
ICU support
Peter Eisentraut
2017-03-23
Assorted compilation and test fixes
Peter Eisentraut
2017-03-21
Don't scan partitioned tables.
Robert Haas
2017-03-21
Add missing support for new node fields
Andrew Dunstan
2017-03-16
Avoid access to uninitialized memory in shared tidbitmap iteration.
Robert Haas
2017-03-15
Allow referring to functions without arguments when unique
Peter Eisentraut
2017-03-09
Fix bug in parallel tidbitmap iteration.
Robert Haas
2017-03-09
Add a Gather Merge executor node.
Robert Haas
2017-03-08
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
Silence compiler warnings in tbm_prepare_shared_iterate().
Tom Lane
2017-03-08
tidbitmap: Support shared iteration.
Robert Haas
2017-03-06
Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()
Peter Eisentraut
[next]