index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
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-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
2017-03-06
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-03-06
Add operator_with_argtypes grammar rule
Peter Eisentraut
2017-03-01
Move atooid() definition to a central place
Peter Eisentraut
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-02-15
Add CREATE COLLATION IF NOT EXISTS clause
Peter Eisentraut
2017-02-14
Allow parallel workers to execute subplans.
Robert Haas
2017-02-09
simplehash: Additional tweaks to make specifying an allocator work.
Robert Haas
2017-02-07
Revise the way the element allocator for a simplehash is specified.
Robert Haas
2017-02-07
Allow the element allocator for a simplehash to be specified.
Robert Haas
2017-01-20
Logical replication
Peter Eisentraut
2017-01-18
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-23
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
Remove sql_inheritance GUC.
Robert Haas
2016-12-08
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-07
Implement table partitioning.
Robert Haas
2016-12-05
Add support for restrictive RLS policies
Stephen Frost
2016-11-04
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-10-14
Use more efficient hashtable for tidbitmap.c to speed up bitmap scans.
Andres Freund
2016-09-16
Add debugging aid "bmsToString(Bitmapset *bms)".
Tom Lane
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
[next]