summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-05-05Fix corner-case loss of precision in numeric pow() calculationDean Rasheed
2016-05-04Revert timeline following in replication slotsAlvaro Herrera
2016-05-04Fix crash of filter(tsvector)Teodor Sigaev
2016-05-04Fix transient mdsync() errors of truncated relations due to 72a98a6395.Andres Freund
2016-05-03Fix more things to be parallel-safe.Robert Haas
2016-05-03Tweak a few more things in preparation for upcoming pgindent run.Robert Haas
2016-05-03Note that max_worker_processes requires restart.Robert Haas
2016-05-02Fix code comments regarding logical decodingAlvaro Herrera
2016-05-02Fix parallel safety markings for pg_start_backup.Robert Haas
2016-04-30Small improvements to OPTIMIZER_DEBUG code.Tom Lane
2016-04-30Fix planner crash from pfree'ing a partial path that a GatherPath uses.Tom Lane
2016-04-30Remove warning about num_sync being too large in synchronous_standby_names.Tom Lane
2016-04-30Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane
2016-04-29Add a few entries to the tail of time mapping, to see old values.Kevin Grittner
2016-04-29Support building with Visual Studio 2015Andrew Dunstan
2016-04-29Remember asking for feedback during walsender shutdown.Andres Freund
2016-04-28Prevent to use magic constantsTeodor Sigaev
2016-04-28Prevent multiple cleanup process for pending list in GIN.Teodor Sigaev
2016-04-27Clean up parsing of synchronous_standby_names GUC variable.Tom Lane
2016-04-27Fix wrong word.Robert Haas
2016-04-27Change postgresql.conf.sample to say that fsync=off will corrupt data.Robert Haas
2016-04-27Tighten up sanity checks for parallel aggregate in execQual.c.Robert Haas
2016-04-27Remove inadvertently commited vim swapfile.Robert Haas
2016-04-27Clean up a few parallelism-related things that pgindent wants to mangle.Robert Haas
2016-04-27Remove mergeHyperLogLog.Robert Haas
2016-04-27Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas
2016-04-27Don't open formally non-existent segments in _mdfd_getseg().Andres Freund
2016-04-27Emit invalidations to standby for transactions without xid.Andres Freund
2016-04-27Fix pg_get_functiondef to dump parallel-safety markings.Robert Haas
2016-04-26Yet more portability hacking for degree-based trig functions.Tom Lane
2016-04-26Enable parallel query by default.Robert Haas
2016-04-26Fix typo in commentMagnus Hagander
2016-04-25Fix C comment typo and redundant testKevin Grittner
2016-04-25New method for preventing compile-time calculation of degree constants.Tom Lane
2016-04-24Fix documentation & config inconsistencies around 428b1d6b2.Andres Freund
2016-04-23Rename strtoi() to strtoint().Tom Lane
2016-04-23Properly mark initRectBox() as taking 'void' argsBruce Momjian
2016-04-22Fix unexpected side-effects of operator_precedence_warning.Tom Lane
2016-04-22Fix planner failure with full join in RHS of left join.Tom Lane
2016-04-21Improve TranslateSocketError() to handle more Windows error codes.Tom Lane
2016-04-21Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane
2016-04-21Prevent possible crash reading pg_stat_activity.Robert Haas
2016-04-21Comment improvements for ForeignPath.Robert Haas
2016-04-21Fix assorted defects in 09adc9a8c09c9640de05c7023b27fb83c761e91c.Robert Haas
2016-04-21Inline initial comparisons in TestForOldSnapshot()Kevin Grittner
2016-04-20Forbid parallel Hash Right Join or Hash Full Join.Robert Haas
2016-04-20Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-18Make partition-lock-release coding more transparent in BufferAlloc().Tom Lane
2016-04-16Adjust spin.c's spinlock emulation so that 0 is not a valid spinlock value.Tom Lane