summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve regression tests' code coverage for plpgsql control structures.Tom Lane2017-12-315-765/+1171
* Fix typoAlvaro Herrera2017-12-291-1/+1
* Perform slot validity checks in a separate pass over expression.Andres Freund2017-12-294-136/+165
* Rely on executor utils to build targetlist for DML RETURNING.Andres Freund2017-12-291-6/+4
* Properly set base backup backends to active in pg_stat_activityMagnus Hagander2017-12-291-3/+9
* Fix race condition when changing synchronous_standby_namesSimon Riggs2017-12-291-4/+2
* Extend near-wraparound hints to include replication slotsSimon Riggs2017-12-294-16/+19
* Allow leading zero on exponents in pgbench test resultsAndrew Dunstan2017-12-291-2/+2
* Fix rare assertion failure in parallel hash join.Andres Freund2017-12-281-2/+3
* Protect against hypothetical memory leaks in RelationGetPartitionKeyAlvaro Herrera2017-12-272-25/+30
* Remove incorrect apostrophe.Robert Haas2017-12-271-1/+1
* Fix race-under-concurrency in PathNameCreateTemporaryDir.Robert Haas2017-12-271-1/+1
* Add pow(), aka power(), function to pgbench.Robert Haas2017-12-275-2/+54
* Update relation's stats in pg_class during vacuum full.Teodor Sigaev2017-12-271-0/+30
* Add support for static assertions in C++Peter Eisentraut2017-12-261-0/+14
* Add includes to make header files self-containedPeter Eisentraut2017-12-262-0/+2
* Add polygon opclass for SP-GiSTTeodor Sigaev2017-12-2513-8/+491
* Fix assert with side effects in the new PHJ code.Andres Freund2017-12-241-1/+1
* Fix UNION/INTERSECT/EXCEPT over no columns.Tom Lane2017-12-224-17/+168
* Add optional compression method to SP-GiSTTeodor Sigaev2017-12-227-37/+182
* Minor edits to catalog files and scriptsAlvaro Herrera2017-12-218-55/+62
* Adjust assertion in GetCurrentCommandId.Robert Haas2017-12-211-3/+3
* Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.Tom Lane2017-12-2116-406/+613
* Get rid of copy_partition_keyAlvaro Herrera2017-12-211-62/+9
* Fix typoAlvaro Herrera2017-12-211-1/+1
* Avoid putting build-location-dependent strings into generated files.Tom Lane2017-12-2117-26/+21
* Cancel CV sleep during subtransaction abort.Robert Haas2017-12-211-0/+3
* Add parallel-aware hash joins.Andres Freund2017-12-2130-110/+3085
* When passing query strings to workers, pass the terminating \0.Robert Haas2017-12-201-3/+3
* Test instrumentation of Hash nodes with parallel query.Robert Haas2017-12-192-0/+166
* Try again to fix accumulation of parallel worker instrumentation.Robert Haas2017-12-197-49/+96
* Re-fix wrong costing of Sort under Gather Merge.Robert Haas2017-12-191-1/+1
* Mark a few parallelism-related variables with PGDLLIMPORT.Robert Haas2017-12-191-2/+2
* Add libpq connection parameter "scram_channel_binding"Peter Eisentraut2017-12-197-9/+69
* Add shared tuplestores.Andres Freund2017-12-186-1/+699
* Move SCRAM-related name definitions to scram-common.hPeter Eisentraut2017-12-185-9/+9
* doc: Fix figures in example descriptionPeter Eisentraut2017-12-181-1/+1
* Fix bug in cancellation of non-exclusive backup to avoid assertion failure.Fujii Masao2017-12-192-6/+35
* Fix crashes on plans with multiple Gather (Merge) nodes.Robert Haas2017-12-183-12/+24
* Fix typo on commentMagnus Hagander2017-12-181-1/+1
* Try harder to detect unavailability of __builtin_mul_overflow(int64).Tom Lane2017-12-172-12/+14
* Suppress compiler warning about no function return value.Tom Lane2017-12-171-9/+6
* Try to detect runtime unavailability of __builtin_mul_overflow(int64).Andres Freund2017-12-162-5/+11
* Avoid and detect SIGPIPE race in TAP tests.Noah Misch2017-12-163-4/+6
* Fix oversights in new plpgsql test suite infrastructure.Tom Lane2017-12-161-1/+4
* Perform a lot more sanity checks when freezing tuples.Andres Freund2017-12-145-25/+114
* Fix pruning of locked and updated tuples.Andres Freund2017-12-144-121/+80
* Tighten configure's test for __builtin_constant_p().Tom Lane2017-12-142-2/+10
* Fix a number of copy & paste comment errors in common/int.h.Andres Freund2017-12-141-6/+6
* Fix walsender timeouts when decoding a large transactionAndrew Dunstan2017-12-141-29/+37