index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass DSA_ALLOC_HUGE when allocating a shared TIDBitmap.
Robert Haas
2017-03-27
1
-2
/
+4
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
2
-4
/
+60
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
3
-0
/
+63
*
ICU support
Peter Eisentraut
2017-03-23
2
-0
/
+24
*
Assorted compilation and test fixes
Peter Eisentraut
2017-03-23
2
-0
/
+6
*
Don't scan partitioned tables.
Robert Haas
2017-03-21
4
-0
/
+58
*
Add missing support for new node fields
Andrew Dunstan
2017-03-20
2
-0
/
+4
*
Avoid access to uninitialized memory in shared tidbitmap iteration.
Robert Haas
2017-03-16
1
-18
/
+33
*
Allow referring to functions without arguments when unique
Peter Eisentraut
2017-03-14
2
-0
/
+2
*
Fix bug in parallel tidbitmap iteration.
Robert Haas
2017-03-09
1
-2
/
+1
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
3
-0
/
+96
*
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
3
-0
/
+6
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
7
-4
/
+345
*
Silence compiler warnings in tbm_prepare_shared_iterate().
Tom Lane
2017-03-08
1
-2
/
+2
*
tidbitmap: Support shared iteration.
Robert Haas
2017-03-08
1
-34
/
+517
*
Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()
Peter Eisentraut
2017-03-06
2
-4
/
+0
*
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-03-06
2
-24
/
+8
*
Add operator_with_argtypes grammar rule
Peter Eisentraut
2017-03-06
2
-12
/
+12
*
Move atooid() definition to a central place
Peter Eisentraut
2017-03-01
1
-2
/
+0
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
1
-16
/
+8
*
Add CREATE COLLATION IF NOT EXISTS clause
Peter Eisentraut
2017-02-15
2
-0
/
+2
*
Allow parallel workers to execute subplans.
Robert Haas
2017-02-14
4
-0
/
+4
*
simplehash: Additional tweaks to make specifying an allocator work.
Robert Haas
2017-02-09
1
-1
/
+1
*
Revise the way the element allocator for a simplehash is specified.
Robert Haas
2017-02-07
1
-1
/
+1
*
Allow the element allocator for a simplehash to be specified.
Robert Haas
2017-02-07
1
-1
/
+1
*
Logical replication
Peter Eisentraut
2017-01-20
2
-0
/
+151
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
3
-0
/
+58
*
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
3
-0
/
+9
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
4
-3
/
+47
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
15
-15
/
+15
*
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
5
-6
/
+5
*
Remove sql_inheritance GUC.
Robert Haas
2016-12-23
1
-1
/
+1
*
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-08
4
-16
/
+18
*
Implement table partitioning.
Robert Haas
2016-12-07
5
-0
/
+246
*
Add support for restrictive RLS policies
Stephen Frost
2016-12-05
2
-0
/
+2
*
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-11-04
3
-0
/
+43
*
Use more efficient hashtable for tidbitmap.c to speed up bitmap scans.
Andres Freund
2016-10-14
1
-72
/
+97
*
Add debugging aid "bmsToString(Bitmapset *bms)".
Tom Lane
2016-09-16
1
-30
/
+31
*
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
4
-0
/
+4
*
Support renaming an existing value of an enum type.
Tom Lane
2016-09-07
2
-2
/
+4
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
5
-2
/
+9
*
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
3
-0
/
+3
*
Speed up planner's scanning for parallel-query hazards.
Tom Lane
2016-08-19
1
-0
/
+1
*
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-16
5
-3
/
+89
*
Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.
Tom Lane
2016-07-28
1
-0
/
+4
*
Fix thinko in copyParamList.
Robert Haas
2016-07-27
1
-2
/
+2
*
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-15
3
-11
/
+11
*
Fix typo in comment.
Robert Haas
2016-07-07
1
-1
/
+1
*
Set consider_parallel correctly for upper planner rels.
Robert Haas
2016-07-01
1
-1
/
+0
*
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-27
1
-0
/
+30
[next]