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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve regression tests' code coverage for plpgsql control structures.
Tom Lane
2017-12-31
5
-765
/
+1171
*
Fix typo
Alvaro Herrera
2017-12-29
1
-1
/
+1
*
Perform slot validity checks in a separate pass over expression.
Andres Freund
2017-12-29
4
-136
/
+165
*
Rely on executor utils to build targetlist for DML RETURNING.
Andres Freund
2017-12-29
1
-6
/
+4
*
Properly set base backup backends to active in pg_stat_activity
Magnus Hagander
2017-12-29
1
-3
/
+9
*
Fix race condition when changing synchronous_standby_names
Simon Riggs
2017-12-29
1
-4
/
+2
*
Extend near-wraparound hints to include replication slots
Simon Riggs
2017-12-29
4
-16
/
+19
*
Allow leading zero on exponents in pgbench test results
Andrew Dunstan
2017-12-29
1
-2
/
+2
*
Fix rare assertion failure in parallel hash join.
Andres Freund
2017-12-28
1
-2
/
+3
*
Protect against hypothetical memory leaks in RelationGetPartitionKey
Alvaro Herrera
2017-12-27
2
-25
/
+30
*
Remove incorrect apostrophe.
Robert Haas
2017-12-27
1
-1
/
+1
*
Fix race-under-concurrency in PathNameCreateTemporaryDir.
Robert Haas
2017-12-27
1
-1
/
+1
*
Add pow(), aka power(), function to pgbench.
Robert Haas
2017-12-27
5
-2
/
+54
*
Update relation's stats in pg_class during vacuum full.
Teodor Sigaev
2017-12-27
1
-0
/
+30
*
Add support for static assertions in C++
Peter Eisentraut
2017-12-26
1
-0
/
+14
*
Add includes to make header files self-contained
Peter Eisentraut
2017-12-26
2
-0
/
+2
*
Add polygon opclass for SP-GiST
Teodor Sigaev
2017-12-25
13
-8
/
+491
*
Fix assert with side effects in the new PHJ code.
Andres Freund
2017-12-24
1
-1
/
+1
*
Fix UNION/INTERSECT/EXCEPT over no columns.
Tom Lane
2017-12-22
4
-17
/
+168
*
Add optional compression method to SP-GiST
Teodor Sigaev
2017-12-22
7
-37
/
+182
*
Minor edits to catalog files and scripts
Alvaro Herrera
2017-12-21
8
-55
/
+62
*
Adjust assertion in GetCurrentCommandId.
Robert Haas
2017-12-21
1
-3
/
+3
*
Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.
Tom Lane
2017-12-21
16
-406
/
+613
*
Get rid of copy_partition_key
Alvaro Herrera
2017-12-21
1
-62
/
+9
*
Fix typo
Alvaro Herrera
2017-12-21
1
-1
/
+1
*
Avoid putting build-location-dependent strings into generated files.
Tom Lane
2017-12-21
17
-26
/
+21
*
Cancel CV sleep during subtransaction abort.
Robert Haas
2017-12-21
1
-0
/
+3
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
30
-110
/
+3085
*
When passing query strings to workers, pass the terminating \0.
Robert Haas
2017-12-20
1
-3
/
+3
*
Test instrumentation of Hash nodes with parallel query.
Robert Haas
2017-12-19
2
-0
/
+166
*
Try again to fix accumulation of parallel worker instrumentation.
Robert Haas
2017-12-19
7
-49
/
+96
*
Re-fix wrong costing of Sort under Gather Merge.
Robert Haas
2017-12-19
1
-1
/
+1
*
Mark a few parallelism-related variables with PGDLLIMPORT.
Robert Haas
2017-12-19
1
-2
/
+2
*
Add libpq connection parameter "scram_channel_binding"
Peter Eisentraut
2017-12-19
7
-9
/
+69
*
Add shared tuplestores.
Andres Freund
2017-12-18
6
-1
/
+699
*
Move SCRAM-related name definitions to scram-common.h
Peter Eisentraut
2017-12-18
5
-9
/
+9
*
doc: Fix figures in example description
Peter Eisentraut
2017-12-18
1
-1
/
+1
*
Fix bug in cancellation of non-exclusive backup to avoid assertion failure.
Fujii Masao
2017-12-19
2
-6
/
+35
*
Fix crashes on plans with multiple Gather (Merge) nodes.
Robert Haas
2017-12-18
3
-12
/
+24
*
Fix typo on comment
Magnus Hagander
2017-12-18
1
-1
/
+1
*
Try harder to detect unavailability of __builtin_mul_overflow(int64).
Tom Lane
2017-12-17
2
-12
/
+14
*
Suppress compiler warning about no function return value.
Tom Lane
2017-12-17
1
-9
/
+6
*
Try to detect runtime unavailability of __builtin_mul_overflow(int64).
Andres Freund
2017-12-16
2
-5
/
+11
*
Avoid and detect SIGPIPE race in TAP tests.
Noah Misch
2017-12-16
3
-4
/
+6
*
Fix oversights in new plpgsql test suite infrastructure.
Tom Lane
2017-12-16
1
-1
/
+4
*
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-14
5
-25
/
+114
*
Fix pruning of locked and updated tuples.
Andres Freund
2017-12-14
4
-121
/
+80
*
Tighten configure's test for __builtin_constant_p().
Tom Lane
2017-12-14
2
-2
/
+10
*
Fix a number of copy & paste comment errors in common/int.h.
Andres Freund
2017-12-14
1
-6
/
+6
*
Fix walsender timeouts when decoding a large transaction
Andrew Dunstan
2017-12-14
1
-29
/
+37
[next]