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
/
include
/
nodes
Age
Commit message (
Expand
)
Author
2017-06-17
Fix typos in comments
Magnus Hagander
2017-06-14
Fix problems related to RangeTblEntry members enrname and enrtuples.
Robert Haas
2017-06-06
Fix ALTER SUBSCRIPTION grammar ambiguity
Peter Eisentraut
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-13
Fix multi-column range partitioning constraints.
Robert Haas
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-18
Fix testing of parallel-safety of SubPlans.
Tom Lane
2017-04-12
Avoid transferring parallel-unsafe subplans to parallel workers.
Tom Lane
2017-04-12
Mark finished Plan nodes with parallel_safe flags.
Tom Lane
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
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
Identity columns
Peter Eisentraut
2017-04-04
Abstract logic to allow for multiple kinds of child rels.
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
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-23
ICU support
Peter Eisentraut
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-21
Don't scan partitioned tables.
Robert Haas
2017-03-20
Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING
Andrew Dunstan
2017-03-15
Allow referring to functions without arguments when unique
Peter Eisentraut
2017-03-14
Add option to control snapshot export to CREATE_REPLICATION_SLOT
Peter Eisentraut
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
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-06
Use class_args field in opclass_drop
Peter Eisentraut
2017-02-27
Add "Slab" MemoryContext implementation for efficient equal-sized allocations.
Andres Freund
2017-02-26
Allow custom and foreign scans to have shutdown callbacks.
Robert Haas
2017-02-22
Pass the source text for a parallel query to the workers.
Robert Haas
2017-02-19
Add optimizer and executor support for parallel index-only scans.
Robert Haas
2017-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
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
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-01-27
Orthography fixes for new castNode() macro.
Tom Lane
2017-01-27
Add castNode(type, ptr) for safe casting between NodeTag based types.
Andres Freund
2017-01-24
Reindent table partitioning code.
Robert Haas
[next]