aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Clean up tupdesc.c for recent changes.Tom Lane2018-01-03
* Fix typoAlvaro Herrera2018-01-03
* Make XactLockTableWait work for transactions that are not yet self-lockedAlvaro Herrera2018-01-03
* Fix some minor errors in new PHJ code.Tom Lane2018-01-03
* Teach eval_const_expressions() to handle some more cases.Tom Lane2018-01-03
* Allow ldaps when using ldap authenticationPeter Eisentraut2018-01-03
* Update copyright for 2018Bruce Momjian2018-01-02
* Simplify representation of aggregate transition values a bit.Andres Freund2018-01-02
* Ensure proper alignment of tuples in HashMemoryChunkData buffers.Tom Lane2018-01-02
* Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera2018-01-02
* Don't cast between GinNullCategory and boolPeter Eisentraut2018-01-02
* Fix EXPLAIN ANALYZE output for Parallel Hash.Andres Freund2018-01-01
* Perform slot validity checks in a separate pass over expression.Andres Freund2017-12-29
* Rely on executor utils to build targetlist for DML RETURNING.Andres Freund2017-12-29
* Properly set base backup backends to active in pg_stat_activityMagnus Hagander2017-12-29
* Fix race condition when changing synchronous_standby_namesSimon Riggs2017-12-29
* Extend near-wraparound hints to include replication slotsSimon Riggs2017-12-29
* Fix rare assertion failure in parallel hash join.Andres Freund2017-12-28
* Protect against hypothetical memory leaks in RelationGetPartitionKeyAlvaro Herrera2017-12-27
* Fix race-under-concurrency in PathNameCreateTemporaryDir.Robert Haas2017-12-27
* Update relation's stats in pg_class during vacuum full.Teodor Sigaev2017-12-27
* Add polygon opclass for SP-GiSTTeodor Sigaev2017-12-25
* Fix assert with side effects in the new PHJ code.Andres Freund2017-12-24
* Fix UNION/INTERSECT/EXCEPT over no columns.Tom Lane2017-12-22
* Add optional compression method to SP-GiSTTeodor Sigaev2017-12-22
* Minor edits to catalog files and scriptsAlvaro Herrera2017-12-21
* Adjust assertion in GetCurrentCommandId.Robert Haas2017-12-21
* Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.Tom Lane2017-12-21
* Get rid of copy_partition_keyAlvaro Herrera2017-12-21
* Fix typoAlvaro Herrera2017-12-21
* Avoid putting build-location-dependent strings into generated files.Tom Lane2017-12-21
* Cancel CV sleep during subtransaction abort.Robert Haas2017-12-21
* Add parallel-aware hash joins.Andres Freund2017-12-21
* When passing query strings to workers, pass the terminating \0.Robert Haas2017-12-20
* Try again to fix accumulation of parallel worker instrumentation.Robert Haas2017-12-19
* Re-fix wrong costing of Sort under Gather Merge.Robert Haas2017-12-19
* Add shared tuplestores.Andres Freund2017-12-18
* Move SCRAM-related name definitions to scram-common.hPeter Eisentraut2017-12-18
* Fix bug in cancellation of non-exclusive backup to avoid assertion failure.Fujii Masao2017-12-19
* Fix crashes on plans with multiple Gather (Merge) nodes.Robert Haas2017-12-18
* Fix typo on commentMagnus Hagander2017-12-18
* Suppress compiler warning about no function return value.Tom Lane2017-12-17
* Perform a lot more sanity checks when freezing tuples.Andres Freund2017-12-14
* Fix pruning of locked and updated tuples.Andres Freund2017-12-14
* Fix walsender timeouts when decoding a large transactionAndrew Dunstan2017-12-14
* Allow executor nodes to change their ExecProcNode function.Andres Freund2017-12-13
* Add defenses against pre-crash files to BufFileOpenShared().Andres Freund2017-12-13
* Fix parallel index scan hang with deleted or half-dead pages.Robert Haas2017-12-13
* Revert "Fix accumulation of parallel worker instrumentation."Robert Haas2017-12-13
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13