aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add max_sync_workers_per_subscription to postgresql.conf.sample.Fujii Masao2017-04-12
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Fix possibile deadlock when dropping partitions.Robert Haas2017-04-11
* Use weaker locks when updating pg_subscription_relPeter Eisentraut2017-04-10
* Fix initialization of dsa.c free area counter.Andres Freund2017-04-10
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Fix typo in commentPeter Eisentraut2017-04-10
* Support configuration reload in logical replication workersPeter Eisentraut2017-04-10
* Fix reporting of violations in ExecConstraints, again.Robert Haas2017-04-10
* Move isolationtester's is-blocked query into C code for speed.Tom Lane2017-04-10
* Clean up bugs in clause_selectivity() cleanup.Tom Lane2017-04-08
* Add GUCs for predicate lock promotion thresholds.Kevin Grittner2017-04-07
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-07
* Fix printf format to use %zd when printing sizesAlvaro Herrera2017-04-07
* Reduce the number of pallocs() in BRINAlvaro Herrera2017-04-07
* Improve 64bit atomics support.Andres Freund2017-04-07
* Fix compiler warningPeter Eisentraut2017-04-07
* Fix new BRIN desummarize WAL recordAlvaro Herrera2017-04-07
* Use English, instead of internal names, for translatable messages.Robert Haas2017-04-07
* Add ProcArrayGroupUpdate wait event.Robert Haas2017-04-07
* Ensure that ExecPrepareExprList's result is all in one memory context.Tom Lane2017-04-07
* Remove duplicate assignment.Heikki Linnakangas2017-04-07
* Fix planner error (or assert trap) with nested set operations.Tom Lane2017-04-07
* Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas2017-04-07
* Fix typo in commentMagnus Hagander2017-04-07
* Remove extraneous comma to satisfy picky compilerAndrew Dunstan2017-04-06
* Make json_populate_record and friends operate recursivelyAndrew Dunstan2017-04-06
* Clean up after insufficiently-researched optimization of tuple conversions.Tom Lane2017-04-06
* Reset API of clause_selectivity()Simon Riggs2017-04-06
* Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped().Kevin Grittner2017-04-06
* Allow avoiding tuple copy within tuplesort_gettupleslot().Andres Freund2017-04-06
* Fix BRIN cost estimationAlvaro Herrera2017-04-06
* Fix logical replication between different encodingsPeter Eisentraut2017-04-06
* Mark immutable functions in information schema as parallel safePeter Eisentraut2017-04-06
* Fix mixup of bool and ternary valuePeter Eisentraut2017-04-06
* Comment fixes for extended statisticsAlvaro Herrera2017-04-06
* Fix compiler warning and add some more commentsPeter Eisentraut2017-04-06
* Remove bogus SCRAM_ITERATION_LEN constant.Heikki Linnakangas2017-04-06
* Always SnapshotResetXmin() during ClearTransaction()Simon Riggs2017-04-06
* Identity columnsPeter Eisentraut2017-04-06
* Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs2017-04-06
* Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas2017-04-06
* Code review for recent slot.c changes.Andres Freund2017-04-05
* Fix integer-overflow problems in interval comparison.Tom Lane2017-04-05
* Reduce lock level for CREATE STATISTICSSimon Riggs2017-04-05
* Collect and use multi-column dependency statsSimon Riggs2017-04-05
* Spelling mistake in comment in utility.cSimon Riggs2017-04-05
* Fix pageinspect failures on hash indexes.Robert Haas2017-04-05
* Use American English in error messagePeter Eisentraut2017-04-05
* hash: Fix write-ahead logging bug.Robert Haas2017-04-05