summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-12-29Properly set base backup backends to active in pg_stat_activityMagnus Hagander
2017-12-29Fix race condition when changing synchronous_standby_namesSimon Riggs
2017-12-29Extend near-wraparound hints to include replication slotsSimon Riggs
2017-12-29Allow leading zero on exponents in pgbench test resultsAndrew Dunstan
2017-12-28Fix rare assertion failure in parallel hash join.Andres Freund
2017-12-27Protect against hypothetical memory leaks in RelationGetPartitionKeyAlvaro Herrera
2017-12-27Fix race-under-concurrency in PathNameCreateTemporaryDir.Robert Haas
2017-12-27Add pow(), aka power(), function to pgbench.Robert Haas
2017-12-27Update relation's stats in pg_class during vacuum full.Teodor Sigaev
2017-12-26Add support for static assertions in C++Peter Eisentraut
2017-12-26Add includes to make header files self-containedPeter Eisentraut
2017-12-25Add polygon opclass for SP-GiSTTeodor Sigaev
2017-12-24Fix assert with side effects in the new PHJ code.Andres Freund
2017-12-22Fix UNION/INTERSECT/EXCEPT over no columns.Tom Lane
2017-12-22Add optional compression method to SP-GiSTTeodor Sigaev
2017-12-21Minor edits to catalog files and scriptsAlvaro Herrera
2017-12-21Adjust assertion in GetCurrentCommandId.Robert Haas
2017-12-21Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.Tom Lane
2017-12-21Get rid of copy_partition_keyAlvaro Herrera
2017-12-21Fix typoAlvaro Herrera
2017-12-21Avoid putting build-location-dependent strings into generated files.Tom Lane
2017-12-21Cancel CV sleep during subtransaction abort.Robert Haas
2017-12-21Add parallel-aware hash joins.Andres Freund
2017-12-20When passing query strings to workers, pass the terminating \0.Robert Haas
2017-12-19Test instrumentation of Hash nodes with parallel query.Robert Haas
2017-12-19Try again to fix accumulation of parallel worker instrumentation.Robert Haas
2017-12-19Re-fix wrong costing of Sort under Gather Merge.Robert Haas
2017-12-19Mark a few parallelism-related variables with PGDLLIMPORT.Robert Haas
2017-12-19Add libpq connection parameter "scram_channel_binding"Peter Eisentraut
2017-12-18Add shared tuplestores.Andres Freund
2017-12-18Move SCRAM-related name definitions to scram-common.hPeter Eisentraut
2017-12-18Fix bug in cancellation of non-exclusive backup to avoid assertion failure.Fujii Masao
2017-12-18Fix crashes on plans with multiple Gather (Merge) nodes.Robert Haas
2017-12-18Fix typo on commentMagnus Hagander
2017-12-17Suppress compiler warning about no function return value.Tom Lane
2017-12-16Avoid and detect SIGPIPE race in TAP tests.Noah Misch
2017-12-16Fix oversights in new plpgsql test suite infrastructure.Tom Lane
2017-12-15Perform a lot more sanity checks when freezing tuples.Andres Freund
2017-12-15Fix pruning of locked and updated tuples.Andres Freund
2017-12-14Fix a number of copy & paste comment errors in common/int.h.Andres Freund
2017-12-14Fix walsender timeouts when decoding a large transactionAndrew Dunstan
2017-12-14Add approximated Zipfian-distributed random generator to pgbench.Teodor Sigaev
2017-12-13Allow executor nodes to change their ExecProcNode function.Andres Freund
2017-12-13Add pg_attribute_always_inline.Andres Freund
2017-12-13Add defenses against pre-crash files to BufFileOpenShared().Andres Freund
2017-12-13Fix parallel index scan hang with deleted or half-dead pages.Robert Haas
2017-12-13Revert "Fix accumulation of parallel worker instrumentation."Robert Haas
2017-12-13Rethink MemoryContext creation to improve performance.Tom Lane
2017-12-13Start a separate test suite for plpgsqlPeter Eisentraut
2017-12-13Fix crash when using CALL on an aggregatePeter Eisentraut